Stories recently tagged with 'ShowJeanPaulBoodhoo'

SubSonic Providers architecture(weblogs.asp.net)

submitted by zowenszowens(988) 4 years, 1 month ago

In this blog post, I detail the SubSonic ASP.NET Providers (Membership and Roles) that I released in the form of a beta two months ago. read more...

add a comment |category: |Views: 27

tags: another

MVP vs MVC(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 4 years, 1 month ago

With all the noise around MVC.NET this days, question what is the difference between MVC and MVP is asked quite frequentlly. Check out this blog post for some answers on that question read more...

4 comments |category: |Views: 278

tags: another

ASP.NET Version 3.5's Web.config File(scottonwriting.net)

submitted by mghaouimghaoui(340) 4 years, 1 month ago

If you have had a chance to try out Visual Studio 2008, you likely have seen the rather bulky Web.config file Visual Studio generates when creating a new ASP.NET website or when converting an ASP.NET 2.0 website to 3.5. In one of Scott Guthrie's blog entries a commenter named Mike asked Scott for a rundown of the markup in the default Web.config file generated for version 3.5 ASP.NET applications. I went ahead and created such an article: Dissecting ASP.NET Version 3.5's Web.config File. Enjoy! read more...

2 comments |category: |Views: 347

tags: another

New ASP.NET Dynamic Data Support(weblogs.asp.net)

submitted by JemmJemm(9604) 4 years, 1 month ago

One of the cool new features is something we call "ASP.NET Dynamic Data Support". In a nutshell this enables you to really quickly build data driven web-sites that work against a LINQ to SQL (and in the future LINQ to Entities) object model - and optionally allows you to-do this without having to build any pages manually. read more...

add a comment |category: |Views: 18

tags: another