.NET news » Examples Examples Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 >
The Art of Unit Testing: with Examples in .NET
Author: Roy Osherove
Average rating:  / 0
(0 reviews)
More .NET Examples books
download
Compress your ASP.NET 2.0 pages
An article on how to zip the output stream of an ASP.NET page.
1 Feb 2006, 22:46:00   Source: Compress your ASP.NET 2.0 pages   Tags: ASP.NET Examples
TCP/IP Chat Application Using C#
This is a LAN chat application with TCP/IP socket programming technology in C#. This application is a multi thread network application and works in non-blocking way. Public and private chat is implemented in this code.
31 Jan 2006, 10:52:00   Source: TCP/IP Chat Application Using C#   Tags: Internet Examples C#
Context menu for the custom properties in the C# PropertyGrid
Context menu for the custom properties in the C# PropertyGrid allowing the user to reset the properties, the same way as in Visual Studio.
29 Jan 2006, 14:13:00   Source: Context menu for the custom properties in the C#...   Tags: Examples C#
Web control to generate database design documents in HTML
Just 200 lines of VB.NET to document your SQL Server databases.
Print Html in C# with or without webbrowser control and print dialog
Printing Html in C# with or without webbrowser control and windows default print dialog.It also implements HTMLDocumentClass,IHTMLDocument2 and IHTMLDocument4 interfaces of MSHTML.
24 Jan 2006, 12:14:00   Source: Print Html in C# with or without webbrowser control and...   Tags: C# Examples
Teach Your Old Web Cam New Tricks: Use Video Captures in Your .NET Applications
Just when you thought there wasn't anything new that you could do with a webcam, along comes this article, which shows you how to exploit the AVICap Windows class so you can integrate on-demand screen captures into your applications.
File System Enumerator using lazy matching
An efficient solution for finding files.
21 Jan 2006, 00:30:00   Source: File System Enumerator using lazy matching   Tags: Examples C#
Cryptor - Encrypt Files With Rijndael 256 bit
A simple utility for encrypting files using 256 bit Rijndael (AES). Also, adds menu items to Windows Explorer's file context menu for easy access.
20 Jan 2006, 19:04:00   Source: Cryptor - Encrypt Files With Rijndael 256 bit   Tags: Examples VB.NET Security
WebGrid - The plug and play grid
Discover how easy it can be to build browser-friendly HTML from your datasources with WebGrid. Maintaining a datasource is plug and play with WebGrid. Set a few properties and WebGrid will generate a browser friendly data form, and handle all database interaction for insert, update, and datasource delete using safe parameterized queries generated by the grid. A user friendly system message is generated if user input is not valid.
17 Jan 2006, 01:11:23   Source: WebGrid - The plug and play grid   Tags: Components Examples
Invoking Asynchronous Tasks in ASP.NET 2.0
Invoking multiple tasks that are slow or lengthy always poses a challenge in front of developers. Normal approach is to develop a multithreaded component and delegate the tasks to it. In ASP.NET 1.x there was no direct support at web form level for executing such tasks in asynchronous manner. ASP.NET 2.0 on the other hand allows you to execute tasks asynchronously from within the web form itself. This article explores the two possible approaches with examples.
1 Jan 2006, 02:00:00   Source: Invoking Asynchronous Tasks in ASP.NET 2.0   Tags: ASP.NET Examples
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 >