VB.NET
- Tetris 2005 Game Engine - Mohit SoamA Game engine tutorial describes how to play game and how to customize the game. The game is user friendly that lets you to change the view, difficulty, etc. without changing the VB code. (Unedited)
.NET
- UI architecture for managing DTS packages - Narayana Rao Surapaneni, krmpradeepThis articles details a UI architecture for managing DTS packages.
- Primitive, Reference and Value Types - Nadeem AfanahAn article on Primitive, Reference and Value Types.
- CompilationCleaner: Efficient File Searching With a CLR Interface - Jeff JDeveloper utility to clean up multiple compilations (Unedited)
- Idiot's Guide to Crystal Reports, Part I - Winforms - Bill SerGio, The Infomercial KingCrystal Reports in Winforms - Show ALL Parameters in ONE Screen! (Unedited)
- Understanding the Relationship between ReferenceEquals, static Equals(), instance Equals() and operator == - Ravi GyaniUnderstanding the various Equality functions provided in .NET (Unedited)
- FileTime: Getting and setting the file time in .NET - Timothy Marshal-NicholsGetting and setting the file time in .NET (Unedited)
ASP.NET
- Selecting multiple checkboxes inside a GridView control - azamsharpThis article describes how you can select checkboxes inside a GridView control.
- TextBox controls with limited input - DeKaleAn article on an implementation of an abstract TextBox control that can be used for implementing character limited textboxes, like numeric and integer textboxes using client side script.
- The XTabControl Server Control - Lisa LielA custom server control similar to the VB6 TabControl.
- The XTable Extended Table Server Control - Lisa LielA Table control that supports THead, TBody and TFoot tags, as well as frozen top- and left-headers.
- Dynamically populating city and state from ZIP codes using AJAX and ASP.NET web services - Jason-WittyDynamically populating city and state from ZIP codes using AJAX and ASP.NET web services.
- Precompilation In ASP.NET 2.0 - Johnson SmithExplore the benefits and caveats around pre-compilation and the new aspnet_compiler tool. (Unedited)
- Build Secure ASP.NET Web Application: Secure Connection string - Johnson SmithThis article describes, how we can protect our connection string on web.config. (Unedited)
- Preventing Duplicate Record Insertion or Page Refresh on postback of a web form - Jeremy SchellA browser, cookie, session independant method to prevent multiple postbacks and page refreshes when processing web forms. (Unedited)
- Redirecting to custom 401 page when "Access denied" occures within an ASP.NET application with windows authentication. - George MamaladzeThis Article answers a simple question: What to do when Custom Error Page for Error 401 in Web.config is not Working? How to replace the default ASP.NET "Access denied" page? (Unedited)
C# Controls
- XML TreeView Control - Thomas SiepeA control to display XML-data and/or make it editable, avoiding the unmanaged Internet Explorer plug-in.
HTML / CSS
- Freeze Footer in a table - Ejo LinAn article on how to have fixed footer rows in a table.
JavaScript
- Passing function arguments as parameters in JavaScript - Tor2k If you're in need of C-like input/output parameters or VB-like "by reference" function arguments in JavaScript, here's some help.
C# Programming
- An improvement on capturing similarity between strings - Thanh Dao An improvement on capturing similarity between strings. The algorithm was developed in C#.
- Building a Logic Layer for Description of Wizards - Michael-KThe way of construction and use of the logical layer for the description of wizards is described.
- Rapid development and refactoring using code generators - Part 3 - Chris ColeUsing CodeDOM and SQL Server to build entity and factory classes - Part 3: Packaging your application and subclassing for easy refactoring.
- XMLFileWatcher - Venkata KancharlaA Windows service which monitors the directory changes, writes an entry in the event log about the change, notifies the change to the users by sending a mail, and also converts the input XML file into a DataSet.
- Gios WORD .NET Library (using RTF specification) - Paolo GiosA .NET library for generating Word Documents (.DOC) using the RTF (Rich Text Format) Specification (Unedited)
- Visual Studio add-in that produces compact HTML code documentation - Mike KnuckeyA Visual Studio add-in that produces compact HTML code documentation from embedded XML (Unedited)
Multimedia
- The Ultimate Managed DirectSound 9 Tutorial. Part 2: managing 3D Sounds - Dario SoleraHow to playback sounds with 3D audio management (Unedited)
Bugs and Workarounds
- A flicker issue in MDI applications - Andrzej Markowski Provides a fix to the flicker problem in MDI applications
Updated Articles
.NET
- .NET Data Access Class for Exchange 2000 Webstore - clementsm Assembly written in VB.NET that accesses Exchange 2000 Webstore data, using WEBDAV.
- FreeCal - GPIB Instrument Automation for Metrology Test and Measurement - R. Scott Page FreeCal is a free 100% .NET suite of utilities and instrument drivers for controlling multiple instruments in a Test and Measurement environment.
ASP.NET
- A Localizable Currency TextBox - Steve Muecke A localizable Currency textbox control.
Cross Platform
- Introduction to Mono - Your first Mono app - Brian Delahunty The first in a series of articles about Mono. This article explains how to install Mono and shows how to compile your first Cross Platform application.
Smart Client
- Developing next generation Smart Clients using .NET 2.0 working with existing .NET 1.1 SOA based XML Web Services - Omar Al Zabir Comprehensive guide to development of .NET 2.0 Smart Clients working with existing Service Oriented Architecture based XML web services, fully utilizing the Enterprise Library.
- RSS Feed Aggregator and Blogging Smart Client - Omar Al Zabir RSS Feed aggregator and blogging Smart Client which uses Enterprise Library, Updater Application Block, lots of XML hacks and desktop tricks. A comprehensive guide to real life hurdles of Smart Client development.
SOAP and XML
- Parsing XML using a C++ wrapper for SAX2 - nschan A basic C++ wrapper framework for the MSXML SAX2 API is presented.
C# Controls
- A C# IP Address Control - Michael Chapman A C# analogue to the MFC CIPAddressCtrl.
- DropDownPanel: a complete Expandable Panel - Dario Solera Useful and simple, it can be used for options pages in your Apps (Unedited)
JavaScript
- JavaScript Date Format - Tor2k A fast VB-like date format function in JavaScript (requires JScript 5.5+).
- HTML Table Filter ala Excel - WoutL A way to filter a large table in a simple manner.
C# Programming
- A Universal Event Handler Factory - Ulrich Proeller A factory, which dynamically creates helper classes to hook on events of any signature.
- Rapid development and refactoring using code generators - Part 2 - Chris Cole Using CodeDOM and SQL Server to build entity and factory classes - Part 2: Building Entity and Factory classes from a database.
- Endogine sprite engine - Jonas Beckeman Sprite engine for D3D and GDI+ (with several game examples).
- A flexible charting library for .NET - JChampion Looking for a way to draw 2D line graphs with C#? Here's yet another charting class library with a high degree of configurability, that is also easy to use.
- PropertyGrid utilities - wout de zeeuw An article on sorting and globalization of properties in a PropertyGrid.
No comments:
Post a Comment