adamralph

Stories kicked by adamralph

ASP.NET MVC 1.0 Released(coderjournal.com)

submitted by zigamorphzigamorph(3319) 3 years, 2 months ago

It was just announced at MIX09 that ASP.NET MVC 1.0 has been released for general use and is out of the Release Candidate phase. There has been no word on the changes form RC 2 to this release version. But I will keep this post updated as I learn more. Also as of writing this the download hasn’t been posted to CodePlex either, but I am sure that it will be posted pretty soon. I am assured by Wrox that the cover of the book will be updated to look like what is on the right of your screen. So it should be any day now, so go pre-order a copy today by clicking on the cover image to your right and it will take you to the Amazon page where you can place your pre-order. That way as soon as the book ships you will have a copy waiting on your front porch. read more...

1 comment |category: |Views: 5

tags: another

Understand closures with JavaScript(devlicio.us)

submitted by DrWatsonDrWatson(690) 3 years, 3 months ago

Closures are a programming concept that can be a bit intimidating but it shouldn't be this way. Hopefully this short article can clarify how that works and how to avoid problems when using it. read more...

add a comment |category: |Views: 307

tags: another

Visual Studio and Code Analysis (geekswithblogs.net)

submitted by sdormansdorman(1415) 3 years, 9 months ago

Even with the newest releases of StyleCop, FxCop, and Visual Studio 2008, there is still a lot of room for improvement in the suite of technologies and products that make up what should probably be termed “Microsoft Source Analysis”. read more...

add a comment |category: |Views: 12

tags: another

SQL Server 2008: Spatial Data, Part 1(jasonfollas.com)

submitted by jfollasjfollas(425) 4 years, 2 months ago

In the upcoming release of SQL Server 2008, developers will have access to two new spatial data types that are included with the product: Geometry and Geography. This first article in a planned series will introduce the concepts behind these two types. read more...

add a comment |category: |Views: 48

tags: another

Something you probably don't know about enums in C#(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 4 years, 3 months ago

Do you think the use of an enum in your code is limiting the possible values that can be used? Think again. Maybe we need to learn to be more careful about checking our enums for valid values. read more...

5 comments |category: |Views: 13

tags: another