Microsoft .Net


No more stored procedures and manipulation XML doc/dataset with nested loops, LINQ provides strongly typed resultset with universal data query syntax for all types datasources.

The overview is spot on, and there are links to “5 minute introduction of LINQ to SQL/Objects/XML” if you want to explore a little bit deeper.

http://www.hookedonlinq.com/LINQOverview.ashx

Guys. Free attendance to a full day of community-organized Microsoft centric code camp. This saturday at Microsoft offices in Midtown, from 8am to 6pm.

There are many different tracks. Schedule:
http://nyc.codecamp.us/blogs/announcements/archive/2008/12/31/code-camp-session-schedule.aspx

You need to register to attend:
http://nyc.codecamp.us/blogs/announcements/archive/2009/01/05/register-now.aspx

Did I mention it was free?

Every ASP.NET developer is familiar with Response.Redirect, but do you know what happens behind the scenes when you do a Response.Redirect? In a nutshell, it sends an HTTP 302 status back to the client with the redirection URL. The 302 status code is used to indicate that information has temporarily moved; there is another HTTP status code (301) that indicates that a resource has permanently moved. You should use a 301 redirect when using URL rewriting, “retiring” old URLs, or doing a website structure re-org.

http://dotnetslackers.com/articles/aspnet/An-In-Depth-Look-at-HTTP-Redirection.aspx

Guys … there’s a .NET meetup on Tuesday Jan 20th, 7pm, at Microsoft (6th Av). I’m planning to go. Details here:

http://www.meetup.com/NY-Dotnet/calendar/9349889/

Shout out if you’re planning to go.

Use sn.exe. Its found here C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin

sn.exe -Tp [assembly name]

Public key is

002400000480000094000000060200000024000052
53413100040000010001000db8f386751955ba02e01
4c4545470300831e583bd9ec46c5a07a7ff5ba78ebfad
7ba2557f7b18ac38b4ac8544acd53fca6d0ae08e787e7
23059153d19d5c1f82a2d4b15c5fb4e9e7fc96417c3f9
bd10f33a0c0bc8439e15c63cea39f35f51a5c6d768389
9411aa685f588c430042701630370c8ca5109ac1eba4
7fb9b7e7b96

Public key token is b008b03aca13c3a5

Got no idea what I’m talking about? Read this.