By tag: KevinFricovsky
0
kicks
SubSonic - Stored Procedure Tutorial
Subsonic makes working with stored procedures and your database simple. Today we'll discuss the basics in getting SubSonic to allow you to very easily interface with stored procedures and your data store.
0
kicks
SonicCast - Validation and Customizing Validation
he topic of this SonicCast is validation, and I cover validation functionality provided by SubSonic, customizing SubSonic generated classes via partials and discuss how I customized SubSonic in my own attempt in emulating the Django/Rails validation style by implementing the open source .net Validat...
0
kicks
SubSonic SonicCast - QuickTable, Custom Controls and New Views Oh My
This was meant to be just an intro into the SubSonic QuickTable control but then I found myself introducing how I build my own reusable user controls (they become individual assemblies), some code generation I added for Model object user control views (just available in my local subsonic source), an...
0
kicks
DotNetKicks Widget via JQuery and new JSON Api
A screen cast that details how you can place this widget on your blog/site and display your most recent kicks - My Recent Kicks widget. Code available to download.
0
kicks
SonicCast - Lorem Ipsum and SubSonic Sugar
Sonic cast that discusses the Sugar and Utility namespaces in SubSonic and the new lorem ipsum control/utility. Also shows off some JQuery edit-in-place functionality at the end.
0
kicks
SonicCast 7 - SubSonic REST and Jquery AJAX
Kevin shows off consuming the new SubSonic REST interface via JSON and XML on the client side using Jquery. Wait till the end of the vidcast to see some JQuery plugin goodness.
0
kicks
ScribeSonic - MVC and ASP.NET is all the rage
The Model-View-Controller (or MVC) design pattern is very well known in software engineering, and the corner stone of the popular Ruby on Rails framework. For the most part though the ASP.NET world has been left behind in emulating a pure MVC design - but things might be changing thanks to a few ope...
0
kicks
SubSonic - Download Helper SQL Script
I find I frequently employ a standard set of my own conventions for each new database table I'm creating. Combine that with making the use of SubSonic conventions and you're prime for a free, reusable, helper sql script to save you time.
0
kicks
SubSonic DOH Moments - CreatedBy and ModifiedBy
In this first post in a series of posts called SubSonic DOH! Moments I cover a few handy tips I've stumbled across along the way - essentialy mistakes I've made and lessons learned.
0
kicks
SubSonic: Killer Blog Reference
If you'd like to read up on some of his SubSonic posts (which are a great reference) - here they are...
0
kicks
SubSonic Best Practices - Strongly Typed Column Names
Whenever learning a new framework you'll eventually come across "best practices". These are the items that developers "should" practice but are not confined to practicing. A gazillion of these exist in the greater .net framework and a handful of these best practices exist when de...
0
kicks
Getting Loaded on SubSonic - Entity Basics
In the second tutorial of the "Getting Loaded on SubSonic" series I continue with Load basics. This week I cover loading entity objects for your View display.
0
kicks
Getting Loaded on SubSonic - Collection Basics
SubSonic provides a handful of methods that make loading objects from your database simple. The most difficult part is just choosing which one to use.