Login
Join Now
Products
All Products and Pricing
.NET Design Pattern Framework
TM
4.5 -- C# Edition
.NET Design Pattern Framework
TM
4.5 -- VB Edition
PRO .NET Design Pattern Framework
TM
4.5 -- C# Edition
PRO .NET Design Pattern Framework
TM
4.5 -- VB Edition
JavaScript + jQuery Pattern Framework
TM
SQL + Database Pattern Framework
TM
PRO SQL + Database Pattern Framework
TM
Customers
Meet our Customers
Success Stories
Reference Guides
.NET Design Patterns
JavaScript Design Patterns
JavaScript Tutorial
SQL Tutorial
Connection Strings
Visual Studio Shortcuts
C# Coding Standards
HTML Color Codes
All References
Community
Questions
Ask Question
Explore
Tags
Users
Company
About Us
Our Story
Services
Training
Contact Us
Products
All Products and Pricing
.NET Design Pattern Framework
TM
4.5 -- C# Edition
.NET Design Pattern Framework
TM
4.5 -- VB Edition
PRO .NET Design Pattern Framework
TM
4.5 -- C# Edition
PRO .NET Design Pattern Framework
TM
4.5 -- VB Edition
JavaScript + jQuery Pattern Framework
TM
SQL + Database Pattern Framework
TM
PRO SQL + Database Pattern Framework
TM
Customers
Meet our Customers
Success Stories
Reference Guides
.NET Design Patterns
JavaScript Design Patterns
JavaScript Tutorial
SQL Tutorial
Connection Strings
Visual Studio Shortcuts
C# Coding Standards
HTML Color Codes
All References
Community
Questions
Ask Question
Explore
Tags
Users
About Us
Company
Our Story
Services
Training
Contact Us
Home
/
Questions
/
Tags
/
C#
Tagged
C#
116
records found
date
views
answers
Views
9.6K
Answers
2
Votes
0
Private Interface Inheritance
I had a chance to see the following private interface inheritance code. Is this a common practice? Where is this being used? Thanks. interface IAnimal { Eat() } class Dog : IAnimal { void ...
C#
Interface
Inheritance
Apr 11, 2011 by
Jacob Jacob
50
50
Views
9.1K
Answers
2
Votes
0
Pattern For Online Accounting software?
Hi Every one, I am about to start design an accounting online software using MVC3, Razor, C# 4.0. My Requirements can vary with respect with time, like if I am going to implement the financial accounting features, ...
accounts
accounting software
C#
WCF
MVC 3
Aug 15, 2012 by
Smoke Pk
50
50
Views
9K
Answers
2
Votes
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 ...
C#
Design Pattern
User Management
Roles and Rights
May 16, 2010 by
Satyajit Behera
60
95.3
Views
8.9K
Answers
1
Votes
0
MVP with Winforms App using ErrorProvider
Hi I have been looking through the Patterns in Action solution especially in terms of the MVP pattern as I would like to refactor an existing application to use MVP as a lot of logic is tied up in the code behind ...
C#
Design Patterns
MVP
Validation
Oct 10, 2010 by
Matt Fothergill
89
96.5
Views
8.9K
Answers
1
Votes
0
Do you feel guilty when using a C# switch statement?
Now that I am familiar with Design Patterns I am beginning to feel guilty whenever I use the C# switch statement. It is almost like switches are a 'code smell' and that a better solution is possible ...
C#
switch
Code Smells
Mar 29, 2011 by
John Telstra
56
94.9
Views
8.8K
Answers
3
Votes
0
Interpretation Setup Consultation (C#)
Hello. This is my first question ever. Party right here. Now, onto the question! Background information: I am creating a framework for a game. It is a M(ulti) U(ser) D(ungeon) or a text based imagination driven ...
C#
Framework
Interpretation
Gaming
Jul 25, 2011 by
Karl Wessels
63
95.7
Views
8.5K
Answers
1
Votes
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 ...
C#
Interfaces
Beginner
Jul 04, 2011 by
Vijay Raghavendran
49
0
Views
8.5K
Answers
2
Votes
1
Question: Is there an example for Webservices in Design Pattern Framework 4.0?
Hello, I'm a C# developer but totally new and unexperienced in Webservices, WCF and Silverlight. My Task is to create a Server Application that communicates with a Silverlight Client and later a native Mac Client. ...
C#
WCF
Web Services
Aug 04, 2010 by
Thomas W
60
95.3
Views
8.2K
Answers
1
Votes
0
Generic Dictionary with multiple keys
I am building a caching system that holds among others a list of Users. Sometimes we access the Users by userId (the primary key). Sometimes we access the Users by name (a string) Performance is critical, th
Generics
Dictionary
C#
Mar 07, 2010 by
Hans Overkamp
100
96.6
Views
8.1K
Answers
1
Votes
1
MVP pattern for an MDI application
My current application that I maintain is a tabbed MDI-based application that analyzes and graphs data stored in a database. My question is whether or not the MVP is suitable for this type of application. From ...
C#
LINQ
MDI
Winforms
Charts
Jul 15, 2011 by
Mark Polsen
60
95.3
Views
7.9K
Answers
1
Votes
0
ViewState in Session
I was looking at the "Patterns in Action". Had one question. I have configured SessionState as "Out of Process" in SQL Server. If I configure ViewState to use "Session", then would ...
C#
ASP.NET
ViewState
Jul 08, 2010 by
Raju Joseph
50
50
Views
7.9K
Answers
2
Votes
0
What is the purpose of the Take Method in the Patterns In action ADO.NET data access layer?
Hello, I've just recently purchased the design patterns framework. So far it's looking really good. I'm only just starting to look around it. I'm reading the Getting Started 4.0 PDF at the ...
C#
DAO
Question
Sep 01, 2012 by
Steve Martin
56
94.9
Views
7.8K
Answers
2
Votes
0
Any suggested patterns for building an Email Client System with Voice Recognition Support?
I'm designing an email client using .NET technology and voice recognition. Does anyone know what design pattern to recommend for build these? ...
Email
C#
.NET 4.0
Pattern
Jul 30, 2012 by
Arya Rezza
50
50
Views
7.5K
Answers
1
Votes
1
Implementation of third party application integration
Hi guys, Firstly I would like to say that Design Patterns Framework is one great tool!!! - It has taken me a little while to adapt to the principles and methodology - slight shift in design paradigm from old to ...
Framework
C#
External API
Nov 04, 2010 by
Sasa Savic
60
95.3
Views
7.5K
Answers
2
Votes
0
What is the Best Design for Customizable Forms?
Hello Everyone, I am developing a software which must be used for different organizations so some forms must be specially customized for the specific organization. For instance window "A" with datagrid ...
C#
WPF
Customizable Window
Customizable Form
Nov 14, 2012 by
Amin Amin
50
50
Views
7.4K
Answers
1
Votes
2
Sorting Numeric Text
I have found this useful for when I need to sort names that begin with numbers.
C#
LINQ
Extension Methods
Feb 06, 2010 by
Aaron Burton
264
99.7
Views
7.3K
Answers
1
Votes
0
Question on DPF ActionService ValidRequest method
I'm going through the ActionService WCF service, specifically the ValidRequest method and saw that the section that validates the ClientTag was commented with: // Validate Client Tag. // Hardcoded here. In ...
C#
WCF
Service Tier
Dec 29, 2010 by
Doug Rohm
265
99.7
Views
7.2K
Answers
1
Votes
0
MVP : How to deal with with Complex Data?
In MVP : If we have Hierarchical data model such as "Folder Structure" where does the logic for binding will occour. In View or in Presenter. What data type is best represented to capture Hierarchical ...
C#
MVP
VB.NET
Complex Data Model
Hierarchical Data Model
Sep 10, 2012 by
Asmprogs Asmprogs
59
95.0
Views
6.8K
Answers
2
Votes
0
SqlMap & Xml (Spark Generator)
I am trying to Generate an entity in my database that contains an Xml column. When I run the Generator I am told that the Xml object does not exist and that I may be missing a using statement. I know that there is ...
Spark 4.5
C#
SqlMap
XML
Apr 19, 2014 by
Jonathan Pickford
50
50
Views
6.8K
Answers
1
Votes
0
WPF - Update Service Reference
When I update the service reference without making any changes to Patterns in Action 4.0_1, it produces 3 error messages (all the same) on Mapper.cs of the WPF Model project. Error 1 Cannot implicitly ...
C#
WPF
Service Reference
WPF Model
Jul 26, 2012 by
Ereck Johan
60
95.3
Views
6.5K
Answers
0
Votes
0
Most suitable Design Pattern(s) for Excel Add-In
I am tasked with creating an Excel Add-In which will display a Ribbon within Excel. Basically, my application will fetch cube data and display it as multiple reports in an Excel workbook. Users will ...
Design Patterns
C#
Excel
Mar 14, 2011 by
Kalyan Sengupta
50
50
Views
6.4K
Answers
1
Votes
0
Sample Pattern Problem: You must get fully dressed before leaving the house
Can anyone please tell me how should I approach this problem, what would be best way to solve this problem by keeping in mind the best possible design (pattern) approach, any help is greatly appreciated. ...
C#
Design Patterns
Sep 21, 2012 by
Avanthika rachael
50
50
Views
6.4K
Answers
1
Votes
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 ...
C#
Design Pattern
Oct 09, 2010 by
Asmprogs Asmprogs
59
95.0
Views
6.4K
Answers
1
Votes
0
Comet Design Pattern or 'Ajax Push'
Hi, I am looking for an example on the Comet Pattern. This is also known as Ajax Push or Reverse Ajax. It allows client pages to open long-running HTTP Queries to a website. Thanks you so ...
C#
Comet Pattern
Ajax Push
Reverse Ajax
Jul 18, 2011 by
Mark Casey
50
50
Views
6.3K
Answers
1
Votes
1
Design for extensibility of objects and properties
Hi, Can anybody guide me in designing application that can be easily extendable and customizable? How does Microsoft design the products like Dynamics NAV or CRM which allows others to build properties and ...
C#
Extensiblity
Configurable
May 23, 2010 by
Satyajit Behera
60
95.3
Views
6.2K
Answers
2
Votes
0
Direct Engineering from UML Diagrams
Hi: I can't find any resource (book, blog, etc.) that explains how to produce C# code from UML Diagrams, manually. I find ways to do it automatically using VS, or other UML Products, but now I'm interested in how ...
UML
C#
May 15, 2013 by
Rafael Soteldo
50
50
Views
6.2K
Answers
1
Votes
0
SharePoint based Design Patterns
Dear All, I need information on SharePoint based Design Patterns. It would be nice if you share some lead with me. Thanks in Advance. Sandeep H. ...
SharePoint
C#
Feb 14, 2012 by
Sandeep Autade
50
50
Views
6.1K
Answers
1
Votes
0
Help on video file storage in C# ,Net
i have created a application in which i added VLC (Video LAN Player) in the properties section in MRL i added the video address when i executed the video got playing but when i published the application and ...
C#
Video
Mar 06, 2012 by
Venkiy Kumar
50
50
Views
6K
Answers
1
Votes
0
Decorator example from Design Pattern Framework
I hope that I don't get moved to the 'hair-splitters' section for that question, but as we're talking here about very basic principles, I just wanted to get everything right :) In the Design Pattern Framework, ...
C#
Decorator
Decorator Patter
DoFactory.HeadFirst.Decorator.Starrbuzz
Starbuzz
Feb 27, 2012 by
Florian Schaeffler
280
99.8
Views
6K
Answers
1
Votes
0
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 ...
C#
Design Pattern
Oct 18, 2012 by
Oo Hml
50
50
Better Code
Better Career
Better Lifestyle
.NET
Design Pattern
Framework 4.5
C# and VB.NET
Includes:
Gang of Four Patterns
Head First Patterns
Enterprise Patterns
Multi-Tier Patterns
Repository Pattern
Unit-of-Work Pattern
CQRS Pattern
Active Record Pattern
Model View Controller
Model View Presenter
Model View ViewModel
Spark
TM
RAD Platform
Art Shop MVC Web app
Much more...
Click here for details
-- Instant Access --
Instant Download
Prev
1
2
3
4
Next
15
30
50
Per Page