| Christian's Code Project Screensaver |
| The Code Project |
| Well, here it is. I'm sorry that the article is non-existant, it is very late, and I need to go to bed, but I couldn't wait to post the fruit of my labours. I will write a full article in support of my screen saver hopefully tomorrow, but I don't have access to any web space, so I'm going to use Chris's to show you all what I have done so far. The screensaver is written in C#, it simply creates a form that takes up the full screen, and it can only be turned off my pressing a key. This is because when Chris has his XML feed going, I will scroll the latest links from CP in semi transparent text, and moving the mouse will generate a cursor, and clicking on an item will stop the screen saver and launch the URL. |
|
| ClickOnce Button Server Control |
| The Code Project |
| An article that shows how to do what everyone said you shouldnt or couldnt do with the asp.net button control |
|
| Client/Server-side ASP.NET Credit Card Validation Control |
| The Code Project |
| Article discussing new version of ASP.NET Credit Card Validator, including both server and client-side checks and VS.NET designer support. |
|
| Client/Server-side ASP.NET Credit Card Validation Control |
| The Code Project |
| Article discussing new version of ASP.NET Credit Card Validator, including both server and client-side checks and VS.NET designer support. |
|
| Close a Windows Form |
| Visual Studio Magazine |
| A Close button, which closes a form when the user clicks on it (natch), is one of the most common (and useful) interface controls you add to a Windows form. Unfortunately, the wizard doesn't generate the code for you, so you get to do it manually. Today, I'll be your wizard. Here's how you create a Close button. |
|
| Code Behind in Web Forms and User Controls |
| DotNetJunkies |
| In this article Doug Seven teaches you the basics behind Code Behind. You will learn how to work with an ASP.NET Web Form and User Controls while using Code Behind. Downloadable code available in Visual Basic .NET. |
|
| Code-Behinds in C# |
| ASPFree |
| This simple example shows how to use code-behinds in ASP.NET. The following code fills a dropdown box selecting data from the pubs database. This is an examplemethod of separating presentation from business logic. |
|
| CodeDOM:Strong Type Collection Maker |
| The Code Project |
| It's a tools to help you create the strong type collection class. |
|
| CodeSnip: ASP.NET's Built In Web Security |
| http://aspalliance.com/ |
| ASP.NET has some new features that allow a developer to easily secure certain areas of a web site. Securing files and folders has always been an option for web applications, but in the past it was necessary to use either a third-party tool like Authentix or to use NTFS and Windows user accounts. |
|
| CodeSnip: Fill a DataGrid From an Access Database |
| http://aspalliance.com/ |
| This code demonstrates how to connect to and query a Microsoft Access database then bind those results to an ASP.Net datagrid for display as an HTML table. |
|
| CodeSnip: Fill A DataGrid From An XML File |
| http://aspalliance.com/ |
| The code below demonstrates how to populate an ASP.NET DataGrid control with the contents of an XML file. |
|
| CodeSnip: Forms Authentication Against an XML File |
| http://aspalliance.com/ |
| This code shows how to validate against an XML file for Forms Authentication security in ASP.NET. The code here is just a modification of a standard login.aspx page. |
|
| CodeSnip: Populate a DropDownList with a Stored Procedure |
| http://aspalliance.com/ |
| This articles provides sample code that demonstrates a quick and simple method of populating a drop-down list via a stored procedure. |
|
| CodeSnip: Refreshing a Parent Page from a Popup Page in VB.NET |
| http://aspalliance.com/ |
| I regularly find this question on many forums with long discussions about it, and I have found the following code with Javascript to be the best and easiest way to open a popup page, send a value, refresh the parent page, and close the popup child page. |
|
| CodeSnip: Setting Commonly-Used Tags Programmatically |
| http://aspalliance.com/ |
| The runat attribute can be applied to the meta and stylesheet tags, just to name a couple. In HTML, you normally add a meta tag without a closing tag, however in ASP.NET, when the runat attribute is added, you must add the closing tag. The ASP.NET parser scans the file looking for closing a meta tag; if the tag is not found, a compiler error is generated. This can be very useful if you have a master page template or a web control such as a header that will be applied to every web page. |
|
| CodeSnip: The Basics of MS Access with ASP.NET |
| http://aspalliance.com/ |
| This article for beginners presents a step-by-step approach on how to show data from MS Access on the web through ASP.NET. This opens up many avenues to share the data over web and network. |
|
| Color ProgressBar |
| The Code Project |
| An attractive and fancier ProgressBar |
|
| COM+ and .NET - A practical approach - Part 1 |
| The Code Project |
| A look at COM+ and .NET |
|
| COM+ and .NET - A practical approach - Part 2 |
| The Code Project |
| A look at COM+ and .NET |
|
| COM+ and .NET - A practical approach - Part 3 |
| The Code Project |
| A look at COM+ and .NET |
|
| COM+ Subscription Viewer |
| The Code Project |
| This sample shows how to retrieve a subscriptions registered in the Event System store using C#. |
|
| Commenter - Writing a CodeRush plugin which helps you to comment your code |
| The Code Project |
| Writing a CodeRush plugin: Commenter will help you to comment your code and make it easier to navigate through your code. |
|
| Common .NET Libraries for Developers |
| MSDN |
| Identifies and defines many of common namespaces that you will use when developing .NET applications, and provides examples of the most common classes and methods in those namespaces. |
|
| Comparing System.Xml in Visual Studio .NET to Microsoft.XMLDOM in Visual Studio 6.0 |
| MSDN |
| Describes the DOM parser in Microsoft Visual Studio .NET and how to work with XML documents within the Microsoft .NET Framework. This article also explains the differences between the Visual Studio .NET DOM parser and Microsoft Visual Studio 6.0 Microsoft.XMLDOM. |
|
| Comparing the Microsoft .NET Framework 1.1 Data Provider for Oracle and the Oracle Data Provider for .NET |
| MSDN |
| Get a comparison of the strengths of the two most common .NET data providers for Oracle, and be prepared to select the right one for your next development project. |
|