Click here to Skip to main content
15,897,147 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 Score

Design / Graphics 

17 Aug 2009 by Arindam Sinha
SOAP Request/Response XML can be logged with TraceExtension
15 Dec 2015 by Afzaal Ahmad Zeeshan
This is part 1 of the articles that I want to write for ASP.NET beginners, who want to build their own personal web sites, that mimic characteristics of blog. It covers the ASP.NET web application part.
24 Jan 2017 by Petru Faurescu
Is there an easy way to succinctly and unambiguously communicate the architecture of a software system? Something that could highlight the requirements, and still be brief?
3 Feb 2017 by tranthanhtu.vn
In "REST - Overview" article, I were introduced the basic rules in RESTful, Can you show me how to implement in WebApi?Ok, in this article, we will learn how to implement those rules in WebApi using C#.Where could I get sourcode was used in this article?Please checkout the code at https://github.com
10 Apr 2018 by Gaston Verelst
Why you would use Common Table Expressions
2 Dec 2009 by Jeremy Likness
Use the Managed Extensibility Framework to export dictionary resources using custom ExportProvider in Silverlight
2 Apr 2010 by Steve Wellens
A user had a problem calling a Web Service from a web page asynchronously. I tried his code on my machine and was able to reproduce the problem. I was able to solve his problem, but only after taking the long scenic route through some of the more perplexing nuances of Web Services and Proxies.
3 Sep 2013 by Rion Williams
Common approaches to responsive design
17 May 2011 by Kunal Chowdhury «IN»
Learn about Multi Column Text support in Silverlight 5 with a simple example
16 Feb 2015 by Eric Z (Jing)
Evaluation order matters!
24 Jan 2016 by Afzaal Ahmad Zeeshan
This is an introductory post for Mac developers to get started using C# programming language on Mac environments using Mono Project!
6 Mar 2016 by Afzaal Ahmad Zeeshan
What Windows runtime can teach .NET developers
6 Jan 2017 by Mark Vinod Sinnathamby
This post is a tutorial that is complimentary to the session I did, demonstrating the steps of how a simple holographic application can be built and deployed in the HoloLens emulator.
28 Jul 2012 by hoonzis
Pex is a tool which helps generate inputs for unit test. Moles is a stub framework used to isolate the unit tests from code which is not being tested. In this post, I will try to describe an attempt to use Pex and Moles to test a typical business layer.
14 May 2013 by PRANAV SINGH
An introduction to design patterns
2 Aug 2013 by Dev Leader
About dependency injected singletons
18 Mar 2016 by johnniealan
This article describes about adding progress bar in cell.
15 Jun 2016 by Allen C. Copeland Jr
Grokking the CLI - Part 1: Meta Mayhem
23 Sep 2012 by Issam Lahlali
MemCache++ is a light-weight, type-safe, simple to use and full-featured Memcache client. It was developed by Dean Michael Berris who is a C++ fanatic, loves working on network libraries (cpp-netlib.github.com), and currently works at Google Australia.
21 Nov 2013 by Philipp Sumi
Here are some quick and dirty tooltips - revisited and interactive
21 Feb 2022 by Illya Reznykov
How to update EmailMessage properties that don't have public setters
28 Mar 2010 by kiran dangar
How to implement jQuery Model Popup plug-in and playing FLV file in a model popup
12 Aug 2010 by Qwertie
Dependency Injection aids loose coupling. But there are some services that are pervasive, services that you would have to pass to a hundred different constructors if you want to use DI "properly". Is there an alternative?
25 Mar 2012 by AlexTatiyants
There is a big difference between figuring out what to do and why to do something.
2 Jul 2012 by James Kolpack
Rainbow spirograph using HTML5 and CoffeeScript.
9 Aug 2013 by Dev Leader
In this post, I’m going to focus on why singletons are “bad”, because for me it means acknowledging one of the two main perspectives–that they are the best thing since cat videos met The Internet or they are the worst thing since Justin Bieber.
30 Oct 2013 by Manoj.Kumar12
Authentication against CRM contact using custom STS
12 Feb 2015 by Afzaal Ahmad Zeeshan
This article provides an overview of the DateTime object in ASP.NET website, and a source code and example of a few scenarios in which using DateTime would be easy and simple, but tricky.
19 Jan 2016 by Afzaal Ahmad Zeeshan
This short post is about the project files that are created when a new project is created using a template provided in MonoDevelop.
15 Apr 2010 by Joe Rattz
Using LINQ To Filter By Object Type and Then Quantify
22 Mar 2011 by Adrian Alexander
Confining object/relational mapping logic to a clearly demarcated Data Access Layer (DAL) within your application facilitates the creation of a single, coherent, object-oriented Domain Model to represent your application’s business objects.
19 Oct 2011 by zenwalker1985
Structural design pattern
13 Oct 2011 by zenwalker1985
Structural Design Pattern (Part 3)
20 Oct 2011 by zenwalker1985
Good practice in method design
27 Feb 2012 by Steve Wellens
CSS 4? Really? CSS 3 isn't fully released yet! What on earth is going on here?It all started when I was fooling around with GIMP, the extremely powerful free graphics editor. I took a public domain image, re-sized it, gave it a transparent background and then added a perspective shadow.
28 Jun 2012 by Kunal Chowdhury «IN»
How to improve productivity using Visual Studio 2012 default browser switcher
20 Aug 2012 by Morshed Anwar
Code analyzing and NDepend
23 Aug 2012 by Keyhole Software
The motivation behind the DAL, the design principles that define a theoretically “good” DAL, and the relationship between the DAL and modern persistence technologies.
28 Dec 2012 by User 8984948
A working example of the Template Method design pattern in Delphi
7 Feb 2013 by Patrick Cunningham
This article uses 8 steps to create example of how to read and write from HTML to a SQL database in a .NET web application using jQuery, JSON, and XML.
5 Jun 2013 by Pragmateek
How to scope your global state changes with IDisposable and the using statement
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).
1 Aug 2013 by Dev Leader
Ever since I can remember, I've always been told to keep fields private.
1 Aug 2013 by Dev Leader
How to structure your Singletons.
2 Aug 2013 by Sabarinathan A
Enterprise architect automation - save/export all diagrams as pictures
16 Oct 2013 by Garry Pilkington
The divide between designer (Digital Barn) and developer (DevDevDev).
17 Nov 2015 by Shivprasad koirala
Anemic data Models (RDM) VS Rich Data Models ( RDM) in C#
22 Jan 2016 by Mojtaba_Sarooghi
"HAS-A can be better than an IS-A relationship" What do you think about this sentence? Recently, I came across this topic quite a lot and we were discussing that in our team.
26 Apr 2022 by Pete O'Hanlon
A simple web-based calculator shows how to let TypeScript interact with contents of a web page
20 Aug 2009 by webdev_hb
This post continues the WebControls In MVC series. In this post we finally get some code that can be downloaded and tested. This post explains how to use the MvcWebForms methods to add WebControls to your Mvc Views -- and make them talk to your Controllers!
6 Nov 2009 by Giorgio Bozio
Separating layers and components with constructor injection and Unity
9 May 2010 by User 6619207
The article describes how you can implement the chain of responsility pattern with a generic chain builder method in .net
3 Jul 2010 by WebBiscuit
So far we have concentrated on the 'AII!' part of RAII, so now let's look at the important bit, the R, the Resource.
12 Oct 2010 by Dinesh K Mandal
Exploring the CacheItemRemovedCallback delegate provided by ASP.NET
8 Feb 2011 by Leom Burke
An approach to skinning in WPF using Merged Resource Dictionaries
22 Mar 2011 by Steve Wellens
I've always appreciated these tools: Expresso and XPath Builder. They make designing regular expressions and XPath selectors almost fun! Did I say fun? I meant less painful.
13 Oct 2011 by zenwalker1985
Structural Design Pattern (Part 2)
4 Jan 2012 by zenwalker1985
Refactoring Hooking and Unhooking Events TIP
17 Feb 2012 by James Treworgy
Dragging and dropping onto HTML Image Maps
30 Aug 2012 by Zac Gery
The time has come for Apple to embrace the idea of custom widgets on iOS.  It should be a a no-brainer but currently there are only three static widgets on iOS; they are Stock, Weather, and Share.
6 Nov 2012 by Zac Gery
Learning, experiencing, and becoming an expert at web development is not difficult.
1 Jan 2013 by User 8984948
Decorator design pattern in Delphi - Multiple decorations
1 Jan 2013 by User 8984948
Decorator design pattern in Delphi - Single decoration
1 Apr 2013 by Alexandr Savinov
In this post, we describe one aspect of the concept-oriented model (COM).
3 Apr 2013 by Zac Gery
The contour bias only works on objects which are emotionally neutral. Objects which already have an emotional association are not easily swayed.
15 Apr 2013 by Issam Lahlali
Let’s discover all these metrics and how they could be very useful to improve the design of applications.
1 Aug 2013 by Dev Leader
I'd like to share the pattern I commonly use when creating threads in C# and discuss some of the highlights.
7 May 2023 by ToughDev
Solution for ‘Your layout should make use of the available space on tablets’ when uploading APK to Google Play
9 May 2011 by Kunal Chowdhury «IN»
How to format Silverlight TextBlock control
17 Mar 2017 by Arthur Minduca
Cohesion and coupling: Principles of orthogonal, scalable design
25 Feb 2011 by Kunal Chowdhury «IN»
"Quick Find" a better way using Visual Studio Productivity Power Tools
11 Nov 2014 by Paulo Zemek
Design and implementation mistakes - mostly .NET
28 Nov 2014 by Paulo Zemek
What if C# evolved differently?
13 May 2011 by Kunal Chowdhury «IN»
What is Character spacing in Silverlight 5 controls
19 Oct 2014 by adityaswami89
This article will guide you if you want to create your own custom ORM or a wrapper over the ORM. This is only for demo towards the Unit of work pattern with Repository and a singleton Session class.
21 Aug 2013 by Shivprasad koirala
Humans are lazy and programmers are humans J . We like things which are simplified and clean. So if you see the evolution of programming, we initially started with functional programming, and evolved towards object oriented programming.So as functional programmers where we used to remember methods a
14 Aug 2015 by nirman b doshi
Strategy Design Pattern - Explained with a real world example (C#)
5 Mar 2014 by Zhuyun Dai
I summarized some best practice rules in writing a COM-visible assembly according to my recent work.
7 Sep 2010 by Ernest Poletaev
How to load and use custom font, embedded in assembly resources
24 Aug 2009 by Salmanzz
In this post, I will explain you how I have embedded JavaScript, images and stylesheet to my previous article.
10 Oct 2010 by Kunal Chowdhury «IN»
In this small tip, I will guide you through changing the Style of Caret of a Silverlight TextBox control.
11 May 2012 by Md. Rashim Uddin
How to log and trace WCF Soap messages?
21 Jun 2016 by Afzaal Ahmad Zeeshan
JSON format of data interchange and its use with C#
6 Sep 2013 by John Atten
This post is a re-examination of some topics I discuss in an older post.
30 Jun 2013 by Zhuyun Dai
How to solve "Could not load type 'System.ServiceModel.Activation.HttpModule’ IIS 8 error
11 Mar 2013 by AssemblySoft
A trivial business logic layer from scratch with a TDD approach.
7 Sep 2010 by Ernest Poletaev
How to load and use font, not installed in the system?
18 Feb 2011 by Won Dong
Mobile website expansion offers business unlimited potential
10 Oct 2013 by Rion Williams
This post will cover how to get yourself up and running using SignalR within Visual Studio 2010 in a jiffy.
27 Nov 2013 by Paul M Watt
I want to hopefully connect the dots for many to help convince you of the ultimate importance of a well defined and protected interface.
22 Sep 2014 by adityaswami89
This blog post discusses the Repository Pattern
31 Dec 2013 by Shivprasad koirala
Dependency Injection (DI) vs. Inversion of Control (IOC).
3 Dec 2013 by Rion Williams
When MVC came along however, the water became a bit muddled and developers had a major choice to make when starting up a new project: Web Forms or MVC?
25 Apr 2016 by Simon Jackson
True speech interaction is something we do not see very often in gaming. Sure, you have recorded audio for NPCs and a few non-silent protagonists, but it is very rare for the player to interact with speech themselves. Check out this awesome opportunity for games
11 Dec 2012 by Himanshu DS
SOLID - Object oriented programming principles.