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
C#
Tagged with:
C#
80
records found
date
active
views
answers
votes
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 ...
Jul 15, 2011
by
Mark Polsen
60
95.3
Last:
Jul 28, 2011
by
Ryan Andrus
60
95.3
C#
LINQ
MDI
Winforms
Charts
Views
2.3K
Answers
1
Votes
1
Answer
Code
Follow
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 ...
Jul 25, 2011
by
Karl Wessels
63
95.5
Last:
Jul 28, 2011
by
Karl Wessels
63
95.5
C#
Framework
Interpretation
Gaming
Views
2.6K
Answers
2
Votes
0
Answer
Code
Follow
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 ...
Jul 18, 2011
by
Mark Casey
50
50
Last:
Jul 21, 2011
by
Kalyan Kamesh
50
50
C#
Comet Pattern
Ajax Push
Reverse Ajax
Views
2K
Answers
1
Votes
0
Answer
Code
Follow
0
Question about the Presenter class in the Design Pattern Framework
This may be more of a C# question and not a Design Pattern question, but could someone please explain the following line from the WinForms Presenter class? public class Presenter<T> where T : IView Is this ...
Jul 09, 2011
by
Greg Deward
50
50
Last:
Jul 12, 2011
by
Robert Blixt
1,128
99.9
C#
Presenter
Views
1.6K
Answers
1
Votes
0
Answer
Code
Follow
0
Which Application Framework to use?
Hi All, I am currently working on a few small projects. We have to decide which framework to go for as we will probably use this framework as backbone of all of other incoming small projects. I'm currently ...
Jul 11, 2011
by
Pei Foon Teo
50
50
C#
Framework
Design
3-Tier
Views
1.1K
Answers
0
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
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
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
ValidateIPAddress.cs - constructor correct?
Hi, Can someone please confirm whether the second constructor in the following codefile (ValidateIPAddress.cs, from Patterns in action 4.0) is correct? //ValidateIPAddress.cs: using System; using ...
Jun 08, 2011
by
Ole Johnny Gjen
50
50
Last:
Jun 08, 2011
by
Dan McMillan
750
99.9
Design Pattern Framework
C#
ValidateIPAddress.cs
Views
1.5K
Answers
1
Votes
0
Answer
Code
Follow
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 ...
Apr 11, 2011
by
Jacob Jacob
50
50
Last:
Apr 21, 2011
by
Saurin Travadi
50
50
C#
Interface
Inheritance
Views
2.9K
Answers
2
Votes
0
Answer
Code
Follow
0
Please review my Factory Pattern implementation
Hi I am starting a school project for which decided to go by an Interface pattern. Please review the code and let me will it work out for future implementation example adding WCF project. Thank you! ...
Apr 06, 2011
by
Imran Khan
275
99.6
C#
Factory Pattern
Views
1.8K
Answers
0
Votes
0
Answer
Code
Follow
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 ...
Mar 29, 2011
by
John Telstra
56
94.4
Last:
Mar 29, 2011
by
Robert Blixt
1,128
99.9
C#
switch
Code Smells
Views
3K
Answers
1
Votes
0
Answer
Code
Follow
0
Usage of the C# var keyword. Is there a Best Practice?
The C# var keyword was introduced in C# version 3.0. According to Eric Lippert from the Microsoft C# team it was included for 2 primary reasons: 1) To limit redundant code, such as: ...
Mar 17, 2011
by
Henry Wong
69
95.7
Last:
Mar 17, 2011
by
Rajesh Pillai
1,354
100.0
C#
var
Best Practices
Views
6K
Answers
1
Votes
1
Answer
Code
Follow
0
Why? C# abstract classes without abstract members
I am familiar with abstract classes, interfaces, and the like. What is not clear to me is why anyone would create a C# abstract class that does not have abstract members? (the C# compiler allows this). ...
Mar 15, 2011
by
Juan Perez
129
96.7
Last:
Mar 16, 2011
by
Vivekananda P
50
50
C#
Language
abstract
Views
4.1K
Answers
3
Votes
0
Answer
Code
Follow
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 ...
Mar 14, 2011
by
Kalyan Sengupta
50
50
Design Patterns
C#
Excel
Views
3.3K
Answers
0
Votes
0
Answer
Code
Follow
0
Static data access objects variables in ActionService for standalone application
Hi, When the Patterns In Action sample is run a standalone mode, should the Static data access objects variable changed to non static ones? // Create static data access objects private static readonly ...
Mar 09, 2011
by
London UK
56
94.4
Last:
Mar 10, 2011
by
Dan McMillan
750
99.9
C#
Entity Framework
Views
4.6K
Answers
5
Votes
0
Answer
Code
Follow
0
Refactoring to Design Patterns
Hi, I find it easier to understand the Design Patterns by writing code initially which doesn't follow any pattern or object oriented principles and refactoring it step by step to convert it into one of the ...
Mar 09, 2011
by
Ramakrishna Pujari
60
95.3
Last:
Mar 09, 2011
by
Rajesh Pillai
1,354
100.0
Design Patterns
Refactoring
C#
Views
2.5K
Answers
1
Votes
1
Answer
Code
Follow
0
How to build a custom .Net Framework ?
Hi All, Could you please share your thoughts (Guidelines, best practices) to create a custom .Net Framework (preferably C#). Thanks and Regards ...
Feb 28, 2011
by
Tarriq Ferrose Khan
80
96.3
Last:
Mar 09, 2011
by
Rajesh Pillai
1,354
100.0
C#
.Net Framework
Design Patterns
Views
6.3K
Answers
3
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
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 ...
Nov 04, 2010
by
Sasa Savic
60
95.3
Last:
Mar 03, 2011
by
Robert Varga
370
99.9
Framework
C#
External API
Views
2.4K
Answers
1
Votes
1
Answer
Code
Follow
0
DIfference between IDictionary and Dictionary.
What is DIfference between IDictionary and Dictionary in terms of implementation. Please let me know when to use what. ...
Mar 03, 2011
by
Pet Hogkin
50
50
Last:
Mar 03, 2011
by
Robert Varga
370
99.9
C#
Interface
Views
3.1K
Answers
1
Votes
0
Answer
Code
Follow
0
When would you use an Abstract class?
Hello everyone, This is probably a very easy question you guys, but when would we need to use an Abstract class? Thank you ...
Feb 02, 2011
by
Satya Chauhan
50
50
Last:
Feb 23, 2011
by
Vivekananda P
50
50
C#
abstract
Views
18.4K
Answers
7
Votes
0
Answer
Code
Follow
0
Why is static not allowed on an Interface?
Hi folks, Could anyone tell me why 'static' is not allowed on an Interface in C#? Thanks, ...
Feb 02, 2011
by
Satya Chauhan
50
50
Last:
Feb 22, 2011
by
Jani Hyytiäinen
60
95.3
C#
Static
Views
3.8K
Answers
2
Votes
0
Answer
Code
Follow
0
Iphone App development tools
Hallo All: Please help with what tools I need to create an Iphone application that retrieves real-time sales data from my restaurant database. I am an entry level C# developer.. Thanks so ...
Feb 06, 2011
by
Sam Yonis
60
95.3
Last:
Feb 20, 2011
by
Hans-Petter Eitvet
70
95.9
iPhone
Tools
C#
Views
3.7K
Answers
3
Votes
1
Answer
Code
Follow
0
WCF Service Exception: "Underlying connection was closed"
I'm trying to recreate something similiar to the example in Patterns In Action 4.0 ActionService.cs except it is much simpler I only have 1 method in my WCF service. The problem I'm ...
Feb 18, 2011
by
Dan Moon
50
50
WCF
C#
ASP.NET
Views
5.1K
Answers
0
Votes
0
Answer
Code
Follow
0
Practical use of the "dynamic" C# keyword in Design Patterns
The dynamic keyword is a recent addition to the C# language. I have a gut feel that one or more of the GOF and/or MVC/MVP/MVVM patterns could benefit from its use. Has anyone found a great use of dynamic in ...
Dec 14, 2010
by
Craig Johnston
128
96.7
Last:
Jan 06, 2011
by
Rajesh Pillai
1,354
100.0
Design Patterns
dynamic
C#
Views
4.4K
Answers
2
Votes
0
Answer
Code
Follow
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 ...
Dec 29, 2010
by
Doug Rohm
265
99.5
Last:
Jan 01, 2011
by
King Wilder
568
99.9
C#
WCF
Service Tier
Views
2.4K
Answers
1
Votes
0
Answer
Code
Follow
0
How do I create a multiple-key dictionary?
Hi: I have a need for a multiple-key dictionary. For example: Dictionary<Key1, Key2, Key3, Value> where Key1, Key2, and Key3 have different type. ...
Dec 16, 2010
by
Zhang Zhao
85
96.4
Last:
Dec 20, 2010
by
Robert Blixt
1,128
99.9
C#
Dictionary
Multi Key
Views
6.8K
Answers
2
Votes
2
Answer
Code
Follow
0
WCF Timeout
Two questions: Looking at project 'Patterns in Action' with Windows Forms interface you find two 'app.config' files.One file is in the Windows Forms project and the other file is in the Windows Model project. Why ...
Nov 04, 2010
by
Richard Au
50
50
Last:
Nov 07, 2010
by
Richard Au
50
50
C#
WCF
TimeOut
Views
4.6K
Answers
1
Votes
0
Answer
Code
Follow
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 ...
Oct 10, 2010
by
Matt Fothergill
89
96.4
Last:
Oct 11, 2010
by
Chris Bint
60
95.3
C#
Design Patterns
MVP
Validation
Views
3K
Answers
1
Votes
0
Answer
Code
Follow
0
Prev
1
2
3
Next
15
30
50
Per Page
return to top