Home / ASP.NET Weblogs

ASP.NET Weblogs

Posted to:
by
 srkirkland 
10-29-2007, 5:57 PM

Visual Studio Tip: Use Code Snippets

There is a little used function of Visual Studio that will save you a lot of coding time: Code Snippets. Code Snippets are handy key shortcuts that expand into commonly used .NET constructs such as regions, constructor, loops (do/while/for/foreach), and...
Filed under: , ,
Posted to:
by
 sfeldman 
10-29-2007, 11:41 AM

Assembly Fun in ASP.NET

I used to be a big fan of Assembly (x86) in the past when doing graphics for the ancient 320x200x256 and later when lecturing about 80x86 to practical engineers. These days I don't do that anymore, but I think knowing the basics does make sense. This...
Filed under: ,
Posted to:
by
 jstengel 
10-29-2007, 5:00 AM

Delay Content Loading with AJAX.NET Toolkit

A while back I wrote an article for CodeProject that was just a simple demonstration of how to load portions of content after the initial page load using AJAX.NET . Basically, using a timer and an update panel, this user control loads some RSS headlines...
Filed under: , , ,
Posted to:
by
 kevinisom 
10-28-2007, 11:55 PM

Grabbing Data from a GridView on PostBack

Have you ever wanted to grab bulk data on a grid view? It's actually not that hard at all. Set the System.Web.UI.WebControls.GridView.DataKeys Property on the Grid, then on the postback event iterate over the grid like so. 1: foreach (GridViewRow row...
Filed under: ,
Posted to:
by
 kevinisom 
10-28-2007, 7:01 PM

SubSonic LoadFromPost

I think SubSonic is simply amazing. It has saved me so much time and effort of writing. One little trick that it's got is the LoadFromPost method the Models inherit from the SubSonic.AbstractRecord<T> class. What LoadFromPost does is iterate over...
Filed under: ,
Posted to:
by
 mehfuzh 
10-28-2007, 12:53 PM

New LINQ provider for Flickr

LINQ provider for Flickr gives an easy way to query , add and delete Flickr photos. Here, I will give some sneak preview about how to use the provider to do different operations on Flickr, as if doing queries with SQL objects. Now, waiting no more, lets...
Filed under: ,
Posted to:
by
 gbarnett 
10-28-2007, 9:22 AM

MSIL - the language of the CLR (Part 3)

I have just posted the 3rd and final part of this miniseries about MSIL on Channel8 , links below. MSIL - the language of the CLR (Part 3) MSIL - the language of the CLR (Part 2) MSIL - the language of the CLR (Part 1) If I were to trust the view stats...
Filed under: , ,
Posted to:
by
 DigiMortal 
10-28-2007, 8:57 AM

Testing sorting algorithms

Some time ago I had to deal with sorting algorithms. Besides my main task I found a good way how to test custom sorting algorithms. This blog entry is one of early birds, more about sorting algorihtms is coming soon. Hopefully some time after TechEd 2007 for Developers....
Posted to:
by
 rrobbins 
10-27-2007, 3:33 PM

YouTube Google Data API

I am very active in the vlogging community at YouTube and Stickam . Vlogging is clearly the future of online communication and social networking sites. I have been particularly impressed by how effective vlogging is for forming genuine friendships and...
Filed under: , , , ,
Posted to:
by
 runatserver75 
10-27-2007, 3:03 PM

My CodeCamp Montreal 2007 presentation

Today, I gave a presentation at CodeCamp Montreal on ASP.NET/AJAX and Visual Studio 2008. Thanks to all attendees. You can download below my code and my powerpoint presentation. Thanks Dominic

« First ... < Previous 727 728 729 730 731 Next > ... Last »