| A Dictionary Collection Sorting By Value |
| The Code Project |
| An article on creating a custom collection like the SortedList that sort entries by value instead of by key |
|
| Advanced Data Mapping in .NET |
| DotNetJunkies |
| In this article, Tin demonstrates 3 automated mechanisms for data mapping: mapping from Database table columns to object properties, mapping from HTML form fields to object properties, mapping from ASP.NET Web controls to object properties. |
|
| An introduction to Web Service Security using WSE - Part I |
| The Code Project |
| This article explains the first steps to build secure Web Services. It introduces the WSE specification and a first authenication mechnism based on username identifiction and password validation. |
|
| An introduction to Web Service Security using WSE - Part I |
| The Code Project |
| This article explains the first steps to build secure Web Services. It introduces the WSE specification and the easiest authentication mechanism based on username identification and password validation. |
|
| Build an AOP.NET Extensible Business Component using ContextBoundModel |
| The Code Project |
| Aspect-Oriented Programming and the DotNet Implementation - ContextBoundModel |
|
| Build an AOP.NET Extensible Business Components using ContextBoundModel |
| The Code Project |
| Aspect-Oriented Programming and the DotNet Implementation - ContextBoundModel |
|
| C# From a Java Developer's Perspective |
| http://www.25hoursaday.com/ |
| What follows is an overview of similarities and differences between the language features and libraries of the C# and Java programming languages based on my experience using both languages. All code snippets below were tested on Microsoft's .NET Framework Beta 2 for C# snippets and Java™ 2, Standard Edition (J2SE™) version 1.4 Beta 2 for the Java snippets. |
|
| CodeDOM:Strong Type Collection Maker |
| The Code Project |
| It's a tools to help you create the strong type collection class. |
|
| Configuration Management for Smart Device Applications |
| The Code Project |
| This utility helps you in configuring .NET Compact Framework applications. |
|
| Creating multilingual websites - Part 2 |
| The Code Project |
| Creating multilingual websites - Part 2 |
|
| Custom String Formatting in .NET |
| The Code Project |
| Discusses the implementation of custom format providers for existing t ypes and custom formatting for user-defined types. |
|
| Error Handling in Visual Basic .NET |
| MSDN |
| Discusses how error handling differs between Visual Basic .NET and Visual Basic 6.0. Main topics include Try/Catch blocks, Exception objects, procedure callers, and how to create your own Exception classes. |
|
| Exposing Type Information |
| C#Today |
| In his previous article, Morgan Skinner looked at the TypeDescriptor class, and how it could be used to retrieve various pieces of information from a type (or object). In certain situations however, you might want to augment or bypass the information returned from the TypeDescriptor, and in order to do this you need to implement the ICustomTypeDescriptor interface on your type. In this article, Morgan examines the ICustomTypeDescriptor interface, and show some examples of where it might be used, such as to to construct a list of properties on the fly when reading records from a database and displaying them on screen. Using the ICustomTypeDescriptor interface, it is possible to give each record its own list of properties, which might be useful if you want to permit or deny access to those properties based on some row level security settings. |
|
| Fun with DVR-MS |
| MSDN |
| Use Windows XP Media Center 2005 and DirectShow to record and store television files. |
|
| GUnit, Generative Unit Test Framework |
| The Code Project |
| A new highly flexible unit test framework with new fixtures |
|
| HOW TO: Create Custom Error Reporting Pages in ASP.NET by Using Visual C# .NET |
| Microsoft Support |
| (306355) - This article describes how to use Visual C# .NET code to trap and respond to errors when they occur in ASP.NET. ASP.NET has improved the error handling options from traditional Microsoft Active Server Pages (ASP). In ASP.NET, you can handle errors at... |
|
| HOW TO: Create Custom Error Reporting Pages in ASP.NET by Using Visual C# .NET |
| http://www.kbalertz.com/ |
| (306355) - This article describes how to use Visual C# .NET code to trap and respond to errors when they occur in ASP.NET. ASP.NET has improved the error handling options from traditional Microsoft Active Server Pages (ASP). In ASP.NET, you can handle errors at... |
|
| HOW TO: Create Custom Error Reporting Pages in ASP.NET Using Visual Basic .NET |
| http://www.kbalertz.com/ |
| (308132) - This article describes how to use Visual Basic .NET code to trap and respond to errors when they occur in ASP.NET. ASP.NET has improved the error handling options from traditional Microsoft Active Server Pages (ASP). In ASP.NET, you can handle errors... |
|
| Implementing a Custom Filter for WSE |
| DotNetJunkies |
| Web Services Enhancements 1.0 for Microsoft .NET (WSE) provides the ability to incorporate security, routing, and attachment capabilities in XML Web services. It also provides an extensible framework to incorporate other features such as custom message filtering. This article will briefly describe the WSE architecture along with its extensibility mechanism through custom filters. It will also provide an example of a custom WSE output filter that facilitates targeting Groove Web Services (GWS) SOAP endpoints |
|
| MbUnit : Generative Unit Test Framework |
| The Code Project |
| A new highly flexible unit test framework with new fixtures |
|
| Multithreaded Programming using C# |
| The Code Project |
| Threading is a lightweight process. With the help of threads we can increase the response time of the application. To use multithreading we have to use the Threading namespace which is included in System. The System.Threading namespace includes everything we need for multi threading. Now lets see the first program. |
|
| New DataSet Features in Visual Studio 2005 |
| MSDN |
| Learn about the new features in the typed DataSet class and the new TableAdapter class generated by Visual Studio 2005, and the tools for designing them. |
|
| On the Way to Mastering ASP.NET: Introducing Custom Entity Classes |
| MSDN |
| There are situations for which untyped DataSets may not be the best solution for data manipulation. This guide is explores an alternative to DataSets: custom entities and collections. |
|
| Refly, makes the CodeDom'er life easier |
| The Code Project |
| A smart wrapper around CodeDom that speeds up code generation. |
|
| SOAP Message Level Security using User Name and Secure Password over an Unsecure Transport |
| The Code Project |
| An article on providing message level security to SOAP messages |
|