21 Apr '12 - 5:17 by Jani Giannoudis (updated)
Simplifying the .NET User Configuration for Windows Forms and WPF
2 hrs ago by Marla Sukesh (updated)
In this article we will look in detail how to create a multi-lingual and multi-cultural applications using Asp.net.
5 hrs ago by .dan.g. (updated)
A hierarchical task manager with native XML support for custom reporting.
yesterday by Espen Harlinn (updated)
Windows API, menus, c++ lambda expressions, std::enable_shared_from_this
yesterday by Tadeusz Kaliszewski (updated)
A small .NET class library for maintaining SQL CE database schema written in C#.
yesterday by Colin Eberhardt (updated)
Describes the development of a Windows 8 Reversi game, covering the topics of UI design, the minimax algorithm and an interesting use for Linq.
2 days ago by newton.saber (updated)
Point DragonSharq at a web site to view its source as text and list response headers.
2 days ago by Moises Barba (updated)
The fifth incarnation of a dynamic and self-adaptive ORM library with full support for POCO objects, that doesn’t require any mapping or configuration files, and with support for natural SQL-like syntax in plain C#
2 days ago by Xomega Team (updated)
A design pattern and implementation example for building advanced search forms
2 days ago by Faisal(mfrony) (updated)
This Article will help you to make a clear understanding of LSP
3 days ago by Darek Danielewski (updated)
How to use AOP and System.Runtime.Caching.MemoryCache to improve application performance.
28 Feb '12 - 17:14 by DevLake (updated)
WPF Master Details MVVM Application
yesterday by n.podbielski (updated)
How to handle Ajax errors in ASP.NET
18 May '13 - 2:17 by Tharaka MTR (updated)
Recently I had to involve in a database migration task. I backed up the database and restored successfully in the new server. However when I access the database through the web site, database login didn’t work. The problem was even though the database user is included in the restored database; the l
9 May '13 - 9:28 by Zac Gery (new)
Writing software is a team effort and everyone helps to make it possible.
7 May '13 - 19:11 by S Leistikow (updated)
Leaving an end user with the ability to do more damage is never the way to go.
3 May '13 - 9:33 by Shahriar Iqbal Chowdhury/Galib (new)
Background In my last post I showed how to split a string in TSQL. Problem with that splitting is it can split a string if resultant split count is <=2, i.e. it can split only string like “a,b” or “first,last” or “java,c”. But while doing the parsing of string of
2 May '13 - 7:08 by Pragmateek (updated)
[toc] Introduction Note to pedantic guys: yes Access is not a database engine, only the graphical front-end to Jet/ACE, but we’ll stand with this simplification. The sample application (Excel + VBA) and the SQL source code are available in this … Continue reading →
18 Apr '13 - 14:07 by David Corne (new)
This post will be about the Resource Acquisition is Initialization (RAII) pattern which is a creational pattern.
17 Apr '13 - 1:52 by jgauffin (new)
Throwing exceptions is in itself trivial. Just invoke throw with an exception object. But when should you throw? Should you create a new exception or rethrow an old one? What should you include in the exception info? What are exceptions … Continue reading →
13 Apr '13 - 9:31 by Shahriar Iqbal Chowdhury/Galib (new)
Background Say we have a registration table which store successful registration info. At that table we have a column “Name” which stores value as combination of first name & last name delimited by ‘ ‘ [space]. Later at some point we need to extract the first name or last name
11 Apr '13 - 7:29 by Zac Gery (new)
The concept of embracing failure put under the microscope.
9 Feb '11 - 3:05 by M.Farrukh Abbas (updated)
There is no fool-proof technique to catch the browser close event for 100% of time. The trouble lies in the stateless nature of HTTP. I will explain one of them which is very effective and tested
2 days ago by cynthia_dunlop (new)
Service virtualization undeniably benefits the development process, but it can be both a blessing & a curse for developers. Learn how to minimize the burden on development to achieve maximum acceleration of delivery cycles.
4 days ago by Amit Deshmukh 1010 (updated)
Accessing class object present in exe from explicitly loaded DLL using Inheritance and virtual function.
14 May '13 - 9:07 by Assil (updated)
A light article about a new feature in C# 5 and .NET 4.5
14 May '13 - 0:20 by Eduardo Antonio Cecilio Fernandes (updated)
How to fix date validation for non-US date when using Chrome
11 May '13 - 5:32 by AkramOnly (new)
Get root relative WebSite path to concatenate it with any HTML src path
10 May '13 - 5:55 by Abhay@Accenture (new)
How to bind Derived Type in MVC View
6 May '13 - 12:53 by Xenodeceiver (new)
4 May '13 - 20:26 by dimaxweb (new)
How application becomes broken when ActiveX filtering is enabled in IE9 and a cool alternative way of parsing XML.
28 Apr '13 - 3:31 by Member 7809522 (new)
Easy Assembly Version reflecting SVN working revision
27 Apr '13 - 18:59 by Amey K Bhatkar (updated)
Template pattern concept with example