SerSupremo

Stories kicked by SerSupremo

ASP.NET MVC XForms released on CodePlex(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 5 months ago

Just noticed there's a new project on CodePlex related to the ASP.NET MVC framework: MVC XForms. MVC XForms is a simple UI framework for ASP.NET MVC based on the W3C XForms specification. It provides a set of form controls that allow updating of complex model objects. read more...

add a comment |category: |Views: 496

tags: another

Tips & Tricks: Use DebuggerDisplayAttribute for easier debugging(gregbeech.com)

submitted by CraigStuntzCraigStuntz(438) 3 years, 8 months ago

When debugging, it's common to hover over an object to get a quick view of what its properties are. This is where DebuggerDisplayAttribute comes in. The format string looks similar to normal .NET format strings in that the values to replace are between curly braces, but instead of being told what to substitute the debugger treats these values as expressions and attempts to evaluate them using the current context. read more...

add a comment |category: |Views: 225

tags: another

ASPNET MVC P4 is on codeplex(codeplex.com)

submitted by simonechsimonech(10.1k) 3 years, 10 months ago

The ASP.NET MVC pre-preview 4 source code + installer is available on Codeplex. Enjoy!! read more...

add a comment |category: |Views: 122

tags: another

The Linq let keyword(codethinked.com)

submitted by dengar007dengar007(3084) 4 years, 1 month ago

Make your Linq queries more readable using the "let" keyword. read more...

1 comment |category: |Views: 1625

tags: another

Webforms is dead. Long live MVC!(graysmatter.codivation.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 1 month ago

WebForms are now legacy. Enjoy your MVC koolaid! read more...

3 comments |category: |Views: 149

tags: another

ASP.NET MVC: Securing Your Controller Actions(blog.wekeroad.com)

submitted by alleyalley(2840) 4 years, 2 months ago

Many people on the forums want to know how to best protect Actions on their Controller using Forms Authentication. The MVC Team has done a nice job introducing Filters (using Attributes) to this latest drop of MVC, and in this post I’ll show you how to create a filter that can handle security. read more...

1 comment |category: |Views: 57

tags: another

ASP.NET MVC Preview 2 is out(weblogs.asp.net)

submitted by JozefSevcikJozefSevcik(1880) 4 years, 2 months ago

Title says it all ;) read more...

4 comments |category: |Views: 11

tags: another

Why are the Microsoft Office file formats so complicated?(joelonsoftware.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 3 months ago

"Last week, Microsoft published the binary file formats for Office. These formats appear to be almost completely insane. The Excel 97-2003 file format is a 349 page PDF file."... read more...

add a comment |category: |Views: 3

tags: another

Microsoft releases Unity, an IoC library(elegantcode.com)

submitted by daddystarrdaddystarr(365) 4 years, 3 months ago

A nice wrapup of IoC read more...

add a comment |category: |Views: 28

tags: another

jQuery for ASP.NET Mvc - part 2(chrisvandesteeg.nl)

submitted by alleyalley(2840) 4 years, 3 months ago

All new and improved version of the jquery and asp.net mvc sample.. read more...

add a comment |category: |Views: 78

tags: another

Patrick Smacchia on metrics for Coupling, Dead Code, and Design Flaws(codebetter.com)

submitted by jeremydmillerjeremydmiller(90) 4 years, 3 months ago

Patrick shows us how to use NDepend to spot dead code and other design flaws in our code read more...

1 comment |category: |Views: 8

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

ASP.NET MVC Framework Road-Map Update(weblogs.asp.net)

submitted by jwhitehornjwhitehorn(340) 4 years, 3 months ago

Scott gives an update to where ASP.NET MVC is going read more...

3 comments |category: |Views: 27

tags: another

LINQ to JSON beta(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 3 months ago

A beta release of Json.NET 2.0. New in 2.0 is a LINQ to JSON API. read more...

1 comment |category: |Views: 17

tags: another

JScript IntelliSense: Working with jQuery(blogs.msdn.com)

submitted by bdsuttonbdsutton(525) 4 years, 3 months ago

Looks like the new VS 2008 hotfix will help VS 2008 work better with jQuery. If you haven't checked out jQuery and you are doing web development give it a try and I think you'll be impressed. read more...

add a comment |category: |Views: 12

tags: another

No, you're crazy! (or, the problem with assuming that computer program(weblogs.asp.net)

submitted by hgarciahgarcia(1534) 4 years, 3 months ago

An excellent post on how to think about programming as a profession. read more...

5 comments |category: |Views: 0

tags: another