.NET news » C# C# Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >
download
3-tier Architecture with ASP.NET 2.0: Tutorial 3: Master Pages and Site Navigation (Visual C#)
With the site map defined and the master page complete, we now have a consistent page layout and navigation scheme for our data-related tutorials. Now updating the site-wide page layout or site navigation information is a quick and simple process.
7 Aug 2006, 14:42:51   Source: 3-tier Architecture with ASP.NET 2.0: Tutorial 3: Master...   Tags: ASP.NET C#
C# File Browser
A file browser written in C#, very much like Windows Explorer
5 Aug 2006, 05:04:00   Source: C# File Browser   Tags: Examples C#
Asynchronous method invocation
How to use .NET to call methods in a non-blocking mode
1 Aug 2006, 18:16:00   Source: Asynchronous method invocation   Tags: C#
3-tier Architecture with ASP.NET 2.0: Tutorial 2: Creating a Business Logic Layer (Visual C#)
A well-architected application is crafted into distinct layers, each of which encapsulates a particular role; in this tutorial we build a Business Logic Layer as a series of classes in our application's App_Code folder that call down into our DAL.
19 Jul 2006, 15:41:35   Source: 3-tier Architecture with ASP.NET 2.0: Tutorial 2:...   Tags: ASP.NET C#
3-tier Architecture with ASP.NET 2.0: Tutorial 1: Creating a Data Access Layer (Visual C#)
When building a Web application, creating the DAL should be one of your first steps, occurring before you start creating your presentation layer. With Visual Studio, creating a DAL based on Typed DataSets is a task you can accomplish in 10-15 minutes.
10 Jul 2006, 16:43:49   Source: 3-tier Architecture with ASP.NET 2.0: Tutorial 1:...   Tags: ASP.NET C#
The Helper Trinity
An article providing a set of helper classes for .NET 2.0 applications.
30 Jun 2006, 09:53:00   Source: The Helper Trinity   Tags: C#
Fast Dynamic Property Accessors
Fast run-time access to Property Values using the new (.Net 2.0) DynamicMethod class and a very small amount of Emitted IL code.
23 Jun 2006, 22:48:00   Source: Fast Dynamic Property Accessors   Tags: C# Performance
C#2 Anonymous Methods
This article presents a new feature named anonymous methods added to the 2.0 version of the C# language. Unlike generics, this feature does not involve new IL instructions. All the magic happens at the level of the compiler.
15 Jun 2006, 15:49:00   Source: C#2 Anonymous Methods   Tags: C#
An Asynchronous Socket Server and Client
An asynchronous socket server and client with encryption and compression.
18 May 2006, 12:34:00   Source: An Asynchronous Socket Server and Client   Tags: Internet Examples C#
C# FAQ for C++ programmers
Answers many of the questions that C++ developers have when they first encounter C#. Wanna work at NASA, you better read this.
18 May 2006, 11:32:05   Source: C# FAQ for C++ programmers   Tags: C#
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >