9,867,109 members (37,697 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
159 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 4
Page Size:
10
·
25
·
50
Tag filtered by: Patterns
[x]
Dependency Injection (DI) vs. Inversion of Control (IOC)
by
Shivprasad
koirala
Technical Blog
13 May 2013
license:
CPOL
Dependency Injection (DI) vs. Inversion of Control (IOC).
Development Lifecycle
»
Design And Architecture
»
General
C#
Design
Patterns
DI
IOC
Injection
Injection
Another Generic State Machine
by
forester joe
Tip/Trick
12 May 2013
license:
CPOL
A basic yet generic state machine implementation
Development Lifecycle
»
Design And Architecture
»
Design Patterns
.NET2.0
Mono
DotGNU
C#2.0
.NET3.0
C#3.0
.NET3.5
C#
.NET
Dev
, +
Dependency Injection -- Some simpler real life example needed
by
db7uk
Answer
23 Apr 2013
license:
CPOL
Try:http://en.wikipedia.or...
General Programming
»
Uncategorised Quick Answers
»
General
Patterns
Building an application using design patterns and principles in C# Part II
by
Jon Woo
Article
23 Apr 2013
license:
CPOL
I am writing this article to demonstrate how to build an application from scratch using SOLID principles and common design patterns
Development Lifecycle
»
Design And Architecture
»
Patterns And Practices
C#
Design
Beginner
Patterns
Building an application using design patterns and principles in C#
by
Jon Woo
Article
23 Apr 2013
license:
CPOL
I am writing this article to demonstrate how to build an application from scratch using SOLID principles and common design patterns
Development Lifecycle
»
Design And Architecture
»
General
C#
.NET
Design
Patterns
Refactor
SOLID
Building an application using design patterns and principles in C# - Part III
by
Jon Woo
Article
23 Apr 2013
license:
CPOL
This one will demonstrate what the point of coding principles are
Development Lifecycle
»
Design And Architecture
»
General
C#
Design
architecture
Patterns
Dependency Injection -- Some simpler real life example needed
by
Richard MacCutchan
Answer
23 Apr 2013
license:
CPOL
It's bad enough that you are referring to something on SO, but did you even try this[^]?
General Programming
»
Uncategorised Quick Answers
»
General
Patterns
Dependency Injection -- Some simpler real life example needed
by
Vasudevan Deepak Kumar
Question
23 Apr 2013
license:
CPOL
I am going through this article on Dependency Injection (http://stackoverflow.com/questions/130794/what-is-dependency-injection[^]). If some one has a more simpler example it would be great. Is is something like having a small piece of code to facilitate testing on a particular input conditions?
General Programming
»
Uncategorised Quick Answers
»
General
Patterns
MatchKit Library
by
fabio bussu
Article
21 Apr 2013
license:
Ms-PL
MatchKit is a .NET Library that provides a set of classes to build patterns to match simple and complex strings
General Programming
»
String Handling
»
General
C#
Windows
.NET
Dev
string
Patterns
Capture
RECEME - Remote Command Execution through eMail Exchange
by
tumbledDown2earth
Article
14 Apr 2013
license:
CPOL
A service concept is implemented here for seamless and connectionless computation from anywhere to anywhere.
General Programming
»
Internet / Network
»
General
.NET2.0
.NET3.0
C#
Dev
Intermediate
.NET
Application
Patterns
Understanding and Implementing Repository and Unit of Work Pattern in ASP.NET MVC Application
by
Rahul Rajat Singh
Article
12 Apr 2013
license:
CPOL
In this article we will try to see what is Repository and Unit of Work Pattern in an ASP.NET MVC application.
Development Lifecycle
»
Design And Architecture
»
General
C#
ASP.NET
Beginner
MVC
Patterns
A Reusable Base Class for the Singleton Pattern in C#
by
Boris Brock
Article
5 Apr 2013
license:
CPOL
This article presents a reusable base class for implementing singletons in C#.
General Programming
»
Programming Tips
»
General
C#
.NET
Intermediate
Patterns
Singleton
Asynchronous models and patterns
by
Florian Rappl
Article
28 Mar 2013
license:
CPOL
An introduction to async / await, popular mistakes and solutions for asynchronous programming, as well as usages and benefits from using asynchronous programming. We will also discuss interesting patterns based on concurrency.
Languages
»
C#
»
General
C#
.NET
XAML
WPF
Intermediate
Advanced
.NET
Threading
Patterns
Events
, +
Singleton Pattern in action?
by
OriginalGriff
Answer
22 Mar 2013
license:
CPOL
Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...A very quick search using part of your question as the search term gave : 1.6 million hits.when to use singleton pattern[^]In future, please try to do at least...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Design
Patterns
Singleton
Singleton Pattern in action?
by
Akhil_Mittal
Question
22 Mar 2013
license:
CPOL
Can any one give me the best example of when to use singleton pattern.Don't discuss how to use , only discuss when and why to use??
General Programming
»
Uncategorised Quick Answers
»
General
C#
Design
Patterns
Singleton
WebForms vs. MVC
by
Marla
Sukesh
Article
7 Feb 2013
license:
CPOL
Is ASP.NET MVC replacement for Web Forms? No, Both have there pros and cons. Lets take a look at same.
Web Development
»
Asp.Net
»
General
C#
ASP.NET
Architect
Dev
Beginner
Intermediate
Advanced
MVC
Patterns
Forms
, +
Repository pattern, done right
by
jgauffin
Technical Blog
13 Jan 2013
license:
LGPL3
This post aims to explain why the Repository Pattern is still a great choice.
Development Lifecycle
»
Design And Architecture
»
Design Patterns
C#
Architect
Patterns
Data
Primel: C++ infinite list library in Policy-based design
by
T. Ogawa 2012
Article
7 Jan 2013
license:
BSD
An infinite list seen in Haskell. Moreover you can chose its concurrent behavior through the policy.
General Programming
»
Parallel Programming
»
General
C++
STL
Dev
Linux
Intermediate
Threading
Patterns
programming
Decorator Design Pattern in Delphi. Multiple Decorations
by
yanniel
Technical Blog
1 Jan 2013
license:
CPOL
In my previous post I introduced the decorator design pattern to you. I used a fairly simple example in order to give you a flavour of the pattern. I wrote Delphi code for that matter and I focused in having ONE, and only ONE, decorator class.
Development Lifecycle
»
Design And Architecture
»
Design Patterns
Design
Patterns
Delphi
Decorator Design Pattern in Delphi. Single decoration
by
yanniel
Technical Blog
1 Jan 2013
license:
CPOL
Decorator (also referred as Wrapper) is classified by GoF as a structural pattern. Its purpose is to:“Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.”
Development Lifecycle
»
Design And Architecture
»
Design Patterns
Design
Patterns
Delphi
Template Method Design Pattern in Delphi. A working example
by
yanniel
Technical Blog
28 Dec 2012
license:
CPOL
A working example of the Template Method design pattern in Delphi
Development Lifecycle
»
Design And Architecture
»
Design Patterns
Design
Patterns
Delphi
visitor pattern- challenge question for mediocres for practice! answer and win a chance to get job in biggest software houses in world!
by
Adam R Harris
Answer
20 Dec 2012
license:
CPOL
The winner of this will also get 1 billion dollhairs !!!!!
General Programming
»
Uncategorised Quick Answers
»
General
C#
Patterns
pattern
How To Write Maintainable jQuery Applications
by
Leland Richardson
Technical Blog
19 Dec 2012
license:
CPOL
These days it's hard to call yourself a web developer if you do not have at least some jQuery experience. jQuery is very helpful for many many things such as browser compatibility, ajax calls, DOM manipulation, utility, and more. It helps us lazy web developers do these common operations simply -
Web Development
»
Applications & Tools
»
Tools With Source Code
Javascript
jQuery
Patterns
Design Architecture of UML Editor
by
Sergey Alexandrovich Kryukov
Answer
12 Dec 2012
license:
CPOL
Please see my comments on persistence. If should be either Data Contract or something like that. It should be agnostic to UML. As soon as your persistence start depending on UML definitions or anything of application field, consider all your development dead. And it should be no XAML, because...
General Programming
»
Uncategorised Quick Answers
»
General
WPF
PHP
C#
.NET
C#4.0
Patterns
.NET4
OOP
Design Architecture of UML Editor
by
Sergey Alexandrovich Kryukov
Answer
12 Dec 2012
license:
CPOL
OK, I'll show some very rough sketch of UML hierarchy. Very preliminary, pseudo-code, and only for Class Diagram and top level. Perhaps you well see that you might under-estimate the task.Let's start with abstract top level of hierarchy: abstract class Element { // Name:...
General Programming
»
Uncategorised Quick Answers
»
General
WPF
PHP
C#
.NET
C#4.0
Patterns
.NET4
OOP
Looking for a MENTOR
by
Krunal Rohit
Answer
9 Dec 2012
license:
CPOL
Not a valid question... After you learn something and then if you've got doubt, you can certainly come here.. And as far the solution is concerned please Google your query, he is on of our best friends.. :)
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
XAML
WPF
Patterns
programming
OOP
Design Architecture of UML Editor
by
Sergey Alexandrovich Kryukov
Answer
9 Dec 2012
license:
CPOL
You need to look at Data Contract. Please see:http://msdn.microsoft.com/en-us/library/ms733127.aspx[^].Please see my past answer where I explain it:How can I utilize XML File streamwriter and reader in my form application?[^],Creating property files...[^].—SA
General Programming
»
Uncategorised Quick Answers
»
General
WPF
PHP
C#
.NET
C#4.0
Patterns
.NET4
OOP
Looking for a MENTOR
by
Daskul
Question
9 Dec 2012
license:
CPOL
Hi to all. I want to learn and explore more about programming so I was thinking if somebody is willing to be my mentor to guide me along the way.Thank you in advance ^_^
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
XAML
WPF
Patterns
programming
OOP
Design Architecture of UML Editor
by
Daskul
Question
9 Dec 2012
license:
CPOL
I am trying to create a UML Class Diagram Editor and Generator of Class Files in (PHP but open to support for other language) based on the Diagram as a school project and I am having a difficulty on designing my classes to fit with the project.for example, if I will create a class...
General Programming
»
Uncategorised Quick Answers
»
General
WPF
PHP
C#
.NET
C#4.0
Patterns
.NET4
OOP
Image Editor - My image blinks!!!
by
mdarefull
Question
1 Dec 2012
license:
CPOL
Hello community:I'm working on an image editor (it's really like a hobby) and I'm having a little problem with te visual representation of the image and changes.The project follows the MVC dessign pattern, (the project is in fact a little more complicated that a simple image editor but...
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
Design
MVC
Patterns
image
Understanding and Implementing Chain of Responsibility Pattern in C#
by
Rahul Rajat Singh
Article
15 Nov 2012
license:
CPOL
This article talks about the Chain of responsibility pattern.
Development Lifecycle
»
Design And Architecture
»
Design Patterns
C#
Design
Beginner
Patterns
Understanding and Implementing Proxy Pattern in C#
by
Rahul Rajat Singh
Article
11 Nov 2012
license:
CPOL
This article talks about Proxy pattern, when should we use proxy pattern and what are the benefits of using the Proxy pattern.
Development Lifecycle
»
Design And Architecture
»
Design Patterns
C#
Design
Beginner
Patterns
Practical applications of the Adaptive Interface Pattern: The Fluent Builder Context
by
MattDavey
Technical Blog
5 Nov 2012
license:
Ms-PL
So it’s been a little while since my last blog post due to the fact that I have recently moved to London to start a new job. If you’re involved in the .NET community in London then look out for me at various conferences and user groups in the new year! Following on from my [...]
Web Development
»
Applications & Tools
»
Applications
C#
Windows
.NET
Architect
Dev
Intermediate
Advanced
Patterns
The Adaptive Interface Pattern
by
MattDavey
Technical Blog
22 Oct 2012
license:
Ms-PL
Many times you read about some design pattern in a book or online, and you realise that it’s a technique you’ve been using for years – you just didn’t have a name for it. It can be a bit of a double edged sword; on the one hand it gives you a nice warm fuzzy [...]
Development Lifecycle
»
Design And Architecture
»
Design Patterns
C#
Architect
Dev
Intermediate
Patterns
Understanding and Implementing Decorator Pattern in C#
by
Rahul Rajat Singh
Article
21 Oct 2012
license:
CPOL
This article talks about the basics of decorator pattern and see when this pattern can be found useful.
Development Lifecycle
»
Design And Architecture
»
Design Patterns
C#
Design
Patterns
decorator
Understanding and Implementing Builder Pattern in C#
by
Rahul Rajat Singh
Article
4 Oct 2012
license:
CPOL
This article talks about the Builder Design pattern, When can this pattern be used and when should it be implemented. We will then see a small rudimentary implementation of Builder pattern in C#.
Development Lifecycle
»
Design And Architecture
»
Design Patterns
C#
Design
Patterns
nBaclava
by
Thorsten Bruning
Article
1 Oct 2012
license:
CPOL
Base classes for value objects.
Languages
»
C#
»
General
C#
Windows
.NET
Visual-Studio
Architect
Dev
Intermediate
Framework
General
library
, +
Singleton Pattern: Single instance, but multiple implementations
by
Sudheesh.P.S
Article
27 Sep 2012
license:
CPOL
A template based, thread safe singleton implementation in C++
Development Lifecycle
»
Design And Architecture
»
Design Patterns
C++
Windows
Win32
Dev
Design
Intermediate
Patterns
PRG Pattern - Post Redirect Get
by
Pankaj Nikam
Tip/Trick
7 Aug 2012
license:
CPOL
PRG or Post Redirect Get pattern focuses on solving the typical problem where the user presses F5 or refresh button and causes duplicate database transactions.
General Programming
»
Algorithms & Recipes
»
General
Web-Development
Patterns
Understanding and Implementing Bridge Pattern in C#
by
Rahul Rajat Singh
Article
3 Aug 2012
license:
CPOL
This article discuss Bridge Pattern and try to demonstrate it using a simple application.
Development Lifecycle
»
Design And Architecture
»
Design Patterns
C#
Design
Beginner
Patterns
Generic Data Access using C#
by
Tamil Selvan K
Question
29 Jul 2012
license:
CPOL
I need to develop the Database generic Application (Windows application using WPF)since there could be a change in database from SQL to Oracle in future. So i had this requirement.I googled and i got some idea that we can use System.Data.Common and DbConnection using some factory pattern.i'm...
General Programming
»
Uncategorised Quick Answers
»
General
C#
database
Patterns
Generic Data Access using C#
by
Mehdi Gholam
Answer
29 Jul 2012
license:
CPOL
Read the following : http://stackoverflow.com/questions/185474/c-sharp-retrieving-correct-dbconnection-object-by-connection-string[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#
database
Patterns
Refactor C# code to become more expressive
by
Rafael Nicoletti
Tip/Trick
26 Jul 2012
license:
CPOL
Refactor C# code to become more expressive
Languages
»
C#
»
How To
.NET3.5
C#
Dev
QA
LINQ
Intermediate
.NET
Patterns
.NET4
Structural Pattern : Decorator Pattern Demo
by
PratapReddyP
Technical Blog
24 Jul 2012
license:
CPOL
Structural Pattern : Decorator Pattern Demo
General Reading
»
Uncategorised Technical Blogs
»
General
Patterns
decorator
TCP packet consuming design issue for windows forms application
by
M-Idrees-pk
Question
12 Jul 2012
license:
CPOL
Hi,I am working on a TCP client application. I would like to share my problem and want to know the better design approcah for packet consumed in application.Currently I have designed it as:Consumer class, is activated once it received packet from socket.PacketReceived event is...
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
Windows
Design
C#
architecture
Patterns
TCP/IP
WinForm
Programming languages for the age of Cloud
by
Jan Fajfr
Technical Blog
28 Jun 2012
license:
CPOL
This post discusses the current state of art programming languages and the future of programming languages in general. The need for distributed software forces us to write complicated software. Which are the language constructs to help us with the challenge?
Languages
»
Other .Net Languages
»
General
Intermediate
Patterns
Languages
Implementing IComparable and IEquatable safely and fully
by
A. Ganzer
Tip/Trick
22 Jun 2012
license:
CPOL
Using snippets to create a full and correct implementation of complex interfaces
Platforms, Frameworks & Libraries
»
.Net Framework
»
Utilities
C#
.NET
Dev
Beginner
Intermediate
Advanced
VB
All-Topics
VB.NET
IDE
, +
Theory versus Practice?
by
Petr Ivankov
Article
18 Jun 2012
license:
CPOL
Applications of abstract math theories to practice
General Programming
»
Algorithms & Recipes
»
Math
C#
.NET
Architect
Dev
WPF
Design
Advanced
C#
C#4.0
Framework
, +
Simplify Database Operations with Generic Fluent NHibernate
by
Kieran Maltz
,
Cayen Systems
Article
30 May 2012
license:
CPOL
This article describes database communication using a generic Fluent NHibernate implementation.
Database
»
Database
»
Data Access
SQL-CE
C#
ASP.NET
.NET
SQL-Server
Architect
Dev
Design
Intermediate
Advanced
, +
Adding LogService to my Application
by
Sandeep Mewara
Answer
9 May 2012
license:
CPOL
Try: Microsoft's Enterprise Library - Logging Application Block[^]Get Logging with the Enterprise Library[^]
General Programming
»
Uncategorised Quick Answers
»
General
C#3.0
ASP.NET
Design
C#
Patterns
Singleton
Page 1 of 4
1
2
3
4
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid