help.net
<font size="2"><br />Musing on .Net</font>
-
SQL Server 2005 Paging Results
With SQL Server 2005 it is now a lot easier to use paged queries than in previous versions. I will be using NorthWind db (mostly) so you can also use the examples I have provided. I will keep the examples simple; anything complex will only cause confusion. I will start with "traditional" methods such as
SELECT
,TOP
, and then move onto the specific SQL Server 2005 paging examples. -
AJAX AutoComplete/AutoSuggest TextBox
-
The 46 Best-ever Freeware Utilities
There are a lot of great freeware products out there. Many are as good or even better than their commercial alternatives. This list features the author personal pick of the "best of the best."
-
WPF and XAML Tutorials
An excellent series on WPF by Josh Smith is available on CodeProject:
-
Silverlight Puzzle
Mike Taulty play with silverlight and create a sliding puzzle. Cool!
-
First Steps with ADO.NET Synchronisation Services
ADO.NET Synchronisation Services is a technology for helping with those online/offline applications where you need to get data down to be stored on a laptop to enable mobile working (device support isn't something that it's in the first version AFAIK).
-
Thanks Rob!
Sad news, Robert Burke is leaving Microsoft Ireland :-(
-
Ireland Microsoft Conference - June 7th - Dublin
With 18 sessions from amazing speakers, this is one event that you will not want to miss! They are covering everything from the new Silverlight and Expression products to WCF, Biztalk, SQL Server, Longhorn Server, Security, mobile dev, Infocard, game development with XNA. Have a look at the list below to get an idea of the sessions you will get to choose from.
visit www.developers.ie to know more! -
Microsoft ASP.NET 2.0 Membership API Extended
Microsoft ASP.NET 2.0 shipped with a complete membership API that allows developers to manage the application’s users and their roles. However, this API best suits small to medium Web sites due to their limitation in expressing a detailed member record.
-
Bandwidth Leeching Prevention with Http Handlers
In this article, Joseph explains how important it is to implement Http handlers in web applications to prevent bandwidth leeching.