| Quote Responder in C# |
| C# Help |
|
|
| Razor - A plugin based application framework - Part 1 |
| The Code Project |
| A managed plugin based application framework |
|
| Receive Notification when a Stream Changes |
| The Code Project |
| Streams are a fundamental part of .NET, but lack the ability to notify the client of changes. NotifyStream and VersionStream attempt to solve this notification problem. |
|
| Receiving SMS Messages Inside a Managed Application |
| MSDN |
| Learn how to receive SMS messages in a managed application without the SMS message appearing in the Inbox and without showing a bubble notification when the SMS message arrives. |
|
| Reusable Progress Bar Server Control |
| The Code Project |
| A reusable progress bar server control for ASP.NET server pages. |
|
| Run-time Menus |
| C# Corner |
| The following example demonstrates how to create menus on the fly. |
|
| RunAs Class |
| The Code Project |
| Class that wraps CreateProcessWithLogonW as well as a simple control that makes use of the RunAs class. |
|
| Save and restore Form position and layout with this component |
| The Code Project |
| A component that allows to save and restore layout of any Form without coding. |
|
| Saving and Restoring Location, Size, and Window State of a Form |
| C# Corner |
| Every time I create a new desktop application I find myself having to add some code that will restore the main application window to the position, size and window state at the time of closing. This article presents a simple C# class that may be added to a form to automatically do this. When I designed this class I wanted to be able to add it to a form using the least amount of code and also be able to add it to a form from the toolbox. |
|
| Security: Unify Windows Forms and ASP.NET Providers for Credentials Management |
| MSDN |
| Unify Windows Forms and ASP.NET Providers for Credentials Management |
|
| Sending Emails from C# Application using default SMTP |
| The Code Project |
| Sending Mails from C# using System.Web.Mail using default SMTP |
|
| Shaped Forms |
| C# Corner |
|
|
| Simple MessageBox functionality in ASP.NET |
| The Code Project |
| An article describing how to offer simple MessageBox functionality in ASP.NET |
|
| SnapFormExtender - a magnet for your MDI child forms |
| The Code Project |
| An extender provider that draws MDI child forms to another form's edges while moving or resizing |
|
| Some Situations Where One May Like to Use MSIL |
| C# Corner |
| One of the most popular techniques for learning IL is writing code in high level language i.e. C# or VB.NET and examining result of compilation in ILDASM. To be honest this is if not the only one then at least part of any other available method for learning IL. |
|
| Sticky Notepad |
| Master C# |
| I am a Java programmer and hence I wanted to experiment with writing a program that would run from the "System Tray" of Windows (that's where you have the date displayed) since that's not possible with pure Java. |
|
| Styling with the DataGridColumnStyle, Part 2 |
| MSDN |
| Learn how to manipulate the appearance of the Windows Forms DataGrid control using custom column styles. |
|
| The @ Page Directive - Inherits vs. Src vs. Codebehind |
| DotNetJunkies |
| OK, there has been enough confusion in the world! In this day and age, with the communication capabilities that exist, there should be no reason for this. So, as the public servant that I am, I resolve to eliminate this confusion. You've probably figured out by now, I am talking about the confusion surronding the ASP.NET @ Page directive attributes. The confusion between Codebehind, Src and Inherits. Well, I am here to put an end to the confusion....spread the word, the answer is here. |
|
| The @ Page Directive - Inherits vs.Src vs. Codebehind |
| DotNetJunkies |
| OK, there has been enough confusion in the world! In this day and age, with the communication capabilities that exist, there should be no reason for this. So, as the public servant that I am, I resolve to eliminate this confusion. You've probably figured out by now, I am talking about the confusion surronding the ASP.NET @ Page directive attributes. The confusion between Codebehind, Src and Inherits. Well, I am here to put an end to the confusion....spread the word, the answer is here. |
|
| The ColorPicker WinForms Control Revisited |
| The Code Project |
| Refactoring the original ColorPicker control by employing the Adapter design pattern to support plug-in display adapters for ComboBox-like appearance and more |
|
| The Delegate Type in J# |
| MSDN |
| Use the Delegate Type in Microsoft Visual J# .NET to treat methods as data. |
|
| The Razor Framework :: Part 2 :: Configuration/Options |
| The Code Project |
| An extensible dependency based plugin framework for .NET Applications. |
|
| The User Interface Process Application Block : Part 1 |
| The Code Project |
| Part 1 in a three part step-by-step series on UIPAB |
|
| Thread Pools |
| C#Today |
| Using threads makes your multitasking applications run more smoothly. However, it takes finite resources to create and destory threads, resources we can save if we use thread pooling. In this article, Matthew Reynolds looks at how to use the thread pool in .NET. We see how to build a demo application that shows the typical model used in service applications i.e. a client connects, a client requests some work be done and then the client disconnects. |
|
| Time Ticker 2 |
| C# Corner |
|
|