Stories recently tagged with 'RobConery'

MVC Storefront Final(blog.wekeroad.com)

submitted by sharplifesharplife(4560) 3 years ago

Rob Conery published the final episode of MVC Storefront video series. read more...

add a comment |category: |Views: 414

tags: another

Some Thoughts on Oxite(blog.wekeroad.com)

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

Rob Conery's comments and thoughts on new open-source CMS project 'Oxite'. In this post he analyzed some critical issues in Oxite and suggested some solutions to optimize this ASP.NET MVC powered blog engine. read more...

add a comment |category: |Views: 337

tags: another

The Perfect Storm Botnet (codebetter.com)

submitted by siphilpsiphilp(867) 3 years, 1 month ago

Rob Conery talks about the power of a bot net and why developers should be aware of XSS attacks and other nasties should an app be allowing users to post into the system. read more...

add a comment |category: |Views: 143

tags: another

Herding Code Podcast: Episode 9 with Rob Conery(herdingcode.com)

submitted by jongallowayjongalloway(4350) 3 years, 6 months ago

The Herding Code crew (K. Scott Allen, Kevin Dente, Scott "LazyCoder" Koon, and Jon Galloway) catch up with Rob Conery on SubSonic 2.1, Where SubSonic fits in the Microsoft data access tools explosion, Why LINQ to SubSonic is so durn tricky, MVC Storefront - has it made Rob a TDD believer, and What else is Rob up to at Microsoft. read more...

1 comment |category: |Views: 127

tags: another

PagedList Strikes Back(squaredroot.com)

submitted by TroyMGTroyMG(2670) 3 years, 7 months ago

A few months ago I posted about my changes to Rob Conery's PagedList class. Since writing that article many comments have been left about how to further improve the design, which have since been incorporated into a new, further improved PagedList class. read more...

add a comment |category: |Views: 271

tags: another

MVC Storefront, Part 10: Shopping Cart Refactoring and Membership(blog.wekeroad.com)

submitted by RemanReman(1970) 3 years, 8 months ago

Robs new MVC Storefront WebCast read more...

add a comment |category: |Views: 127

tags: another

MVC Storefront Part 6: Catalog Completion and Initial UI(blog.wekeroad.com)

submitted by UnicornNinjaUnicornNinja(465) 3 years, 9 months ago

This is a long one - 20 minutes to be precise. I usually try to edit things pretty liberally, but I asked Jon Galloway to help me out with CSS and there was so much good stuff in there I decided to keep it all :). I also finish off my test data Spike, and talk about recent feedback with respect to the "Repository Pattern" I'm using. read more...

add a comment |category: |Views: 6

tags: another

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

submitted by alleyalley(2840) 3 years, 10 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: 53

tags: another

Creating IN queries with Linq(blog.wekeroad.com)

submitted by berkoberko(170) 3 years, 11 months ago

Rob Conery presents the ins-and-outs of the 'in' query in Linq To Sql. read more...

add a comment |category: |Views: 16

tags: another

Source Control and Continuous Integration On The Cheap(blog.wekeroad.com)

submitted by usshermussherm(5285) 4 years ago

Setup source control (Subversion via VisualSVN Server) and a continuous integration environment (JetBrains' TeamCity) in less than 3 hours! read more...

add a comment |category: |Views: 24

tags: another

Riding The Geek Rewrite Wave(blog.wekeroad.com)

submitted by usshermussherm(5285) 4 years ago

Rob Conery like to ask the tough questions. In this post he asks when do you know its time to do a rewrite... and how do you tell your client that. Oh, and he has a good bit of fun at my expense along the way. :) read more...

add a comment |category: |Views: 7

tags: another

SubSonic And MVC: Introducing Makai(blog.wekeroad.com)

submitted by kevnzkevnz(858) 4 years ago

Rob shows off upcoming features for SubSonic and MS MVC read more...

add a comment |category: |Views: 61

tags: another

ASP.NET MVC: Using UserControls Usefully (blog.wekeroad.com)

submitted by darrenstokesdarrenstokes(300) 4 years, 1 month ago

Advice for utilizing UserControls in ASP.Net MVC read more...

add a comment |category: |Views: 36

tags: another

Rob Conery » ASP.NET MVC: PagedList<T>(blog.wekeroad.com)

submitted by simonebsimoneb(5450) 4 years, 2 months ago

In some of his demos, ScottGu used a method that we didn’t include in the MVCToolkit called “PagedList<T>”, which basically pages a Linq query. I’m hoping to include this in the next drop of the Toolkit, but until then, I have the code for you :). Just drop this into a code file on your site, the Extension method will be picked up by any class “using” System.Web.Mvc. read more...

add a comment |category: |Views: 434

tags: another

CodeSnippets and Toolbox Items(blog.wekeroad.com)

submitted by TroyMGTroyMG(2670) 4 years, 2 months ago

Rob Conery shows you how to create your own code snippets and add them to the toolbox. He also provides some helpful snippets for the new MVC Framework. read more...

add a comment |category: |Views: 8

tags: another

Rob Conery » ASP.NET MVC: Using RESTful Architecture(blog.wekeroad.com)

submitted by jongallowayjongalloway(4350) 4 years, 2 months ago

Rob writes about how RESTful architectures changes the way you design and build applications using ASP.NET MVC. read more...

add a comment |category: |Views: 44

tags: another