- UI Automation Using Microsoft Active Accessibility (MSAA) - Arshad_Ali_alizproarts
- .NET Best Practice No: 1:- Detecting High Memory consuming functions in .NET code - Shivprasad koirala
- WPF: If Heineken did MVVM Frameworks Part 6 of n - Sacha Barber
- A Faster Directory Enumerator - wilsone8
- Performance and the Entity Framework - Perry Marchant
88 articles overall 60 new, 47 updated, 11 moved. 49 were edited, 39 unedited
Article topics listed: C++,C#,ASP,ASP.NET,Perl,Win32,
Too many articles? Visit your profile page to change your newsletter article filters.
New articles added Last week
Button Controls
- Building Interactive Buttons - Muammar©
Shows you how to build an interactive button that responds to mouse cursor movements.
C#, Windows, .NET, Dev
Miscellaneous
- Fingerprint reader integration using the M2SYS SDK - brunzefb
An article exploring integrating a fingerprint reader into a user's application. (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0)WinXP, Win2003, Vista, Win32, LINQ, Hardware, VS2008, SQL 2008, Architect, Dev, Sales, Marketing
Ajax and Atlas
- Disable an ASP.NET Button Control During Postback with an AJAX Loading Background Image - Bryian Tan
An article on how to disable a button control during postback.
C# 1.0, C# 2.0, C# 3.0, .NET, ASP.NET, Ajax, Dev
ASP.NET
- HTTP Binary Serialization through ASP.NET without WCF - Ricardo Pineda
Shows how to serialize an object using binary serialization without using WCF.
C#, Javascript, HTML, XHTML.NET 2.0, ASP.NET, IIS, WCF, WebForms, Architect, Dev, Design - .NET Best Practice No: 1:- Detecting High Memory consuming functions in .NET code - Shivprasad koirala
.NET Best Practice No: 1:- Detecting High Memory consuming functions in .NET code (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0, C# 4.0), .NET (.NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0), ASP.NET, Visual Studio (VS.NET2003, VS2005, VS2008, VS2010), ADO.NET, Architect - ASP.NET Localization (Quick Reference) - DotNetIdeas
This article gives you a quick reference about localization of the commonly used contents on an ASP.NET page, including ASP.NET server controls, HTML content, SiteMap, and other resources.
C#, Javascript, HTML, XHTML, .NET, ASP.NET, WebForms - How to insert hidden input html tags into an ASP.NET page so that the id or name attributes are not rewritten. - TexasMensch
How to insert hidden input html tags into an ASP.NET page so that the id or name attributes are not rewritten. (Unedited)
C# (C# 3.0), VB (VB 9.0), HTML, Windows, .NET, ASP.NET, WebForms - HTML Helpers with Extension Methods - Farooq Kaiser
In this article, I will explore HTML Helpers with Extension Methods
C#, HTML, XHTML, ASP, ASP.NET, WebForms, Ajax, Dev - Implementing HTTP File Upload with ASP.NET MVC - Farooq Kaiser
In this article, I will explore how to upload a file using ASP.NET MVC. Since the MVC framework does not use server controls, it will be interesting to see how file upload works in MVC.
C#, Javascript, CSS, HTML, XHTML.NET 3.5, ASP.NET, Ajax, MVC, VS2005, VS2008, Dev - Handling Unknown Actions in ASP.NET MVC - Farooq Kaiser
In this article, I will explore handling unknown actions. A Controller.HandleUnknownAction method gets called when a controller cannot find an action method that matches a browser request.
Javascript, CSS, HTML, XHTML.NET 3.5, ASP.NET, WebForms, Ajax, Dev
HTML / CSS
- Fluid, multi-column, vertically ordered list using CSS - Richard Atkins
Create a fluid, multi-column, vertically ordered list using nested, floating divs.
Javascript, CSS, HTML, XHTML, VB 7.x, VB 8.0, VB 9.0, VB 10.NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0, ASP.NET, WebForms, Ajax, Dev, Design
Validation
- Form validation with ASP.NET MVC using the IErrorDataInfo interface - Farooq Kaiser
In this article, I will explore an alternative method of implementing validation logic. I will show you how to perform validation by using the IErrorDataInfo interface.
Javascript, HTML, XHTML, C# 3.0, .NET, ASP.NET, WebForms, Ajax, VS2005, VS2008, Dev - Creating an ASP.NET captcha using jQuery and s3capcha - Mahdi Yousefi
Create an ASP.NET captcha that can be used in Web Forms or with AJAX using s3capcha.
Javascript, C# 2.0, C# 3.0.NET 2.0, .NET 3.5, ASP.NET, Ajax, Dev
SharePoint Server
- How to: Create a generic webpart SharePoint - Pawan Jajoo
In this article we will discuss how to create a generic webpart in SharePoint (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0)
Audio and Video
- VLCWrapper - A little C++-wrapper around libvlc - Alex Skoruppa
An article on wrapping libvlc (VLC media player) in a C++-class.
C++, Windows, MFC, Dev
GDI+
- Computer Vision Applications with C# - Part IV - Arif_Khan
KMeans Clustering
C#, .NET (.NET 2.0), GDI+, Dev
Database
- Performance and the Entity Framework - Perry Marchant
An article describing the best practices for Entity Framework performance
C#, .NET (.NET 3.5), ADO.NET, Architect, Dev
.NET Framework
- New .NET Feature - Code Contracts - abhigad
Code Contracts provide a language-agnostic way to express coding assumptions in .NET programs
C# (C# 3.0, C# 4.0)
Windows Presentation Foundation
- WPF: If Heineken did MVVM Frameworks Part 6 of n - Sacha Barber
It would probably be like Cinch a MVVM framework for WPF (Unedited)
C# (C# 3.0, C# 4.0), .NET (.NET 3.0, .NET 3.5), WPF, Architect, Dev, Design
C / C++ Language
- Safety of 64-bit code - Karpov Andrey
The article reviews the issues of providing safety of program code when adapting it for 64-bit systems. (Unedited)
C++, C, Windows, Linux, Win64, Dev
C#
- FileDiff Contest Entry - Matthew Hazlett
Text Difference between two files
C# (C# 2.0), Windows (WinXP, Vista, Win 7), Visual Studio (VS2008), Dev - Simple Binary Clock using Graphics - Tommy Pickersgill
A simple binary clock snippet
C#, Dev - How To: Hash Data Using MD5 and SHA1 - Waleed Elkot
Sample Application Describe How to Use MD5 Class and SHA1 Class (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0) - Transferring Data to the New EXE - SimpleData
Have you ever wanted to change variables without rebuilding?
C# (C# 1.0, C# 2.0, C# 3.0) - The Pauper Man Dictionary - Eber Ramirez
Create your own PPC English dictionary downloading info from web pages. (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0)WinXP, Vista, Win 7, WinForms, VS2008, Dev - Line Numbers for RichText Control in C# - Damian J. Suess
Display line numbers for rich text box with auto sizing. This is a converted verion from another article written in vb.net. (Unedited)
C# (C# 2.0, C# 3.0, C# 4.0), .NET (.NET 2.0, .NET 3.0, .NET 3.5), Visual Studio (VS2008), Dev, Design
XML
- XML Serialization of a Class Inherited from Generic List of type Interface - Hemant-Kularia
An article on XML Serialization of a class inherited with a generic List of interface i.e. List
C#, XML, Windows, .NET 3.5
Algorithms & Recipes
- CNeuralNetwork: Make Your Neural Network Learn Faster - auralius
An article on making neural network learn faster
C++, Windows, Linux, Dev
Collections
- How To Sort Generic List? - Anand Malli
An article on sorting generic list based on any attribute of user defined class
C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 2.0), Win32
String handling
- StringBuilderPlus Improves Upon StringBuilder - aspdotnetdev
StringBuilderPlus facilitates prefixing and suffixing strings and StringBuilderPluses in an efficient manner. (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0), Windows, .NET, Architect, Dev
Threads, Processes & IPC
- Tasks/Continuations and Death of the ThreadPool? - Sacha Barber
Using the VS2010 Tasks namespace (Unedited)
C# (C# 4.0), .NET (.NET 4.0), Visual Studio (VS2010), Architect, Dev, QA, Design
Design and Architecture
- Facade Design Pattern - Invoke Informatica Workflow through Web Service - SmartAllen
This article will introduce how we use Facade Design Parttern to create a .NET client to invoke informatica workflows through the web service hub. (Unedited)
C#, .NET, Architect, Dev, Design
Hardware & System
- Set Primary Display (ChangeDisplaySettingsEx) - beyonder422
Simplified code for setting the primary display on a multi-monitor PC.
C#.NET 2.0, Dev
Articles updated added Last week
Files and Folders
- Cabinet File (*.CAB) Compression and Extraction - Elmue
How to implement creation and extraction of Microsoft CAB files
C++, C++/CLI, C#, Windows, .NETVS2005, Dev
Miscellaneous
- A simple cross-platform program - carl morey
How to write a program that allows a simple game to run on linux and windows (Unedited)
C++, C, VB, Windows (WinXP, Vista), Linux, Visual Studio
ASP.NET
- ASP.NET Webforms and ASP.NET MVC in Harmony - Rajesh Pillai
Integrating ASP.NET MVC in existing ASP.NET Web Forms application. (Unedited)
C# (C# 3.0), .NET (.NET 3.0, .NET 3.5), Win2003, ASP.NET, WebForms, MVC, Architect, Dev, Design - MyStream: Social Lifestreaming with ASP.NET 4 - Tanzim Saqib
Turn your current static website or blog into a lifestreaming portal with all your social activities with ASP.NET 4, C# 4.0, PLINQ, Task Parallel Library, Dependency Injection, Plugin architecture (Unedited)
C# (C# 4.0), Javascript, XML, CSS, .NET (.NET 4.0), ASP.NET, SQL Server (SQL 2005), Visual Studio (VS2010), WebForms, LINQ, Architect, Dev, Design, Sales, Marketing - Beginner's Walk - Web Development - Sean Ewington
This Table of Contents is editable by all Silver members and above. What we want you to do is replace the entries in the Table of Contents below with links to articles that represent the entries. (Unedited)
Javascript, XML, CSS, HTML, XHTML, XSLT, ASP.NET, Dev
General Graphics
- Rotating Picture Tray - Christ Kennedy
Allows the user to view a collection of pictures by selecting them from a rotating tray.
C#, Windows, .NET, GDI+, Dev
Database
- Split T-SQL Script Into One File Per Object (SQL Server 2005) - João Maçãs
Creates one file per object based on split and name criteria
C#, SQL, DBA, Dev
.NET Framework
- RunSharp - Reflection.Emit Has Never Been Easier - Stefan Simek
RunSharp (or Run#) is a high-level wrapper around the Reflection.Emit API, allowing you to generate code at runtime quickly and easily.
C# (C# 2.0), MSIL, Windows, .NET (.NET 2.0), Visual Studio (VS2005), Dev - Finding Undisposed Objects - S. Senthil Kumar
An application to find undisposed objects in your .NET application.
C++ (VC9.0), C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 3.5), COM, WinForms, Dev
Windows Presentation Foundation
- DockPanel Splitter Control for WPF - objo
A splitter control for the WPF DockPanel
C#, XAML, WPF - WPF : If Heineken did MVVM Frameworks Part 2 of n - Sacha Barber
It would probably be like Cinch a MVVM framework for WPF (Unedited)
C# (C# 3.0, C# 4.0), .NET (.NET 3.5, .NET 4.0), WPF, Architect, Dev, Design - WPF: If Heineken did MVVM Frameworks Part 4 of n - Sacha Barber
It would probably be like Cinch a MVVM framework for WPF (Unedited)
C# (C# 3.0, C# 4.0), .NET (.NET 3.5, .NET 4.0), WPF, Architect, Dev, Design - WPF: If Heineken did MVVM Frameworks Part 5 of n - Sacha Barber
It would probably be like Cinch a MVVM framework for WPF (Unedited)
C# (C# 3.0, C# 4.0), .NET (.NET 3.5, .NET 4.0), WPF, Architect, Dev, Design - WPF: If Heineken did MVVM Frameworks Part 1 of n - Sacha Barber
It would probably be like Cinch a MVVM framework for WPF
C# (C# 3.0, C# 4.0), .NET (.NET 3.5, .NET 4.0), WPF, Architect, Dev, Design
C#
- CLR Stored Procedures and creating it step by step - Virat Kothari
CLR Stored procedures are very simple and can be used in most complex scenarios when dealing with database. (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0), Windows (WinXP, Win2003, Vista, Win2008, Win 7), .NET (.NET 3.5, .NET 4.0), SQL Server (SQL 2005, SQL 2008), DBA, Dev - Generic List (C#) - Tommy Shrove
Generic List based object that acts as a List but with built-in events
C# (C# 1.0, C# 2.0, C# 3.0), Windows, Visual Studio
VB.NET
- A Full Yahoo! Weather App, Yes Another One - rspercy60
Uses Farhad Siasar's YahooWeathertlb library with a few added functions.
VB 9.0Vista, Win32, VS2008, Dev
Algorithms & Recipes
- C++ Strtk Tokenizer - Arash Partow
A brief introduction to a tokenizer implementation in C++ (Unedited)
C++ (VC7.1, VC8.0, VC9.0), C++/CLI, C, Win32, Win64, STL, Architect, Dev, Design - JSON Spirit: A C++ JSON Parser/Generator Implemented with Boost Spirit - John W. Wilkinson
A C++ JSON parser/generator written using boost::spirit
C++, Windows, Visual Studio, Dev
Exception Handling
- AMX – Application Message and eXception Handling - Ross White
A C++ class enabling retrieval and display of compiled message files.
C++WinXP, Vista, Dev, QA
Technical blogs added Last week
Ajax and Atlas
- Consuming ASP.net WebServices, WCF Services and static Page methods from JavaScript (sans MS AJAX) - Sky Sanders
download sample codeOverviewThe Microsoft ASP.NET AJAX platform, known previously as ATLAS and ASP.NET 2.0 AJAX Extensions and fully rolled into ASP.NET 3.5, offers rich functionality but in certain scenarios the the required .ASPX client page and ScriptManager control coupled with the Micro (Unedited)
C# (C# 2.0, C# 3.0), Javascript, .NET, ASP.NET, Ajax
ASP.NET
- Using WebControls In ASP.NET MVC Views – Part 3 - webdev_hb
This post continues the WebControls In Mvc series. In this post we finally get some code that can be downloaded and tested. This post explains how to use the MvcWebForms methods to add WebControls to your Mvc Views -- and make them talk to your Controllers! (Unedited)
C#, XML, HTML, XHTML, .NET, ASP.NET, WebForms, MVC, Architect, Dev, Design
Client side scripting
- jLinq (LINQ for JSON) Screencast #2 – Creating Your Own Extension Methods - webdev_hb
jLinq (LINQ for JSON) is a completely extensible library that allows you to create your own query methods and attach them to the core library. This screencast goes over some of the basics for creating your first extension method. (Unedited)
Javascript, ASP, ASP.NET, PHP, Ajax, LINQ Topics, Dev, Design
Validation
- Form validation with ASP.NET MVC using the IErrorDataInfo interface - Farooq Kaiser
As I already shown in my previous article Form validation with ASP.NET MVC. In this article, I will explore an alternative method of implementing validation logic. I will show you how to perform validation by using the IErrorDataInfo interface. public interface IDataErrorInfo{ // Properties st (Unedited)
C#, .NET, ASP.NET, Dev - Form validation with ASP.NET MVC - Farooq Kaiser
This topic shows you the MVC features that support form validation. (Unedited)
C#, .NET, ASP.NET, Dev
C#
- UnCommon C# keywords - A Look - Abhishek Sur
Some of both Documented and Undocumented Keywords that we dont use often like Check, StackAlloc, Fixed, __arglist etc are explained with simple examples (Unedited)
C# (C# 1.0, C# 2.0, C# 3.0), .NET (.NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0), Win32 Topics, Architect, Dev, Design
Design and Architecture
- Strategy Design Pattern - Salmanzz
codeproject Introduction By definition Strategy design pattern allow an object to change its behaviour when its internal state changes. The object will appear to change its class. The Strategy design pattern enables a client to choose which algorithm to use from a family of algorithms (Unedited)
C++, Windows, .NET (.NET 1.0, .NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5), WTL, Architect, Design - State Design Pattern - Salmanzz
codeproject In state design pattern, it can change its behaviour by switching to a set of different operations and we achieved this pattern from an object variable changing its subclass, within a hierarchy. Allow an object to alter its behaviour when its internal state changes. The object will app (Unedited)
C, C# (C# 2.0, C# 3.0, C# 4.0), Windows, .NET (.NET 1.1, .NET 2.0, .NET 3.0, .NET 3.5, .NET 4.0), ADO.NET, Architect, Design
| < 上页 | 下页 > |
|---|

