Archives
-
Built-In Asynchronous I/O Support in ASP.NET
As we all know, I/O operations is one of the most time consuming operations. In the same time, IO is one of the most needed operations almost in all applications. To make our applications faster and having more responsive user interface, we need to perform those I/O operations asynchronously.
-
Build a Rich Text Editor
Well you can find dozens of ready Rich Text Editors, some comercials some free, but what about building our own tool?
-
Certified for Windows Vista
This page list the products that currently have earned the "Certified for Windows Vista" logo or the "Works with Windows Vista" logo.
-
ASP.Net Web Requests
Not a new article, but good reading. All you need to know about HTTP requests, including page life cycle.
-
Business Logic Layer
Useful article from Scott Mitchell. Learn how to build the second layer of a n-tier application, maybe the most critical one, the Business Logic Layer.
-
Firebug demo
If you're a serious web developers Firebug is a must have. Pity it's only available with Firefox, but hey worth the jump.
-
Time machine!
Well kind of with Run Basic, experience a jump back in time where all the programming was done with no fuss!
-
A CMS library using NHibernate
I stumbled the other day on this project Eucalypto posted on CodeProject. Even if you are not interested by using it for a CMS project, the reading is interesting, and can be considered as an introduction to middle-tier development.
-
Best practice when optimizing indexes on SQL Server 2005
Stefano Demiliani give here some good advice on SQL Server 2005 index optimisation.
-
Clean up your Temp Files
Good advice from Scott Hanselman, I just pass his message: learn few tricks on cleaning and tidying your Temp folder.
-
AdSense control for ASP.NET 2.0
AdSenseASP.NET is a library of ASP.NET 2.0 webcontrols you could use for free (freeware) to display AdSense & Google Products ads.
-
Multithreading in ASP.NET
In some scenarios multithreading can help in your web application.
-
dhtmlxGrid - sortable Javascript DHTML grid
This is an interesting project, free under GNU license.
-
ASP.NET and Windows Worflow Foundation
K. Scott Allen write articles you wish should exist for any technologies. Those kind of practical example from A to Z, no fuss at all.
-
A Flexible Framework for Implementing RSS Extensions.
Brian Kuhn has developed some classes to extend the RSS 2.0 and Atom 1.0 specifications.
-
Time your your HTML Ajax and Javascript website
Every Web Developer should have this online tool created by Michael Mahemoff, WebWait.
It can save your job when your users told you your site is damn slow! What I really like is this is simple to use, take in consideration Ajax and Javascript.
-
Tooltip user control
BoxOver is a popular Javascript code to create easy tooltip over any object.
-
Photo Gallery
Bipin Joshi propose a photo album gallery code to use with SQL 2005 and .Net 2.0.
-
Thumbnail Image Viewer Control for ASP.NET 2.0
Declan Bright has posted on codeProject an interesting Thumbnail project.
-
Embed PDFs into a Web Page with a Custom Control
Simple and efficent way to embed a PDF document in a web page using a custom control (based on a Iframe tag)
-
LINQ and DLINQ videos
Two new videos have been uploaded which introduces the LINQ and DLINQ project, which is the part of C# 3.0.
-
Sync for SQL Server
A bit pricey but another interestting good tool for SQL 2000 and 2005.
-
Please Microsoft give us SQL 2005 Enterprise Manager!
I am quite amaze that nobody on the SQL blogs don't complain too much about SQL 2005 Management Studio but if I google a bit on the subject, I can find a lot of DBAs ranting about the bloated SQL 2005 replacement of Enterprise Manager.