Browse by Tags

All Tags » .NET » ASP.NET (RSS)

My Latest Silverlight Articles by dwahlin

Over the past few months I've been writing articles for the .NET Insight insight newsletter covering various ASP.NET AJAX concepts. You can read those article here . I've wrapped up that series and have started writing about Silverlight 1.0 and 2. Each...

jQuery to be Supported in Visual Studio and ASP.NET MVC by dwahlin

Microsoft just announced that jQuery will be supported in Visual Studio 2008 SP1 and shipped with ASP.NET MVC.  Scott Guthrie mentions that an add-on for Visual Studio 2008 SP1 will be made available in a “few weeks” to provide intellisense for jQuery...

Get It While It’s Hot! Silverlight 2 Release Candidate Now Available by dwahlin

If you’ve been working with Silverlight 2 Beta 2 you’ll be happy to know that the release candidate was just released.  You can get it at: http://silverlight.net/GetStarted/sl2rc0.aspx Scott Guthrie has a detailed post on the new features but here...
Filed under: , ,

Animating Clipping Paths in Silverlight 2 by dwahlin

Clipping paths provide a way to hide sections of an object based on different geometries.  You can apply rectangles, ellipses or even create your own custom paths to a target object and hide specific areas from view.  I enjoy experimenting with...
Filed under: , , ,

Another New Player in the Browser Wars? Google’s Chrome Browser Released by dwahlin

If you’re a Web developer then you’re already familiar with how difficult it can be to get a page to look good and function properly across all of the browsers out there.  While Internet Explorer still has the majority of users, Firefox has made...
Filed under: , ,

Introduction to Layout Controls in Silverlight 2 by dwahlin

Arranging controls on a user interface in a flexible manner is key to building successful applications.   Silverlight 2 provides three main controls that can be used for layout management: · Canvas Control · StackPanel Control · Grid Control In this...
Filed under: , ,

ASP.NET - Render Hidden Fields at the Top of a Form with .NET 3.5 SP1 by dwahlin

I just came across a nice feature in ASP.NET 3.5 SP1 (currently in Beta ) that I didn’t realize was included.  It’s always nice to discover hidden gems from time to time.  With ASP.NET 1.0, 1.1, 2.0 and 3.5 applications if a user or JavaScript...
Filed under: ,

Free eBook - Best of Simple Talk ASP.NET by dwahlin

I wrote a few articles for the Simple Talk Website (run by RedGate Software ) over the past year and was honored to be included in the "Best of Simple Talk ASP.NET" eBook they just released.  The book is a free PDF that covers a lot of...

Carl, Richard and Myself on .NET Rocks Talking About Silverlight 2 by dwahlin

I recently had the chance to sit down with Carl Franklin and Richard Campbell at DevConnections Orlando to record a session of .NET Rocks about Silverlight 2 .  They're both a lot of fun to talk with and could probably talk all day without realizing...

Working with the GridView and the System.Data.Linq.Binary Type by dwahlin

I'm working with a database table that has a RowVersion field defined as a TimeStamp data type.  The TimeStamp field is there to add concurrency into the application to ensure a row hasn't changed while a user is trying to update or delete it. ...
Filed under: , , , ,
More Posts Next page »