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
Beginner
Tagged with:
Beginner
18
records found
date
active
views
answers
votes
Need example on how to create Orders and Order Details
Hi, Can anyone show some sample code to create Orders and Order Details for a Customer in Patterns in Action?. The Design Pattern Framework shows how to select, sort, and view orders, but not how ...
Aug 30, 2010
by
Joe Menachery
50
50
Last:
Mar 02, 2012
by
Ashkan Ashkani
50
50
Design Pattern Framework
Beginner
Views
2.5K
Answers
1
Votes
0
Answer
Code
Follow
0
With which Design Pattern would you recommend I start?
Hi: I am from México, sorry for my English. I am a student in Computer Systems and I don't know where to start with Design Patterns. My professor taught some of Singleton and Factory Patterns, but I ...
Jul 28, 2011
by
Alberto Chargoy
60
95.3
Last:
Jul 29, 2011
by
Rajesh Pillai
1,354
100.0
Design Patterns
Study
Beginner
Views
2.7K
Answers
1
Votes
1
Answer
Code
Follow
0
General question about ASP.NET MVC 3
I still need a better understanding on the high level structure of ASP.NET MVC. By the way: I am using MVC 3. Is there such a thing as an ASP.NET MVC 3 diagram, flowchart, and/or sequence ...
Jul 05, 2011
by
Venkatesh D
60
95.3
Last:
Jul 24, 2011
by
King Wilder
568
99.9
Beginner
ASP.NET MVC 3
Views
3.3K
Answers
2
Votes
0
Answer
Code
Follow
0
C# Interfaces. Why are they separate? And why would anyone use this?
Hi All, I have a question about C# interfaces. Basically I understand that when using interfaces it means you're building loosely coupled applications. The interface is merely a ...
Jul 04, 2011
by
Vijay Raghavendran
49
0
Last:
Jul 04, 2011
by
Vijay Raghavendran
49
0
C#
Interfaces
Beginner
Views
2.3K
Answers
1
Votes
0
Answer
Code
Follow
0
My first stab at the Factory Pattern. Feedback please.
I am building a staffing tool and using the Factory Pattern. Can you please take a look and let me know if I did it right? Also, I'm a bit confused about why I have to create a new creator class for each type. ...
Mar 21, 2011
by
Joe Rogers
50
50
Last:
Mar 26, 2011
by
Vijay Kumar
50
50
Factory Pattern
Beginner
Views
4.9K
Answers
5
Votes
0
Answer
Code
Follow
0
What is the use of the Hi/Lo method in NHibernate?
Hello NHibernate gurus. I have worked with NHibernate for a relavitely short time and have a question. My understanding is that Hi/Lo is used to generate auto-increment numbers for primary ...
Mar 09, 2011
by
Craig Johnston
128
96.7
Last:
Mar 09, 2011
by
Robert Blixt
1,128
99.9
NHibernate
Beginner
Views
2.7K
Answers
1
Votes
0
Answer
Code
Follow
0
Persistance of Shopping Cart
As others before me I also would like some verification on the process of saving a cart - as I'm trying to implement some best practices in my development - and I stall over how I "should" be ...
Feb 03, 2011
by
Andrew Walker
55
94.1
Beginner
Persistence
Business Tier
Views
1.9K
Answers
0
Votes
0
Answer
Code
Follow
1
Question about system design
Hello: I have to write a Windows C# desktop application. I have gathered all the requirement from the user . Now I wish to design the system with pure Object-Oriented features keeping flexibility in ...
Sep 22, 2010
by
Ali Momin
60
95.3
Last:
Nov 18, 2010
by
Alexis Henríquez
50
50
OO
Design
Beginner
Views
2.8K
Answers
2
Votes
0
Answer
Code
Follow
0
Need assistance and/or samples of MS Sync Framework
Hi, We are in the process of developing an application which needs database sync between a Mobile app and a DB server. This occasionally connected application (OCA) needs to synchronize with the the ...
Sep 16, 2010
by
Sudhir Golthi
50
50
Synchronization
Beginner
Views
1.3K
Answers
0
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
MVP and MVC when to use which?
When moving beyond the code-behind kind of coding style you run into two common patterns: MVP and MVC. I kind of have an idea what the differences are, but my question is twofold: 1) What ...
Jun 30, 2010
by
Trey Henlon
72
96.0
Last:
Aug 13, 2010
by
Christian Jacob
555
99.9
MVC
MVP
Beginner
Views
7.9K
Answers
4
Votes
1
Answer
Code
Follow
0
Where to start with .NET Design Patterns?
I have been pretty successful in my career and consider myself a solid Senior .NET Developer. Recently, I have been reading up on Design Patterns and when I see an example, I usually get it. However, what 
Mar 21, 2010
by
Leo Benson
122
96.7
Last:
Jul 29, 2010
by
Christian Jacob
555
99.9
Design Patterns
Beginner
Views
12.2K
Answers
7
Votes
3
Answer
Code
Follow
2
Details about MVC Design Pattern
Could anyone provide me some details on why and when to use for MVC Design ...
Jul 10, 2010
by
Harish S D
250
96.9
Last:
Jul 16, 2010
by
King Wilder
568
99.9
Design Patterns
MVC
Beginner
Views
5.5K
Answers
3
Votes
0
Answer
Code
Follow
0
.NET advice requested
I am preparing for a .NET 3.5 job as a junior developer..I was trained to work with ASP.Net, C#, ADO.Net, & SQL Server. Now, I find myself very confused. Do I also need to ...
Jun 24, 2010
by
Miss Honey
50
50
Last:
Jul 01, 2010
by
Aaron Burton
254
99.5
.NET 3.5
Beginner
Views
2.4K
Answers
2
Votes
0
Answer
Code
Follow
0
Pattern Framework - Need to understand - Help
Hi I need some advice. I am aware of Design Patterns (In theory). To learn the practical implementation of Patterns, I had purchased the "Pattern Framework" from this site. ...
May 24, 2010
by
Willy James
50
50
Last:
May 28, 2010
by
Dan McMillan
750
99.9
Design Pattern Framework
Beginner
Views
2.4K
Answers
1
Votes
0
Answer
Code
Follow
0
MVC Example
Hello, I am new to C# , I have heard about MVC pattern. Can some please share with me an MVC C# code sample (basic). I would very much appreciate it. ...
May 17, 2010
by
Ali Momin
60
95.3
Last:
May 20, 2010
by
King Wilder
568
99.9
C#
MVC
Beginner
Views
18.8K
Answers
3
Votes
1
Answer
Code
Follow
0
Design Patterns vs Design Principles (SOLID)
I was reading the other day a discussion on Design Patterns versus Design Principles called SOLID. For those who are not aware of this, SOLID is an acronym for the first 5 principles of object-oriented de
Apr 29, 2010
by
Craig Johnston
128
96.7
Last:
May 19, 2010
by
Aaron Burton
254
99.5
Design Patterns
Beginner
Learning
Views
25.5K
Answers
7
Votes
1
Answer
Code
Follow
1
Singleton usage examples?
Can anyone summarize when and where one would (and would not) use Singletons? I am asking because it is said that programmers are overusing Singletons....
Mar 11, 2010
by
Walt Lynton
203
96.8
Last:
Mar 19, 2010
by
Syed Saqib Ali Tipu
130
96.8
Singleton Pattern
Best Practices
Beginner
Views
4.4K
Answers
1
Votes
0
Answer
Code
Follow
1
15
30
50
Per Page
return to top