Join Now
|
Login
home
login
join now
.NET pattern framework
javascript + jquery patterns
database pattern framework
products and pricing
.NET design patterns
javascript design patterns
javascript tutorial
sql + database tutorial
connection strings
visual studio shortcuts
c# coding standards
html color codes
all references
explore
questions
ask question
tags
users
contact us
training courses
schedule
registration
about us
training and education for professional developers
login
join now
Home
Questions
Tags
Design Pattern
Tagged with:
Design Pattern
16
records found
date
active
views
answers
votes
Optimal Design Pattern to generate a file
The process to generate a file is : 1. get header 2. get content 4. generate file 6. download file for exmple, there are two types: 1. txt file 2. xml file the get header function is same. txt file and xml file use ...
Oct 18, 2012
by
Oo Hml
50
50
Last:
Nov 07, 2012
by
Vivekananda P
50
50
C#
Design Pattern
Views
1.5K
Answers
1
Votes
0
Answer
Code
Follow
0
Model View Presenter with both WebForms and WinForms
I have started a new project that requires both WinForms and WebForms UI. I chose to use the model view presenter pattern for the WinForms UI and would like to use the same presenter and models with the ...
Mar 29, 2012
by
Matt Fothergill
89
96.4
Last:
Mar 30, 2012
by
Rajesh Pillai
1,354
100.0
Design Pattern
MVP
Winforms
WebForms
Views
2.6K
Answers
1
Votes
0
Answer
Code
Follow
0
Design Pattern Video Training
Hi, I believe you had mentioned that there would be a Design Pattern Video training service coming. Where I can find these? ...
Jul 12, 2011
by
Sanjay Thakur
50
50
Last:
Jan 09, 2012
by
Csaba Csurja
50
50
Design Pattern
Video
Training
Views
4.5K
Answers
4
Votes
0
Answer
Code
Follow
0
Please name the following Design Pattern...
Hi All, Can someone let me know which Design Pattern are we using?. Our application has Presentation Layer, Business layer and Data layer. The data is exchanged between these three layers using ...
Jun 27, 2011
by
Anish Anick
55
94.1
Last:
Jul 05, 2011
by
Venkatesh D
60
95.3
C#
Design Pattern
Views
1.9K
Answers
1
Votes
0
Answer
Code
Follow
1
Are these 'Good Design Principles' of the Factory Method pattern?
Hello, I am new to Design Patterns. Looking at the example code in the Design Pattern Framework, my understanding of the Factory Method pattern is that it uses the ...
May 08, 2011
by
Efim Zabarsky
50
50
Last:
May 22, 2011
by
Siva M.
380
99.9
Design Pattern
Factory Method Pattern
Views
2.5K
Answers
1
Votes
0
Answer
Code
Follow
0
Which pattern should I use to create an XML Request?
Hi, I have a question for the community. I need to generate the following XML (see below) to issue a request. Which pattern should I use to create this Xml request, without using Composite Pattern? ...
May 02, 2011
by
Volkan Genç
88
96.5
Last:
May 07, 2011
by
Kaushal Patel
85
96.4
XML
Design Pattern
Views
2.1K
Answers
1
Votes
0
Answer
Code
Follow
0
Best Pattern for DAO
What is the best pattern for the DAO? Is it best to create an Abstract Factory that returns an abstract DB connection object for instance? Everybody seems to have different ...
Mar 07, 2011
by
Daniel Hicks
60
95.3
Last:
Mar 08, 2011
by
Rajesh Pillai
1,354
100.0
Design Pattern
DAO
Views
2.4K
Answers
1
Votes
0
Answer
Code
Follow
0
Which pattern to use for one practical application?
Hello, I don't have any real-world, practical experiences with using Design Patterns (only theoretical). Here is my situation: I have been working on a WinForms application. The items of the menu ...
Jan 27, 2011
by
Milovan Ivanovic
50
50
Last:
Feb 16, 2011
by
Milovan Ivanovic
50
50
Design Pattern
Suggestion
Views
5.7K
Answers
4
Votes
0
Answer
Code
Follow
0
Initialize Object based on Role
I have a question on how to initialize an object based on user role. For example, say, I have an abstract class User. There exist 3 different kinds of user Admin, Member, Moderator, Every one has it's own set ...
Oct 09, 2010
by
Asmprogs Asmprogs
59
94.6
Last:
Oct 11, 2010
by
Chris Bint
60
95.3
C#
Design Pattern
Views
2K
Answers
1
Votes
0
Answer
Code
Follow
0
Metadata programming to add Entities and Fields dynamically
Hi, I would like to use the metadata programming so that it is fast to add fields and entities dynamically to the application using C#. Can anybody guide me in that? The admin user should be able to add fields, ...
Sep 22, 2010
by
Satyajit Behera
60
95.3
Last:
Sep 23, 2010
by
Dan McMillan
750
99.9
C#
Design Pattern
Metadata
Views
3.8K
Answers
1
Votes
0
Answer
Code
Follow
0
Need some basic UML info
Hi I am new to Design Patterns. I dont' quite understand the lines drawn in the UML diagrams for each of the Design Patterns. So, I want to learn the basics of generalization, association, ...
Sep 13, 2010
by
Surendiran Balasubramanian
50
50
Last:
Sep 13, 2010
by
Robert Blixt
1,128
99.9
Design Pattern
UML
Beginner
Views
2.3K
Answers
1
Votes
0
Answer
Code
Follow
0
Question on multiple if else statements in code
Hi, I am working on a maintenance project and I see at lot of places the application logic is written in if..else if..else conditions. Many times the if conditions check the value of a variable against a ...
Aug 30, 2010
by
Harshad Riswadkar
60
95.3
Last:
Sep 07, 2010
by
Shridutta Pachori
50
50
Design Pattern
if else
Views
3.8K
Answers
2
Votes
1
Answer
Code
Follow
0
Design Patterns for Parallel Logins
Can anyone please tell me or point me to some good examples where, what and how design patterns are best applied for blocking parallel ...
Aug 02, 2010
by
Ernesto Camacho
50
50
Last:
Aug 04, 2010
by
Ernesto Camacho
50
50
Design Pattern
Parallel Login
Views
2.7K
Answers
2
Votes
0
Answer
Code
Follow
0
Pattern for Events
Which Design Pattern I can implement to enable and disable the menus on MDI upon a successful login. The menus should enable/disable depending on the user's privileges. ...
Jul 20, 2010
by
Imran Khan
275
99.6
Last:
Jul 31, 2010
by
Rajesh Pillai
1,354
100.0
Design Pattern
Views
2K
Answers
1
Votes
0
Answer
Code
Follow
0
Pattern to upload the different file data
Hi all, Can anyone tell me the best pattern to implement an upload of the data to sql from xml, excel,csv, etc... I am trying the Factory Pattern but still confused how this will allow me to extend ...
Jul 30, 2010
by
Imran Khan
275
99.6
Design Pattern
Factory Pattern
File Upload
Views
1.5K
Answers
0
Votes
0
Answer
Code
Follow
0
Design Pattern - Implementing Roles and Rights
Can anyone please suggest which Design Pattern is best to implement user roles and rights? I am looking for a generic solution in which I define roles and based on that I should be able to define rights at the ...
May 16, 2010
by
Satyajit Behera
60
95.3
Last:
May 18, 2010
by
Guru Vn
50
50
C#
Design Pattern
User Management
Roles and Rights
Views
3.2K
Answers
1
Votes
0
Answer
Code
Follow
0
15
30
50
Per Page
return to top