By tag: ScribeSonic
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
Coding Horror Interview
Coding Horror Interview at ScribeSonic. An interview with Jeff Atwood of Coding Horror fame.
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.