daveparslow

Stories kicked by daveparslow

ASP.NET Dynamic Data Preview Available(weblogs.asp.net)

submitted by craigtpcraigtp(683) 4 years, 1 month ago

From ScottGu's blog. Today we released an updated ASP.NET Dynamic Data Preview. This new dynamic data preview now works with the standard built-in ASP.NET data controls (GridView, ListView, FormView, DetailsView, etc). The dynamic data support enables these controls to automatically handle foreign-key relationships. read more...

add a comment |category: |Views: 28

tags: another

MVC Membership Starter Kit(squaredroot.com)

submitted by TroyMGTroyMG(2670) 4 years, 1 month ago

The MVC Membership Starter Kit is a CodePlex project designed to get your membership-based MVC applications off the ground as quickly as possible. Login, registration, user administration and more is handled right out of the box. read more...

add a comment |category: |Views: 103

tags: another

Things you MUST dispose(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 4 years, 1 month ago

When the .NET Framework instantiates an object, it allocates memory for that object on the managed heap. The object remains on the heap until it's no longer referenced by any active code, at which point the memory it's using is reclamed by the Garbage Collector (GC). Before the GC deallocates the memory, the framework calls the object's Finalize() method, but developers are responsible for calling the Dispose() method. read more...

add a comment |category: |Views: 22

tags: another

ASP.NET MVC Source Code Now Available(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 2 months ago

Last month I blogged about our ASP.NET MVC Roadmap. Two weeks ago we shipped the ASP.NET Preview 2 Release. Phil Haack from the ASP.NET team published a good blog post about the release here. Scott Hanselman has created a bunch of great ASP.NET MVC tutorial videos that you can watch to learn more about it here.... read more...

add a comment |category: |Views: 27

tags: another

ASP.NET MVC Framework out on CodePlex(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 4 years, 2 months ago

This morning, I was browsing the new projects page on CodePlex and noticed something nice! The ASP.NET MVC team already rumoured around making the ASP.NET MVC framework source code available on CodePlex, but here it is: the ASP.NET MVC project on CodePlex. read more...

1 comment |category: |Views: 23

tags: another

.NET Event Techniques(devlicio.us)

submitted by BigTunaBigTuna(219) 4 years, 2 months ago

A very simple technique to avoid the need for a null check prior to raising an event read more...

1 comment |category: |Views: 21

tags: another

Congrats! Scott Guthrie, corporate vice president(microsoft.com)

submitted by wisemxwisemx(8074) 4 years, 3 months ago

Scott Guthrie, corporate vice president, .NET Developer Platform. Previously general manager, Guthrie will continue to oversee several development teams responsible for delivering Microsoft Visual Studio developer tools and Microsoft .NET Framework technologies for building client and Web applications. read more...

5 comments |category: |Views: 5

tags: another

Configuring VS2008 to Debug .NET Framework Source Code(blogs.msdn.com)

submitted by .NetKicks.NetKicks(1304) 4 years, 4 months ago

Shawn Burke explains how to set up the Visual Studio 2008 for debugging and put the released .NET Framework source code into use. It also features a FAQ and lists all currently available sources/assemblies read more...

add a comment |category: |Views: 14

tags: another

Links of Week, Jan 7: ASP.NET MVC, Live Writer, VS 2008 AJAX 1.0(daveparslow.com)

submitted by daveparslowdaveparslow(10) 4 years, 4 months ago

This my first test of the "kick it" feature integrated into my blog http://www.daveparslow.com using Google Blogger read more...

add a comment |category: |Views: 0

tags: another

.NET Framework Library Source Code now available(weblogs.asp.net)

submitted by dalzieldalziel(6230) 4 years, 4 months ago

Scott Guthrie announces that the .NET framework source code can now accessed in Visual Studio read more...

1 comment |category: |Views: 90

tags: another

You cannot use the Add extension method with collection initializers(psgr.net)

submitted by cybyvladcybyvlad(45) 4 years, 7 months ago

You cannot use the Add extension method in order to use collection initializers read more...

add a comment |category: |Views: 4

tags: another

DotNetKicks integration into the "New" Blogger.com(www2.john.rummellcc.com)

submitted by johnrummelljohnrummell(1321) 5 years, 2 months ago

Integrate that cool looking DotNetKicks image link into the new Blogger templates. read more...

add a comment |category: |Views: 16

tags: another