Stories recently tagged with 'KevinFricovsky'

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

SonicCast - Validation and Customizing Validation(scribesonic.com)

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

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 Validation Everywhere project. read more...

add a comment |category: |Views: 44

tags: another

SubSonic SonicCast - QuickTable, Custom Controls and New Views Oh My(scribesonic.com)

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

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), and I briefly show how I handle validation in my SubSonic powered apps. read more...

add a comment |category: |Views: 117

tags: another

DotNetKicks Widget via JQuery and new JSON Api(scribesonic.com)

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

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

2 comments |category: |Views: 72

tags: another

SonicCast - Lorem Ipsum and SubSonic Sugar(scribesonic.com)

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

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

add a comment |category: |Views: 29

tags: another

SonicCast - Lorem Ipsum and SubSonic Sugar(scribesonic.com)

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

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

add a comment |category: |Views: 29

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