473,772 Members | 3,665 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Design Pattrens

Hi all,
What is a DesignPattrens?
Why Design pattren cocpets are intorduced?
Using Csharp how should i develop designpattern concept?
Any one please explained me or any reference sites please provide me

I want to know the concept

regards,
Tulasi kumar
Jan 21 '06 #1
4 2876
Here are a few resources on patterns.
http://www.dofactory.com/Patterns/Patterns.aspx
http://msdn.microsoft.com/practices/
http://patternshare.org/

--
Tim Wilson
..NET Compact Framework MVP

"TulasiKuma r" <tu*********@na nnacomputers.co m> wrote in message
news:%2******** *******@TK2MSFT NGP12.phx.gbl.. .
Hi all,
What is a DesignPattrens?
Why Design pattren cocpets are intorduced?
Using Csharp how should i develop designpattern concept?
Any one please explained me or any reference sites please provide me

I want to know the concept

regards,
Tulasi kumar

Jan 21 '06 #2
Think of them as common ways of performing specific tasks such as a Queue,
Stack or Linked List.. They are very usefull because they give you a "known
to work well" format for specific tasks.

Asking how to develop design patterns in C# is not really a good question to
ask because it depends on what pattern you are creating.

"TulasiKuma r" <tu*********@na nnacomputers.co m> wrote in message
news:%2******** *******@TK2MSFT NGP12.phx.gbl.. .
Hi all,
What is a DesignPattrens?
Why Design pattren cocpets are intorduced?
Using Csharp how should i develop designpattern concept?
Any one please explained me or any reference sites please provide me

I want to know the concept

regards,
Tulasi kumar

Jan 21 '06 #3
A design pattern is not a very complicated idea. It started when some
people with a lot of experience programming object-oriented systems
noticed that they were writing essentially the same code over and over
again in slightly different ways on different projects.

So, they came up with a general description of what this code did, and
then published the design (of the code) and examples. In other words,
they found a common problem, designed a good solution, gave the
solution a name, and published it.

The advantage of design patterns is that if you use them, you will be
solving certain well-known problems in a well-known way, so other
programmers reading your code will immediately recognize what you're
doing.

As well, the published patterns are solid and have worked out a lot of
common mistakes, so your code tends to be better as a result.

The famous book on design patterns is called Design Patterns, by Gamma,
Helm, Johnson and Vlissides, whom you will hear called "The Gang of
Four". You can see the book at Amazon, here:

http://www.amazon.com/gp/product/020...lance&n=283155

Jan 21 '06 #4
It is also worth noting that certain patterns demand particular language
features to implement correctly. For example, a pattern that solves a
problem using multiple-inheritance isn't going to work at all in C# and will
need a different solution. Hence Design Patterns are not entirely
language-independent and you need to be wary of this when looking at the
pattern, and potentially asking whether your language can support the
implementation of the pattern.

"TulasiKuma r" <tu*********@na nnacomputers.co m> wrote in message
news:%2******** *******@TK2MSFT NGP12.phx.gbl.. .
Hi all,
What is a DesignPattrens?
Why Design pattren cocpets are intorduced?
Using Csharp how should i develop designpattern concept?
Any one please explained me or any reference sites please provide me

I want to know the concept

regards,
Tulasi kumar

Jan 23 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
4142
by: zlst | last post by:
Many technological innovations rely upon User Interface Design to elevate their technical complexity to a usable product. Technology alone may not win user acceptance and subsequent marketability. The User Experience, or how the user experiences the end product, is the key to acceptance. And that is where User Interface Design enters the design process. While product engineers focus on the technology, usability specialists focus on the user...
0
1915
by: Edward Diener | last post by:
In Borland's VCL it was possible to divide a component into design time and run time DLLs. The design time DLL would only be necessary when the programmer was setting a component's properties or events in the Object Inspector, the equivalent to the VS .NET Windows form designer. The run-time DLL would only contain the code necessary at run-time. The design time DLL referenced the run-time DLL, but not vice-versa. This allowed the run-time...
7
3019
by: Shimon Sim | last post by:
I have a custom composite control I have following property
2
2377
by: Paul Cheetham | last post by:
Hi, I have moved an application from VS2003 to VS2005, and I am now unable to view most of my forms in the designer. The majority of the forms in my project are derived from class PACForm, (which itself derives from System.Windows.Forms.Form) Whenever I try to open on of these forms in the designer, I get an error, stating it is unable to load one or more of the requested types. (Full text at the bottom of this message)
1
6341
by: Nogusta123 | last post by:
Hi, I have had a lot of problems getting web pages, master pages and content pages to render in VS2005 design view the same as they would in Internet Explorer. I did a lot of looking on the internet for answers but didn't have much luck. Anyway I believe I have found the causes of the problems and thought I should share them in case any one else is feeling the pain and also to find out what other peoples opinions are, on whether these...
0
2510
by: YellowFin Announcements | last post by:
Introduction Usability and relevance have been identified as the major factors preventing mass adoption of Business Intelligence applications. What we have today are traditional BI tools that don't work nearly as well as they should, even for analysts and power users. The reason they haven't reached the masses is because most of the tools are so difficult to use and reveal so little
19
3174
by: neelsmail | last post by:
Hi, I have been working on C++ for some time now, and I think I have a flair for design (which just might be only my imagination over- stretched.. :) ). So, I tried to find a design certification, possibly that involves C++, but, if not, C++ and UML. All I could find was Java + UML design certifications (one such is detailed on http://www.objectsbydesign.com/tools/certification.html). Although UML is expected to be language independent,...
10
3677
by: vital | last post by:
Hi, I am designing the middle tier of a project. It has 6 classes and microsoft application data access block. The six classes are DBServices, Logger, ProjectServices ... etc. and all these classes talk to front-end directly. Do I need to use any design pattern in this? or what kind of design pattern is this?
4
2468
by: Ken Fine | last post by:
I've been living with a frustrating issue with VS.NET for some months now and I need to figure out what the problem is. Hopefully someone has run into the same issue and can suggest a fix. I suspect some permissions problem. I'm running VS.NET 2008 in Vista. Symptoms and observations: * ASP.NET's native ImageMap and Image controls work just fine and provide a design-time preview of images that are referenced via the ImageUrl property *...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10261
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10104
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8934
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6715
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.