Screencasts Home > Search Results
Search results
-
Managing Browser History on the Client with ASP.NET AJAX and the ASP.NET 3.5 Extensions Preview
AJAX applications offer many benefits but one side-effect is the lost of user navigation using the browser's back/forward buttons. The ASP.NET 3.5 Extensions Preview extends ASP.NET AJAX with Browser history ...
Posted: 18/12/2007 by Mike Ormond
-
File Dialog Additions in v2.0 SP1
Posted: 17/12/2007 by Daniel Moth
Tags: WindowsForms
-
SQL Server 2008 - Change Tracking
SQL Server 2008 has two facilities for monitoring changes to a table to facilitate (e.g.) loading of a data warehousing or building an online/offline application with syncronisation capabilities.In ...Posted: 14/12/2007 by Mike Taulty
Tags: SQL Server
SQL Server 2008 - Writing data with FileStream
SQL Server 2008 has a new extension to the varbinary(max) datatype which allows you to store arbitrary large blobs "in the database" from the perspective of data access and backup but the actual data ...Posted: 14/12/2007 by Mike Taulty
Tags: c#
LINQ to XML - Events and Annotations