Click here to Skip to main content
15,901,035 members
Everything / General Programming / Design / Graphics

Design / Graphics

Design

Great Reads

by Przemyslaw Celej
A full description of signatures, that are part of the .NET file format
by Petr Ivankov
Sample of integration of branches of engineering.
by Fredrik Bornander
WPF Implementation of the spinning panel frequently used on the iPhone
by Sacha Barber
It would probably be like Cinch, an MVVM framework for WPF.

Latest Articles

by Higty
C# OpenAI library Assitants, ChatCompletion, FineTuning, ImageGeneration and more
by Ngọc Minh Trần
In Part 4, we added basic support for the shopping cart, and now we'll enhance and refine that functionality.
by Azim Zahir
This article is a demonstration of some of the capabilities of the OpenCV library of Python.

All Articles

Sort by Title

Design / Graphics 

27 Nov 2013 by Mahmud Hasan
The only good thing of Test Driven Development is, it ensures the maximum test coverage but TDD puts you in risk of a week design. DTDT tries to solve this while ensuring maximum test coverage.
5 May 2015 by Jitendra_Jain04
IBM WebSphere Application Server V8.5 Liberty profile is a flexible and dynamic server profile of WAS which enables the WAS server to deploy only required custom features instead of deploying a big set of available JEE components.
23 Jan 2013 by Pham Dinh Truong
Enhance usability and look-and-feel of table/grid with freezing header rows. Let's discover it.
25 Feb 2011 by Kunal Chowdhury «IN»
"Quick Find" a better way using Visual Studio Productivity Power Tools
16 Nov 2010 by Klemzi
Hi,I am having a big problem with my custom editor for my component and I can't find solution. "Select Resource" dialog is the default window for editing "image types" (type "Image" for example) in Visual Studio. For example, we have a component called "MyComponent" with property...
4 Jan 2018 by john morrison leon
Class method emulation for plain arrays plus unified handling of plain arrays, std::arrays and std::vectors
7 Feb 2017 by Richard MacCutchan
You already posted this question at (C#) How to make this kind of design and functions - C# Discussion Boards[^]. Please do not repost in multiple forums.
16 Jun 2016 by Tomaž Štih
How to (dynamically) implement ToString() as a Lambda function
23 Sep 2013 by sumit_kapadia
Simple and free approach to manage your code on cloud with git-SCN and dropbox
27 Mar 2010 by Sergey Sorokin
Use .NET 2.0 configuration features for building a pluggable provider framework for your application.
8 Jul 2013 by Liviu Ignat
MVC 3 plugin architecture with embedded razor views: steb-by-step description and demo application.
30 Dec 2007 by Amer Chaudhry
.NET and J2EE interoperability for .Net Developers
20 Aug 2014 by Sandeep sunku
This article explains the boot strapping process of .NET Application.
17 Oct 2019 by Changqin Liu
C# framework integrated with spring.net and ibatis.net
18 Oct 2020 by JawadHasan
Use NoSQL database functionality from within a Relational database system
29 Sep 2009 by Przemyslaw Celej
A full description of signatures, that are part of the .NET file format
28 Sep 2009 by Przemyslaw Celej
Full description of signatures, that are part of .NET file format
17 Apr 2008 by msvcyc
A simple yet useful library for file based logging implemented in .NET using C#
12 May 2014 by Brad Joss
[RegSave] your property to the Registry, and more.
6 Aug 2008 by SHRIDHAR TL
Compose mail messages and send them through your mail account provider.
8 May 2013 by koleraba
HiI have a more theoretical than a "hands on" question regarding the "design-time" data for WPF applicatons which use the MVVM pattern. Lately I use two kinds of view-models in my applications. The "runtime" view-models which are used at runtime and "design-time" view-models which are...
8 May 2013 by _Maxxx_
Interesting question.I'm not a big IOC user so what I offer may not be applicable.in my mvvm 'framework' my design time data (essentially view models) inherit from the run time view models.I initially put them in the view project with the views - but I just had a quick try and moved...
8 May 2013 by Mohammed Hameed
Hi,,,I support your last solution only because I think thats the most effective one in your scenario.I suggests you to give it a name something like XYZ.Common (instead of XYZ.Interfaces). By this I mean dont tie it only for defining Interfaces but also other types as well which are meant...
30 Nov 2018 by Ganesan Senthilvel
An article on .NET data layer programming using BigData HP Vertica platform
1 Feb 2014 by CoderPanda
I am trying to make a 'build/buy/use opensource' decision on a rule engine for the Computerized physician order entry (CPOE) module within the EMR/EHR application which is .net based. We are trying to do this to be Meaningful Use (MU 2014) compliant.I am totally new to the healthcare domain...
20 Mar 2014 by Norman Paterson
Hi, yes I've evaluated rules engines after using the .Net 3.5 engine, and although the rules editor has a lot to be desired, especially because it's a sample project, I find the Microsoft provided rules engine is the best. A lot simpler than Inrule, which has better looking editors but is more...
11 Oct 2015 by Bismark Appah
11 Mar 2013 by AssemblySoft
A trivial business logic layer from scratch with a TDD approach.
5 Jul 2012 by Mario Ghecea
This article describes the technique I used to ingest large text files to create an e-book publishing platform on the Android Market
3 May 2016 by Southmountain
this post discussed .NET versioning and multi-targeting of .NET application and component written in C#.
2 Nov 2009 by Resco Developer Tools
At the first sight, the mobile applications development can be considered equal to the desktop development. But it is not.
1 Sep 2008 by syntaxed
Notifier: an Outlook-like notification window
29 Mar 2008 by Trenton Moss
Web developers often make the same errors as each other when implementing accessibility - find out what these are and how to avoid making these mistakes.
8 May 2014 by Giovanni Scerra
The following guidelines are not exhaustive and are meant to be applied on top of the SOLID principles and proper use of OO Design Patterns.
3 Dec 2018 by Marcell Lipp
10 suggestions to reach better software quality, Architect, Dev, Design, Manager, QA
3 Feb 2011 by JasonShort
Here are 10 things to make your desktop database apps better
15 Jun 2010 by Trenton Moss
When designing a website, there are key user behaviours that should be taken into account. But in order to take them into account, it helps to know them. Below are 10 of the more interesting and less well-known user behaviours that regularly occur in user testing.
26 Apr 2022 by Pete O'Hanlon
A simple web-based calculator shows how to let TypeScript interact with contents of a web page
3 Nov 2019 by Marc Clifton
A metadata driven, view defines the model, schema generated on the fly, from concept to prototype application in 16 days
1 Jul 2009 by matheszabi-RO
In Internet Explorer webpage is embedded a C# user control and communication between the page and user control
14 Feb 2008 by vikas maan
Draw primitive graphics on your window.
9 Apr 2012 by ahp-1984
Hi Team, can anybody tell me how to implement the asp.net web application using the 3-tier architecture with design pattern implemented into it..also can any one help me for which scenario which pattern should used?Thanks in advance...
9 Apr 2012 by Rahul Rajat Singh
3 tier application development can be understood by following examples.YaBlogEngine - A Tiny Blog Engine written in ASP.NET/C#[^]YaMessaging - A simple e-mail like messaging application[^]and use of design patterns depends more on the business logic need and overall architecture....
9 Apr 2012 by senguptaamlan
U can go through the PetShop sample application....its a good start to understand design patterns and loosely coupled system.http://petshopvnext.codeplex.com/[^]
12 Dec 2011 by MetaMapper (Andy Powell)
A minimal 3D program showing how to use XNA in Silverlight-5, with a full explanation of the core concepts
12 Dec 2011 by MetaMapper (Andy Powell)
Learn 3D programming with Silverlight-5 and XNA
2 Apr 2011 by vankaandreev
Learn how to use 3D graphics and effects for Windows Phone 7.
7 Sep 2015 by Atul Kharecha
If you are using Lotus Notes as an email client and it is running very slowly, this tip will help you to overcome the performance issues.
6 Jan 2011 by mkowlowitz
5 F-A-Qs regarding project management and project management software
9 Apr 2015 by Dan Rowinski
What app developers need to know to win in the apps economy in 2015 and beyond.
6 Jul 2008 by Trenton Moss
Find out how to increase cross-selling and up-selling on your website. Doing so will help you sell more items and keep customers coming back to your site again and again.
23 May 2007 by Petr Palas
What is a content management system? Does it really work? Why should I use it? How does it help me? This article answers the most common questions developers ask about content management systems (CMS).
27 Oct 2013 by Murali Pamidi
Politics aside, here are 7 simple tweaks that could make heathcare.gov website instantly fast.
11 Jun 2011 by Omar Al Zabir
Learn the principle behind Microsoft's new Doloto and 6 other cool techniques that I did in Pageflakes to load large amounts of JavaScript without compromising performance
17 Nov 2007 by Trenton Moss
Usability and page design for Websites on mobile phones is very different to that of PCs. These essential mobile usability guidelines will help ensure your site works well for mobile visitors.
12 Apr 2017 by Dave “DWC” Curry
How to wire up drag+drop events through multiple objects.
22 Sep 2010 by jmix90
A fast and easy tip about shadows and performance
7 Apr 2016 by The Zakies
Part 3 of a tutorial to show a graphics program using C# using GDI and SVG drag and drop and delete objects
20 Jun 2016 by The Zakies
we will build an outline line around the drawn lines so we would test the mouse click on this outline to know which line is selected. and we would in the coming update build a select function inside the move tool
24 Jun 2016 by The Zakies
in this tut we will create a technique to enable the user to control points within a drawn line, by drawing circles around points of the line , when the user clicks a circle he would control the corresponding point.
29 Jun 2016 by The Zakies
we would create Hand_tool to pan through the drawing form, and we would use a custom cursor of open and closed hands
3 Jul 2016 by The Zakies
we will continue the functionality of the hand tool with having a navigator panel which works as a map, we will also have a red rectangle which tells the user where he is actually viewing inside the whole form, also it can be moved to pan the form
13 Mar 2016 by The Zakies
Tutorial 1 (how to create a vector graphics program)
20 Jun 2016 by The Zakies
Learn how to implement a tecnique of a parent form that createes and controls other forms , through the tecnique of using the tab control, also learn how to implement a menu for the tools, and how to add cutom cursor for each tool
4 Apr 2009 by Nairooz Nilafdeen
A .NET implementation for the Knuth-Moris-Pratt (KMP) algorithm.
19 Sep 2012 by Jens Theisen
A grid splitter separating four quadrants
28 May 2008 by Didara F Dosabhai
Define schedules to the program for executing programmer defined jobs
1 Nov 2009 by Ali Tavakol
Fast, real, and easy to connect to your application.
8 Dec 2010 by Abhijit Jana
This article explains about ASP.NET application folders like App_Code, App_Theme and App_Data
2 Jul 2014 by umar.techBOY
If you are good at highschool maths, basic c++ and know a little bit about electronics, you can follow this series of tutorials to make your DIY artificial intelligent robots.
19 Jan 2016 by Rahul Rajat Singh
In this article we will try to understand the service locator pattern.
2 Feb 2013 by Ron Beyer
A WinForms line control that works how you would expect one to.
18 Jan 2009 by adam.cataldo
An article on a useful extension to the WrapPanel control.
30 Mar 2023 by Shaun C Curtis
This article describes how to build an Edit State Tracker for Blazor that integrates into EditForm and EditContext.
28 Jun 2013 by Zhuyun Dai
I once implemented my own Basic authentication logic in a custom ISAPI filter on IIS 6 and IIS 7.5 (classic mode).
21 Nov 2018 by Yisrael Lax
Why poorly written code is expensive code
3 Jul 2007 by hanzzoid
Implementation of the most common functions of complex numbers.
9 Mar 2017 by TheGreatAndPowerfulOz
How to recursively select all descendants using an extension method
1 May 2008 by darrellp
The VF Graph Isomorphism algorithm in C#.
22 May 2008 by Alex C. Punnen
The Command Pattern and Chain of Responsibility for implementing a plug-in Thread Pool library.
16 Jun 2013 by Adam Tibi
We are used to repeat the SOLID principles, sometimes without giving them full thoughts. This is a call to drop an outdated principle that doesn't work in today's development, the "Open Close Principle", the result should be SLID.