| |
|
|

|
SOHA - Service Oriented HTML Application (Session and Security)
4.82/5 (8 votes)
Updated: 19 Nov 2010
Bookmarked: 6 Dec 2010
Session Management, Navigation, Security and Data Sharing aspects of SOHA - Service Oriented HTML Application
|
Modesty Zhang |
| |
|
|

|
MyCache: Distributed caching engine for an ASP.NET web farm - Part I: The demonstration
4.80/5 (33 votes)
Updated: 14 Dec 2010
Bookmarked: 13 Dec 2010
Demonstration of a distributed caching engine for ASP.NET applications deployed under a load-balanced environment in a web farm, which is built on top of WCF and the Microsoft Caching Application Block.
|
Al-Farooque Shubho |

|
State management and ways to handle Cache in a Web Farm/Web Garden scenario
4.94/5 (43 votes)
Updated: 13 Apr 2011
Bookmarked: 13 Apr 2011
This article gives a brief idea about state management and discusses the variuos approcahes for handling it in a Web Farm/Web Garden scenario.
|
Brij |
| |
|
|

|
XHTML Alternative to HTML5 Data Attributes
4.00/5 (4 votes)
Updated: 1 Feb 2011
Bookmarked: 1 Feb 2011
Use CSS Selectors as lightweight key value pairs; automatically bound to elements at runtime using the bindCssData method.
|
John Doherty |
| |
|
|

|
Semantic HTML5 Page Layout
4.95/5 (26 votes)
Updated: 14 Jan 2011
Bookmarked: 20 Jan 2011
Introducing a simplified semantic HTML5 tags based page layout, together with a basic HTML5 template and CSS sources.
|
Modesty Zhang |

|
HTML5 Web Socket in Essence
4.94/5 (128 votes)
Updated: 16 Aug 2011
Bookmarked: 14 Jun 2011
HTML5 WebSocket defines a bi-directional, full-duplex communication channel operates through a single TCP connection, this article discusses its fantastic performance, the WebSocket protocol principle and its handshake mechanism, and develop a WebSocket application in action (Team Poker).
|
Wayne Ye |
| |
|
|

|
Session Fixation Vulnerability in ASP.NET
4.91/5 (18 votes)
Updated: 14 Jun 2011
Bookmarked: 15 Jun 2011
In this article, we are going to learn how to avoid the Session fixation vulnerability in ASP.NET.
|
ITFunda |
| |
|
|

|
HTML and JavaScript Injection
4.83/5 (8 votes)
Updated: 6 Dec 2010
Bookmarked: 13 Dec 2010
HTML and JavaScript code injection techniques.
|
Skynet_Code |

|
OpenID With Forms Authentication
4.96/5 (63 votes)
Updated: 13 Dec 2010
Bookmarked: 13 Dec 2010
Shows how to use OpenID with ASP.NET MVC Forms Authentication.
|
Sacha Barber |
| |
|
|

|
SOAP Web Services: Create Once, Consume Everywhere
4.89/5 (43 votes)
Updated: 15 Jul 2010
Bookmarked: 15 Jul 2010
A detailed development of a simple ASP.NET web service, in addition to configuring IIS server to host the service, finally creating an ASP.NET, Java and PHP web clients that consume the service.
|
Mohamad K. Ayyash |

|
Create, Host (Self Hosting, IIS hosting) and Consume WCF Service
4.70/5 (24 votes)
Updated: 3 Feb 2011
Bookmarked: 1 Feb 2011
Create, Host (Self Hosting, IIS hosting) and Consume WCF Service
|
Pranay Rana |

|
An Experiment on Fluid Services for Highly Responsive, Scalable and Reusable SOA Services
4.93/5 (7 votes)
Updated: 7 Sep 2010
Bookmarked: 14 Sep 2010
An experiemental streaming implementation to reduce response time and increase throughput for highly composable/scalable web services.
|
I. Benian |
| |
|
|

|
The Simplest COM Tutorial in Visual Studio 2008
4.03/5 (35 votes)
Updated: 23 Feb 2009
Bookmarked: 21 May 2011
A beginner's guide to creating COM/DCOM server and client under .NET 2008 environment.
|
Zhiwei Liu |
| |
|
|

|
Golabi Proxy Server
4.71/5 (9 votes)
Updated: 20 Sep 2011
Bookmarked: 19 Sep 2011
This is a proxy server with a client that can encrypt your browser request.
|
Farhad Hazraty Eini |

|
Yahoo! Managed
4.88/5 (43 votes)
Updated: 1 May 2012
Bookmarked: 16 Jul 2010
Download financial data, managing online portfolio or using Search BOSS from Yahoo! with .NET
|
MaasOne |

