Whats New in Technology

Courtesy of CodeProject.com

Parichay (A Simple & Small Asp.Net MVC Social Network Starter)
Parichay (A Simple & Small Asp.Net MVC Social Network Starter)

A Public D3 Database C# Class
Access the D3 (Pick) Database using ODBC with a common/public C# class

SOLIDify your software design concepts through SOLID
When you design your software, you always should think in object oriented way. To improve this thinking process with accuracy you always should observe how objects are created and managed in the real world. Along with this if you have knowledge about design principles, you will start doing better.

SharpGL: A C# OpenGL Class Library
Use OpenGL in WinForms or WPF applications, directly or with a powerful Scene Graph.

ASP.NET Health Monitor and Custom Errors
ASP.NET Health Monitor and Custom Errors

Remote Administration using telnet and HTTP
Embedding a telnet and HTTP server in an application

Basic Authentication with the ASP.NET Membership API
In this post we’ll discuss how you can get IIS to use basic authentication against an ASP.NET Membership store.

Understanding ASP.NET Validation Techniques
This article aims at understanding the basic validation techniques and controls provided by ASP.NET framework.

A Coder Interview With Mike Ash
Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Mac and iOS developer Mike Ash

Numerical Integration with Simpson's Rule
How to implement and use Simpson's rule

Generic repositories – A silly abstraction layer
Let’s look at what generic repositories give you.

Basics of Signing and Verifying code
How to sign code with digital signatures and associating them with files

Memory leak finder
Custom memory handler with memory leak reporting and no-mans-land checking. Leaks are reported with call stack of allocation.

XML Visualizer v.2
XML Visualizer v.2 improves the standard XML Visualizer in Visual Studio 2005, 2008, and 2010.

Dynamically Map SQL Resultset to Business Object
Dynamically map a DataTable to type-safe business objects using reflection and generics.

jQuery DataTables and ASP.NET MVC Integration - Part I
This article contains code samples which explain how the jQuery DataTables plug-in can be integrated into ASP.NET MVC applications.

A Beginner's Tutorial on Caching in ASP.NET
This article is a beginner's tutorial on ASP.NET caching mechanism.

JQueryUI smartAutocomplete
This widget extends the functionalities of jQueryUI Autocomplete widget by adding infinite scrolling when loading data from a remote source.

Performance and Ideas from Anders Hejlsberg INotifyPropertyChanged
Performance and ideas from Anders Hejlsberg INotifyPropertyChanged

Flexible List Control
Building a list control that allows anything to be added to it.