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
5.9K
Answers
3
Votes
0
C Programming Quiz
1)Who invented the C-programming Language? A) James Gosling B) Dennis Ritche C) Bjarne Stroustrup’s D) Tim ...
C#
Jul 14, 2014 by
Rajesh Dhnashire
58
94.9
Views
3.4K
Answers
1
Votes
0
Patterns In Action Solution
Greetings for the day..!! How can i download the Patterns In Action solution for MVC? Thanks In ...
MVC
C#
Archictecture
Nov 10, 2015 by
Lokesh B R
50
50
Views
5.8K
Answers
1
Votes
0
Command Pattern in WinForm example
Hi, How can I implement a command pattern inside a Winform application using menu items like the Winform example of the framework? I was searching in the code and I did not see a Command Pattern implementation. ...
C#
WinForm
Command Pattern
Jan 06, 2016 by
Janus Audit
0
0
Views
5.9K
Answers
4
Votes
0
reducing sql connections & connection pools
Hi, What is the philosophy with connection pools in do factory? It seems we make a connection on every query. Is there a way to use connection pools? Or is that a bad idea? Is this addressed in the SQL Database ...
C#
SQL + Database Pattern Framework
Jan 28, 2016 by
Alan Anderson
50
50
Views
2.9K
Answers
0
Votes
0
Is there anyone can help me to fix a problem regarding database setup with SQL Server in Pattern in Action.
Server Error in '/' Application. Invalid column name 'CompanyName'. Invalid column name 'City'. Invalid column name 'Country'. Description: An unhandled exception occurred during the execution of the ...
C#
SQL Server
Feb 24, 2016 by
Kevin Yi
0
0
Views
36.6K
Answers
4
Votes
0
How to: Deserialization of nested JSON
I am receiving the JSON formatted string from a web service over the Internet. It is roughly formatted like so: { "version" : 2, "query" : "Companies, ...
C#
JSON
Parsing
Mar 24, 2011 by
Leo Benson
122
96.7
Views
3K
Answers
1
Votes
0
Patterns in Action or Spark Code First
First of all, Good Job on gathering the information for the .NET Design Pattern Framework, It's exactly what i was looking for. My question is, as question subject is already saying it, do you guys have any plans ...
C#
EF
Code First
Apr 21, 2016 by
Xeon Xi
0
0
Views
1.9K
Answers
0
Votes
0
Design Pattern where Factory pattern not used.
Hi Experts, Is there any design pattern where factory method is not used or applicable ? Thanks Dinesh ...
C#
Design Pattern
OOPS
OOAD
May 29, 2016 by
Dinesh Sharma
0
0
Views
3.5K
Answers
2
Votes
0
Will the next version of the .NET design pattern framework use Spark, Entity Framework or something else for the DAL?
Will the next version of the .NET design pattern framework use Spark, Entity Framework or something else for the data access ...
C#
Data Access Layer
Spark
Entity Framework
May 24, 2016 by
Abdu Bukres
75
96.3
Views
2.2K
Answers
0
Votes
0
How to Implement Two Way Observer on same Class
Hello I am trying to use the observer pattern to move the cloned Object (Prototype) when the Original is moved.But i am not doing anything. Bellow is the code that i am trying to use.When i try to subscribe a new ...
C#
Observer Pattern
Jun 19, 2016 by
Kiril Zafirov
0
0
Views
2.3K
Answers
0
Votes
0
C# Design Patterns
Hi (noobie question). Can anyone tell me when the current version of the C# .Net Design Pattern Framework was released 4.5? Is there a release date for a 4.6 version? And finally if I purchase the current ...
C#
Release Date
upgrade path
Aug 20, 2016 by
Cliff Conway
0
0
Views
1.9K
Answers
0
Votes
0
Transaction in Spark 4.5
Hi Expert, After trying spark, i have impress with the performance, thanks for this. But, when i used unit of work which means relevant with transaction and my code got error, i dont see any rollback mechanism in ...
Spark
Unit of Work
Transaction
C#
Oct 24, 2016 by
Arya Sampurna
0
0
Views
13K
Answers
3
Votes
0
What design pattern is best for the following scenario?
I have 3 car rental agencies. Each agency requires the data in XML, but in a different format, for example: Agency 1 <Rental> <Customer> <FirstName>test</FirstName> ...
C#
Builder Pattern
Interfaces
Dependency Injection
Jul 17, 2012 by
Xaisoft S
55
94.7
Views
36.5K
Answers
3
Votes
2
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. ...
C#
Dictionary
Multi Key
Dec 16, 2010 by
Zhang Zhao
85
96.4
Views
780
Answers
0
Votes
0
Get Connection String in Regedit
In my project use Pattern In Action Framework 4.0 We need change connection string any time from database Now, in pattern in action framework connection string is a static variable, it can't re initialize ...
C#
Aug 25, 2017 by
Frederick Nguyen
0
0
Views
593
Answers
0
Votes
0
Spark Framework
I liked the spack framework very much, but how can I change the table name of the domain? Becaue it initializes inside static constractor, I couldn't override it. So is there a way to set the table name rather than ...
C#
Spark 4.5
Domain
Sep 25, 2017 by
Khalid Jahury
0
0
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
9.8K
Answers
3
Votes
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, ...
C#
Design Pattern
Metadata
Sep 22, 2010 by
Satyajit Behera
60
95.3
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
12.9K
Answers
6
Votes
1
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 ...
iPhone
Tools
C#
Feb 06, 2011 by
Sam Yonis
60
95.3
Views
110.7K
Answers
9
Votes
2
camelCase - PascalCase vs. CamelCase - pascalCase
The article on c# coding standards in the reference section of dofactory states: do use CamelCasing for class names and method names. do use pascalCasing for method arguments ...
DoFactory
Coding Standards
C#
Jul 31, 2010 by
Dirk Andries
70
96.1
Views
3.3K
Answers
2
Votes
0
Working with SQL bit values?
Hi, I am trying to write to a table that includes a bit column. When trying to the initialise the domain object with defaults I am getting the following error: "Object of type 'System.Int32' cannot be ...
C#
Spark 4.5
Sep 21, 2015 by
Mark Erasmus
50
0
Views
2.6K
Answers
2
Votes
0
Spark -- Expand Rest Object
Hi All, I've searched the communities all weekend and read the documentation, but still can't get the "expand='querystring'" parameter to work in my call... I have 2 examples that I thought I could get ...
Spark 4.5
C#
REST
Expand
Mar 28, 2016 by
Quan Nguyen
50
50
Views
20
Answers
0
Votes
0
What is the future of C#?
What is the future of oops ...
C#
2 days ago by
Semidot Infotech
0
0
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
15
30
50
Per Page