Stories recently tagged with 'ScribeSonic'

SubSonic - Stored Procedure Tutorial(scribesonic.com)

submitted by montymonty(2575) 4 years, 6 months ago

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. read more...

add a comment |category: |Views: 2375

tags: another

Coding Horror Interview(scribesonic.com)

submitted by montymonty(2575) 4 years, 7 months ago

Coding Horror Interview at ScribeSonic. An interview with Jeff Atwood of Coding Horror fame. read more...

2 comments |category: |Views: 16

tags: another

SonicCast 7 - SubSonic REST and Jquery AJAX(scribesonic.com)

submitted by montymonty(2575) 4 years, 9 months ago

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. read more...

add a comment |category: |Views: 357

tags: another

ScribeSonic - MVC and ASP.NET is all the rage(scribesonic.com)

submitted by activaactiva(2340) 4 years, 9 months ago

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 open source projects and well...Microsoft. read more...

add a comment |category: |Views: 11

tags: another

SubSonic - Download Helper SQL Script(scribesonic.com)

submitted by montymonty(2575) 4 years, 10 months ago

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. read more...

add a comment |category: |Views: 46

tags: another

SubSonic DOH Moments - CreatedBy and ModifiedBy(scribesonic.com)

submitted by montymonty(2575) 4 years, 11 months ago

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. read more...

1 comment |category: |Views: 133

tags: another

SubSonic: Killer Blog Reference(blog.wekeroad.com)

submitted by montymonty(2575) 4 years, 11 months ago

If you'd like to read up on some of his SubSonic posts (which are a great reference) - here they are... read more...

add a comment |category: |Views: 30

tags: another

SubSonic Best Practices - Strongly Typed Column Names(scribesonic.com)

submitted by montymonty(2575) 4 years, 11 months ago

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 dealing with SubSonic. read more...

add a comment |category: |Views: 156

tags: another

Getting Loaded on SubSonic - Entity Basics(scribesonic.com)

submitted by montymonty(2575) 5 years ago

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. read more...

add a comment |category: |Views: 29

tags: another

Getting Loaded on SubSonic - Collection Basics(scribesonic.com)

submitted by montymonty(2575) 5 years ago

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. read more...

add a comment |category: |Views: 190

tags: another