visualhint

Stories kicked by visualhint

ELMAH: Error Logging Modules and Handlers for ASP.NET (and MVC too!)(hanselman.com)

submitted by sharplifesharplife(4570) 3 years, 1 month ago

ELMAH has been one of the most useful tools for ASP.NET developers to log errors on their web applications. Now Scott has a nice talk on how to use it even in your ASP.NET MVC applications. Cool! read more...

add a comment |category: |Views: 333

tags: another

ASP.Net – Never again fear publishing your website with debug=true(blog.aggregatedintelligence.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 1 month ago

What makes the deployment element special is that it is a machine level configuration element. When its retail attribute is set to true, it will disable the <compilation debug=”true”> for ALL ASP.Net applications running on that machine. In addition, it turns of detailed errors messages being sent to remote machines and disables the ability to trace output. read more...

add a comment |category: |Views: 407

tags: another

13 ASP.NET MVC extensibility points you have to know(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 1 month ago

One of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if you don’t like the conventions (or lack of them) that ASP.NET MVC uses, you can create your own services to support your conventions and inject them into the main pipeline. This post shows 13 extensibility points that every ASP.NET MVC developer should know, starting from the beginning of the pipeline and going forward till the rendering of the view. read more...

add a comment |category: |Views: 501

tags: another

WorkGrabber.com - Sweet ASP.NET MVC 1.0 + jQuery Application(weblogs.asp.net)

submitted by visualhintvisualhint(440) 3 years, 1 month ago

Mike Bosch shows us his latest creation using ASP.Net MVC: WorkGrabber.com is a social marketplace for local contractors and customers to interact and get projects done. read more...

add a comment |category: |Views: 443

tags: another

ASP.NET MVC Best Practices (Part 1) - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by mithumithu(570) 3 years, 1 month ago

In this post, I will share some of the best practices/guideline in developing ASP.NET MVC applications which I have learned in the hard way. I will not tell you to use DI or Unit Test instead I will assume you are already doing it and you prefer craftsmanship over anything. read more...

add a comment |category: |Views: 386

tags: another

ASP.NET MVC 1.0 has been released!(blog.maartenballiauw.be)

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

To keep up with a good tradition (see here and here), I’m being one of the earliest bloggers having great news on ASP.NET MVC: we are at version 1.0! This means production ready, supported, stable, …! Grab the download at Microsoft.com. read more...

2 comments |category: |Views: 320

tags: another

ASP.NET MVC goes RTM before MIX09(codeclimber.net.nz)

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

Not sure if the release was intentional or just someone that forgot to set the timezone field while publishing the download, but ASP.NET MVC has been RTMed before MIX09. read more...

1 comment |category: |Views: 169

tags: another

ASP.NET MVC 1.0 released(microsoft.com)

submitted by alexandrul.ctalexandrul.ct(475) 3 years, 2 months ago

ASP.NET MVC 1.0 RTM is released read more...

7 comments |category: |Views: 458

tags: another

ASP.NET MVC 1.0 Release Candidate Now Available(weblogs.asp.net)

submitted by sharplifesharplife(4570) 3 years, 3 months ago

Finally Scott Guthrie announced ASP.NET MVC 1.0 RC. Check it out. read more...

2 comments |category: |Views: 239

tags: another

Replacing the default view engine in MVC w/ Spark(dimecasts.net)

submitted by LordLord(3737) 3 years, 4 months ago

DimeCast - Replacing the default view engine in MVC w/ Spark read more...

add a comment |category: |Views: 216

tags: another

S#arp Architecture Beta 1.0 now available!(devlicio.us)

submitted by kbaleykbaley(250) 3 years, 4 months ago

Bill McCafferty announces the beta release of S#arp Architecture, a foundation for building ASP.NET MVC application with NHibernate, complete with support for testing, IoC, and validation. read more...

1 comment |category: |Views: 293

tags: another

jQuery 1.3 Released(blog.jquery.com)

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

"The jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone in to this release and we're really quite proud of it. " read more...

add a comment |category: |Views: 480

tags: another

Automatic/Convention-based mapping entities with Fluent NHibernate(blog.jagregory.com)

submitted by chadmyerschadmyers(840) 3 years, 4 months ago

James Gregory has a 4-part post on the "auto-mapping" features of Fluent NHibernate. Basically, Fluent NHibernate can automatically map most of your entities based on the conventions you specify and can apply other conventions such as table names, foreign-key constraint naming, etc. This is the first post of the 4, the others are linked as Trackbacks at the bottom. After reading these 4, you should have a better idea of how to get started using the conventional mapping features of Fluent NHibernate. read more...

add a comment |category: |Views: 310

tags: another

xVal - a validation framework for ASP.NET MVC(blog.codeville.net)

submitted by MarwanMarwan(850) 3 years, 4 months ago

xVal lets you link up your choice of server-side validation mechanism with your choice of client-side validation library. It guides you to fit them both into ASP.NET MVC conventions, so everything plays nicely with model binding and errors registered in ModelState. read more...

1 comment |category: |Views: 297

tags: another

The Problems with NHibernate(beginnermediate.com)

submitted by percent20percent20(855) 3 years, 4 months ago

The problems that exist for NHibernate to become better, and have better adoption rates. read more...

5 comments |category: |Views: 615

tags: another

Checking username availability with jQuery (screencast)(blog.maartenballiauw.be)

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

Abstract: "This screencast explains how to use jQuery and the ASP.NET MVC framework to quickly add a username availability checker to a user registration page." read more...

add a comment |category: |Views: 242

tags: another