11 Jun '11 - 12:02 by Omar Al Zabir (updated)
UFrame makes a DIV behave like an IFRAME that can load any ASP.NET/PHP/HTML page and allows all postback and hyperlink navigation to happen within the DIV - a painless way to make regular pages fully AJAX enabled
6 hrs ago by newton.saber (updated)
Point DragonSharq at a web site to view its source as text and list response headers.
22 hrs 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#
23 hrs ago by Xomega Team (updated)
A design pattern and implementation example for building advanced search forms
yesterday by Faisal(mfrony) (updated)
This Article will help you to make a clear understanding of LSP
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.
yesterday by Darek Danielewski (updated)
How to use AOP and System.Runtime.Caching.MemoryCache to improve application performance.
yesterday by mahbub.kuet (new)
An easy explanation of Chain of Responsibility Pattern with a practical example
yesterday by Moises Barba (updated)
An extension to the Kerosene ORM library that permits seamless database operations in WCF scenarios
yesterday by Paul A Francis (updated)
Discusses how stock market trading works, the different types of market data available, and provides a code example with sample data that processes a market data feed
3 days ago by Mehdi Gholam (updated)
NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, Transactions, Server side queries, MonoDroid support)
6 Dec '10 - 14:56 by jgauffin (updated)
This will be my final piece on exception handling. It's been fun, but the show must go on, right? Got any suggestion on what I should rant about in this blog? Leave a comment. Continue reading →
2 hrs ago by n.podbielski (updated)
How to handle Ajax errors in ASP.NET
4 days ago 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
16 hrs 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.
2 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