| "Argument '3': cannot convert from 'System.TimeSpan' to 'System.Management.ObjectGetOptions'" error message when you use the System.Management.ObjectGetOptions enumeration in Visual C# .NET |
| http://www.kbalertz.com/ |
| (839285) - Discusses the compiler error that occurs with the ManagementClass class constructor in Microsoft Visual C# .NET 2002 and Visual C# .NET 2003. |
|
| .NET Matters: Debugger Visualizations, Garbage Collection |
| MSDN |
| Get debugger visualizations right now in Visual Studion 2003 |
|
| .NET Scheduled Timer |
| The Code Project |
| A timer that easily supports absolute schedules like run at 4:00 AM every day or at 5:00 PM on Fridays |
|
| A C# Framework for Interprocess Synchronization and Communication |
| The Code Project |
| How to share resources and implement a rich message/data passing architecture between threads and processes (SOA) |
|
| A generic loading of Data in a DropdownList using caching Mechanism |
| The Code Project |
| This article shows you how to make use of DataAccessLayer & Caching . |
|
| A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 2 |
| The Code Project |
| The purpose of this document is to provide a practical guide to using Microsoft’s .NET DataTables, DataSets and DataGrid |
|
| A Simple But Useful Example of .NET Remoting Part 2 |
| The Code Project |
| Introduces .NET remoting via a simple but potentially useful example. |
|
| Accessing Message Queues |
| MSDN |
| This article describes how to use System.Messaging classes in the Microsoft .NET Framework to read and write to MSMQ queues. The information discussed in this article applies to Beta 2 of the .NET Framework and Microsoft Visual Studio .NET. |
|
| An Introductory Guide to Building and Deploying More Secure Sites with ASP.NET and IIS, Part 2 |
| MSDN |
| Forms authentication is one of the most compelling and useful new features of ASP.NET. It enables developers to declaratively specify which files on their site can be accessed and by whom, and allows identification of a login page. When an unauthenticated user attempts to retrieve a page protected by forms authentication, ASP.NET automatically redirects them to the login page and asks them to identify themselves. Included here is an overview of forms authentication and what you need to know to put it to work. Also included is hard-to-find information on the security of cookie authentication and on combining forms authentication with role-based URL authorizations. |
|
| Application of the Cache Subsystem for Web Applications |
| C#Today |
| In this article, Eric Rhea explores two approaches to utilizing the caching system. First, he talks about how to make use of the cache subsystem from the web-form code. Then, he takes a look at exploring how to make use of the cache subsystem in the code behind. While doing this, he seeks three answers: (1) how to improve performance, (2) how to make use of similar techniques in both code areas, and (3) how to cache an object which is indeterminate in length and whose values you do not know in advance, and one which you cannot cache using the web-form directive. |
|
| Automated Registration of Visual Studio Custom Tools |
| The Code Project |
| Describes a utility to simplify the registration of a VS.NET custom tool |
|
| Automatic Application Wait Cursor |
| The Code Project |
| Use this library to very easily add an application wide WaitCursor whenever your application is working. |
|
| BetterCalendar WebControl |
| The Code Project |
| A replacement for the System.Web.UI.WebControls.Calendar control. |
|
| Business Portal Configuration Entity Settings |
| MSDN |
| This article describes the configuration entity settings of the BusinessFramework.config file in the Business Portal, and how you can use them to change the behavior of the Business Portal application. |
|
| C# And Cookies |
| C# Help |
| Cookies allow you to store small bits of data on the user's computer. They take up a small amount of space on the user's hard drive and are often useful for storing nonessential information, such as user preferences. |
|
| C# Simulating the DateDiff Function |
| ASPFree |
| This method is used to simulate the VBScript DateDiff Function. |
|
| Caching in ASP.NET |
| The Code Project |
| Page caching in ASP.NET. We can increase performance of the web page using caching, and also reduce server request traffic.The way to improve the throughput is to use caching in web pages. |
|
| CACHING IN ASP.NET |
| The Code Project |
| Page caching in ASP.NET. We can increase performance of the web page using caching.Reduce server request traffic.The ways to improve the throughput is to use caching in web pages. |
|
| Counting Semaphore (Dijkstra) in C# |
| The Code Project |
| C# implementation of a Dijkstra counting Semaphore. |
|
| Creating an ASPWire News Object Part 2 |
| DotNetJunkies |
| Upon further thought creating a web service based on the ASPWire example in Part 1 of this article would not be that beneficial to sites like ours unless we were ASPWire. I do show the code in this article to create the web service, but it would be easier and more cost efficient to create the business object from part 1 and use that. Besides creating the web service in this article I am going to be demonstrating a better method of caching and reusing the DataSet returned by the business object from part 1. |
|
| Fun with DVR-MS |
| MSDN |
| Use Windows XP Media Center 2005 and DirectShow to record and store television files. |
|
| GridView Examples for ASP.NET 2.0: Working with TemplateFields |
| MSDN |
| GridView examples |
|
| Hardcore Visual Studio .NET: Monitoring Application Health with WMI and .NET |
| MSDN |
| The Windows Management Instrumentation framework is one of the least publicized yet most useful tools in the .NET Framework. In this article, you'll learn how to build enterprise class peace-of-mind into your .NET software. |
|
| How to define and how to use properties in Visual C++ .NET |
| Microsoft Support |
| (815703) - This step-by-step article describes how to define and how to use properties in a Microsoft Visual C++ .NET application. One important aim of many object-oriented programming languages is to permit you to encapsulate internal details in a class. Visual... |
|
| How to define and how to use properties in Visual C++ .NET |
| http://www.kbalertz.com/ |
| (815703) - This step-by-step article describes how to define and how to use properties in a Microsoft Visual C++ .NET application. One important aim of many object-oriented programming languages is to permit you to encapsulate internal details in a class. Visual... |
|