Thursday, February 23, 2012 |
| Uncategorised Technical Blogs |
 |
|
Introducing griffin.editor – a jQuery textarea plugin [Technical Blog] -
jgauffin
[Unedited]
I’ve tried to find a jQuery editor plugin which works out of the box without configuration. The WMD editor used by stackoverflow.com looked nice but I couldn’t find a version that I got running. My main issue with most editors …Read more »
|
| ASP.NET |
 |
4.86 |
Parichay (A Simple & Small Asp.Net MVC Social Network Starter) -
okdone
[Unedited]
Parichay (A Simple & Small Asp.Net MVC Social Network Starter)
|
| C# |
 |
3.50 |
Generic repositories – A silly abstraction layer [Technical Blog] -
jgauffin
[Unedited]
Let’s look at what generic repositories give you.
|
Wednesday, February 22, 2012 |
| Third Party Products and Tools |
 |
|
A Public D3 Database C# Class -
wkiess01
[Unedited]
Access the D3 (Pick) Database using ODBC with a common/public C# class
|
| Design and Architecture |
 |
4.93 |
SOLIDify your software design concepts through SOLID -
Mahmud Hasan
[Unedited]
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.
|
| OpenGL |
 |
4.89 |
SharpGL: A C# OpenGL Class Library -
Dave Kerr
[Unedited]
Use OpenGL in WinForms or WPF applications, directly or with a powerful Scene Graph.
|
| ASP.NET |
 |
|
ASP.NET Health Monitor and Custom Errors [Technical Blog] -
Buaziz
[Unedited]
Enable email notifications on errors, and create custom pages for handling errors in MVC
|
| Internet / Network |
 |
5.00 |
Remote Administration using telnet and HTTP -
Phoenix Roberts
Embedding a telnet and HTTP server in an application
|
| Validation |
 |
|
Basic Authentication with the ASP.NET Membership API [Technical Blog] -
wullinkm
[Unedited]
In this post we’ll discuss how you can get IIS to use basic authentication against an ASP.NET Membership store.
|
| ASP.NET |
 |
4.60 |
Understanding ASP.NET Validation Techniques -
Rahul Rajat Singh
This article aims at understanding the basic validation techniques and controls provided by ASP.NET framework.
|
| Interviews |
 |
5.00 |
A Coder Interview With Mike Ash -
The Code Project
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
|
| Algorithms & Recipes |
 |
5.00 |
Numerical Integration with Simpson's Rule -
John D. Cook
How to implement and use Simpson's rule
|
| Cryptography & Security |
 |
4.83 |
Basics of Signing and Verifying code -
Sergey Chepurin
How to sign code with digital signatures and associating them with files
|
| Debug Tips |
 |
3.58 |
Memory leak finder -
Erik Rydgren
Custom memory handler with memory leak reporting and no-mans-land checking. Leaks are reported with call stack of allocation.
|
| XML |
 |
4.72 |
XML Visualizer v.2 -
Lars Hove Christiansen
XML Visualizer v.2 improves the standard XML Visualizer in Visual Studio 2005, 2008, and 2010.
|
| C# |
 |
5.00 |
Dynamically Map SQL Resultset to Business Object -
Sam Lombardo
[Unedited]
Dynamically map a DataTable to type-safe business objects using reflection and generics.
|
| ASP.NET |
 |
4.89 |
jQuery DataTables and ASP.NET MVC Integration - Part I -
Jovan Popovic
This article contains code samples which explain how the jQuery DataTables plug-in can be integrated into ASP.NET MVC applications.
|
|
 |
4.60 |
A Beginner's Tutorial on Caching in ASP.NET -
Rahul Rajat Singh
This article is a beginner's tutorial on ASP.NET caching mechanism.
|
| Client side scripting |
 |
4.33 |
JQueryUI smartAutocomplete -
Ovidiu Tudorache
This widget extends the functionalities of jQueryUI Autocomplete widget by adding infinite scrolling when loading data from a remote source.
|
| C# |
 |
4.71 |
Performance and Ideas from Anders Hejlsberg INotifyPropertyChanged -
Clifford Nelson
Performance and ideas from Anders Hejlsberg INotifyPropertyChanged
|