|
Introduction to SDP for Java, C#, and VB Developers
4.78/5 (8 votes)
Updated: 30 Jul 2010
Bookmarked: 30 Jul 2010
This article is a technical overview of the Session Description Protocol, and is designed for Java, C#, and VB programmers who want a quick low-level guide to the workings and details of the protocol.
|
Jesper A Nielsen |
| |
|
|

|
Single Instance String Store for .NET
4.90/5 (46 votes)
Updated: 16 Jul 2009
Bookmarked: 28 Jun 2011
By implementing a single instance string store, you can significantly reduce the memory footprint of your application.
|
Kendall Miller |
| |
|
|

|
Post-Mortem Debugging Your Application with Minidumps and Visual Studio .NET
4.95/5 (128 votes)
Updated: 6 Mar 2002
Bookmarked: 30 Nov 2011
This article describes how minidumps work, how to make your application create them when it crashes, and how to read them back with Visual Studio .NET.
|
Andy Pennell |

|
Get Started: Debugging Memory Related Issues in .Net Application Using WinDBG and SOS
4.47/5 (28 votes)
Updated: 28 Sep 2010
Bookmarked: 28 Apr 2011
Kick Start Using WinDBG and SOS
|
Sonal.India |
| |
|
|

|
Say Hello To Behavior Driven Development (BDD) - Part 2
4.71/5 (31 votes)
Updated: 7 Mar 2011
Bookmarked: 1 Feb 2011
This article contains step by step instructions to implement BDD in .NET project using Specflow and MBUnit.
|
Mahmudul Haque Azad |

|
How I explained Design Patterns to my wife: Part 1
4.89/5 (191 votes)
Updated: 9 Aug 2010
Bookmarked: 2 Aug 2010
Learning Object Oriented Design Patterns through an interesting conversation.
|
Al-Farooque Shubho |

|
Dynamic Decorator Pattern
4.44/5 (9 votes)
Updated: 30 Sep 2010
Bookmarked: 26 Aug 2010
Extend functionality of an object without modifying its class or writing decoration code during design time
|
Gary H Guo |

|
An implementation of Command pattern in C#
4.64/5 (7 votes)
Updated: 3 Nov 2010
Bookmarked: 3 Nov 2010
.NET delegates and Generics allow for an elegant implementation of the Command pattern.
|
Dave Midgley |

|
Observer Pattern in web applications (JavaScript): A walkthrough with an AJAX example
4.33/5 (5 votes)
Updated: 2 Dec 2010
Bookmarked: 6 Dec 2010
Observer pattern is an excellent technique to deal with one to many relationships among objects.
|
Albin Abel |

|
What if Aristotle Were a Software Engineer?
4.77/5 (10 votes)
Updated: 6 Jan 2011
Bookmarked: 7 Jan 2011
An introduction to philosophy-based patterns.
|
Ishay Ventura |

|
A Practical Approach to Computer Systems Design and Architecture
4.89/5 (91 votes)
Updated: 29 Jul 2007
Bookmarked: 10 Aug 2010
This article gives an introduction to system designing and architecture. It introduces a new concept that allows beginners to easily break and design complex software systems. It uses a modular based development approach with a pattern that we all practice in our day to day life.
|
Nirosh |

|
Using AOP to Implement Functional Requirements - Closing Dirty Forms
4.56/5 (7 votes)
Updated: 21 Jul 2010
Bookmarked: 21 Jul 2010
AOP can be exploited to implement functional requirements, in addition to non-function requirements such as security, transaction and etc. In this article, you'll also see examples of MVP and Memento patterns.
|
alanliu0110, fendyzhong |

|
A Programmer's Guide to Starting a Software Company and Building an Enterprise Application - Article 6
4.38/5 (8 votes)
Updated: 15 Dec 2010
Bookmarked: 19 Dec 2010
Commercial Open-Source licensing and Business Rules Engine
|
Paul Rony |

|
Introduction to Object Oriented Programming Concepts (OOP) and More
4.87/5 (377 votes)
Updated: 25 Jan 2011
Bookmarked: 27 Jul 2010
This article helps to understand the OOP concepts focusing on .Net/ C#. This is written in the form of asking questions and writing answers to them, making it easy to understand.
|
Nirosh |

|
Say Hello To Behavior Driven Development (BDD) - Part 1
4.81/5 (49 votes)
Updated: 6 Feb 2011
Bookmarked: 1 Feb 2011
This article describes the natural evolution of BDD from common problems of developers not following TDD properly. It also describes a bit about Domain Driven Design (DDD) and Domain Specific Language (DSL) which are naturally connected with BDD.
|
Mahmudul Haque Azad |