By tag: RobConery
0
kicks
Some Thoughts on Oxite
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.
0
kicks
The Perfect Storm Botnet
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.
0
kicks
Herding Code Podcast: Episode 9 with Rob Conery
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,...
0
kicks
PagedList Strikes Back
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.
0
kicks
MVC Storefront, Part 10: Shopping Cart Refactoring and Membership
Robs new MVC Storefront WebCast
0
kicks
MVC Storefront Part 6: Catalog Completion and Initial UI
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 t...
0
kicks
ASP.NET MVC: Securing Your Controller Actions
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.
0
kicks
Creating IN queries with Linq
Rob Conery presents the ins-and-outs of the 'in' query in Linq To Sql.
0
kicks
Source Control and Continuous Integration On The Cheap
Setup source control (Subversion via VisualSVN Server) and a continuous integration environment (JetBrains' TeamCity) in less than 3 hours!
0
kicks
Riding The Geek Rewrite Wave
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. :)
0
kicks
Rob Conery » ASP.NET MVC: PagedList<T>
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, ...
0
kicks
CodeSnippets and Toolbox Items
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.