|
|
Latest Articles
|
| |
-
Socket Programming in C#...
By Joydip Kanjilal
In this article, Joydip demonstrates the working of socket programming in C#. He starts with a brief introduction of sockets and ports and
examines the differences between synchronous and asynchronous Communication. You will then learn how to work with System.Net and
System.Net.Sockets namespaces along with the implementation of a simple client-server application. The article is well supported by relevant
source codes and its corresponding output in screenshots.
Jul 4, 2011
-
Three Tier Architecture with ASP.NET...
By Brian Mains
ASP.NET supports layered architecture, and this article will illustrate how it can work with the ASP.NET presentation controls. This
article focuses mainly on the GridView control, mostly because it is prevalently used in .NET development. However, the concepts work for
other controls as well.....
June 11, 2011
-
3-Tier Architecture Examples...
Brian Mains
Previously, I wrote about multiple tiered architectures and the fundamentals associated with various approaches that can be taken
when developing with a layered approach. In this article, I plan to illustrate each of these layers in great detail, to help further explain the
concept. I'll try to include as many options for constructing layered applications as possible.....
June 10, 2011
-
Introduction to 3-Tier Architecture...
By Brian Mains
If you've ever wondered why you should use layers and what the benefits are, this article is for you. This article delves into the use of
layers and how they can benefit any application.
June 10, 2011
-
Implementing the MVC Design Pattern in ASP.NET...
By Joydip Kanjilal
In this article, Joydip explains the basics of the MVC design pattern, the advantages and the disadvantages of
it. He also examines how effectively we can decouple the business logic layer of an application from the UI layer.
The article provides source code to illustrate the concepts in C# with relevant explanation.
May 28, 2010
-
ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008 (Wrox) by Vince Varallo...
By Brian Mains
March 8, 2010
-
Pro ASP.NET Review (Apress) By Steve Sanderson...
By Brian Mains
October 27, 2009
-
LINQ to SQL Instantiation...
By Brian Mains
LINQ to SQL is an ORM tool that connects to SQL Server databases.
October 27, 2009
-
Complex Binding with Accordian...
By Brian Mains
The Accordion control is a flexible control that neatly separates region of the user interface and condenses the overall user interface.
October 26, 2009
-
A Button Enabled Extender...
By Brian Mains
ASP.NET AJAX extenders are really functional; they use a managed JavaScript development approach.
October 25, 2009
-
Building an AJAX Enabled Web Site - Part 2...
By Brian Mains
ASP.NET AJAX applications are very dynamic and rich, creating a new generation of web applications.
October 25, 2009
-
Building an AJAX Enabled Web Site - Part 1...
By Brian Mains
ASP.NET AJAX applications are very dynamic and rich, creating a new generation of web applications.
October 18, 2009
-
Exploring Silverlight Headered Content Control...
By Brian Mains
The headered content control, a pretty simple control, consists of a header area and a content area, which the
header and content can be anything.
August 11, 2009
-
Exploring Silverlight Accordian...
By Brian Mains
This control provides an expandable and collapsible view of accordion panels within the accordion control.
August 10, 2009
-
Exploring Silverlight Containers...
By Brian Mains
In this article, we'll examine some of the building blocks to constructing a Silverlight interface. The building
blocks are generally easy to use, but may be difficult at first to determine how to setup...
August 9, 2009
|
|
|