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
how to search
Home
Questions
Explore
reset
Explore
14
records found
date
active
views
answers
votes
Entity Framework, Composite Meaningful keys and the Identiy Field pattern
I'm working with a database which uses composite, meaningful, natural keys. Some tables use two columns to create the primary key and some use three and they are all used to define the relationships between the ...
Feb 18, 2013
by
Mark Pow
50
50
Last:
Feb 26, 2013
by
Mark Pow
50
50
Entity Framework
Identity Field
Composite
Compound
Key
Views
812
Answers
2
Votes
0
Answer
Code
Follow
0
How to write a Custom Configuration Collection Section with Composite Pattern
I want to write Composite Pattern to web.config like below <membership defaultProvider="TestSqlMembershipProvider"> <providers> ...
Aug 28, 2012
by
Volkan Genç
88
96.5
Last:
Sep 05, 2012
by
King Wilder
568
99.9
Custom Configuration
Composite Pattern
Abstract Factory Pattern
Views
2K
Answers
1
Votes
0
Answer
Code
Follow
0
What is the difference between Builder Pattern And Composite Pattern
We all know that Builder Pattern is one of the creational patterns and Composite Pattern is one of the structural patterns . My question is, can I create a menu like a Command menu or menutoolbar ...
Jan 23, 2012
by
Volkan Genç
88
96.5
Last:
Jan 23, 2012
by
Ankit Parikh
50
50
Observer Pattern
Composite Pattern
Combination
Views
2.3K
Answers
1
Votes
0
Answer
Code
Follow
0
Design Pattern Training Videos
Have you guys though about doing a video series on design patterns? I've come across one website that does them, but they refer to Java! It would make alot of sense if you guys did consider ...
Jul 15, 2010
by
Peter St Angelo
88
96.5
Last:
Oct 21, 2011
by
Itman Man
50
50
Video
Design Pattern Framework
NET 4.0
Views
14.7K
Answers
8
Votes
1
Answer
Code
Follow
1
Which Design Pattern do I need for this?
Hi, I am building a WinForm application. I have a Main Form that contains many many other Forms with the same functionality except the name and the database connection. I don't know how ...
Jun 14, 2011
by
David Kt
58
94.5
Last:
Jul 05, 2011
by
Venkatesh D
60
95.3
C#
.NET 4
Winforms
Pattern
Views
3.7K
Answers
3
Votes
0
Answer
Code
Follow
0
Combination of Composite Pattern and Visitor Pattern
Hi, I'm new to C# design patterns and I've read your sample code of patterns Composite and Visitor. Its very interessing but I think there is great benefit by combining Composite and Visitor Patterns. ...
Jan 07, 2011
by
Gophisco Jazz
50
50
Last:
May 15, 2011
by
Narayanan Rajagopalan
50
50
Composite Pattern
Visitor Pattern
Combination
Views
4.5K
Answers
2
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
Which patterns to use for a Test Automation Framework?
I am writing a Test Automation Framework that involves automating testing a Winforms and WPF based application having 200 screens. The Automation Framework should do the control clicks and screen actions just as a ...
Feb 14, 2011
by
Prasenjit Naskar
50
50
Last:
Mar 08, 2011
by
Robert Blixt
1,128
99.9
Testing
Framework
C#
Views
4.5K
Answers
3
Votes
0
Answer
Code
Follow
0
Composite pattern & Displaying in treeview
I have a XML file which contains the data and my application needs to parse the XML file and display the data in to the tree view in parent- child hierarchy. The XML looks like below. <?xml ...
Dec 27, 2010
by
mutpan S
67
95.6
Last:
Dec 28, 2010
by
Pradip Shrestha
377
99.9
Composite Pattern
Dispalying in treeview
Views
3.3K
Answers
1
Votes
0
Answer
Code
Follow
0
Composite Pattern and Bridge Pattern
Composite Pattern is one of the most useful design patterns, but it can cause many design problems. Apparently, the Bridge Pattern can solve one of the problems caused by Composite. Does anyone know: What ...
Nov 05, 2010
by
Yang Liu
50
50
Last:
Dec 03, 2010
by
Dan McMillan
750
99.9
Composite Pattern
Bridge Pattern
Views
3.6K
Answers
1
Votes
0
Answer
Code
Follow
0
Latest Design Pattern trends with WPF & Silverlight
Hello, I would be interested to know what the latest trend is in terms of Design Pattern usage within WPF & Silverlight projects (beside MVVM & Prism) ? Also, what ...
Sep 24, 2010
by
Peter St Angelo
88
96.5
Last:
Oct 01, 2010
by
Rahul Kansara
50
50
Design Patterns
WPF
Silverlight
Views
3.2K
Answers
1
Votes
0
Answer
Code
Follow
1
Is MVC one of the GoF (Gang-of-Four) patterns?
I was wondering whether MVC is one of the GoF patterns. I see familiar patterns like Bridge patterns which seem similar to MVC. So, is MVC a type of Bridge pattern or is it a standalone ...
Sep 26, 2010
by
maor parizat
50
50
Last:
Sep 26, 2010
by
Robert Blixt
1,128
99.9
MVC
Gang of Four
Views
5.3K
Answers
1
Votes
0
Answer
Code
Follow
0
When to use LINQ-to-SQL versus Entity Framework?
My question is this: when should I decide to use LINQ to SQL over Entity Framework? I my view, LINQ to SQL is far more 'agile' and flexible than Entity Framework. I know ...
Jun 03, 2010
by
Christopher Ronny
139
96.8
Last:
Jul 08, 2010
by
Robert Blixt
1,128
99.9
LINQ to SQL
LINQ to Entities
Entity SQL
Entity Framework
Views
26.8K
Answers
7
Votes
1
Answer
Code
Follow
0
Which Design Patterns are you using most frequently in your projects?
To all: I would be curious to know which design patterns you end up using the most in your own work. Personally, my answer would go something like this: Layers (all my projects are layered) MVC (I
Apr 14, 2010
by
Leo Benson
122
96.7
Last:
May 21, 2010
by
Bhupendra Sinha
70
95.7
Design Patterns
Views
9.2K
Answers
4
Votes
0
Answer
Code
Follow
0
15
30
50
Per Page
return to top