Stories recently tagged with 'SubSonic' Subscribe to this feed

Review of SubSonic 3 from a SubSonic 2.x user perspective (jamesewelch.wordpress.com)

published 5 months, 20 days ago, submitted by jamesewelchjamesewelch(2265) 5 months, 21 days ago

A quick review of SubSonic 3.0.0.3 from the perspective of a developer who's implemented SubSonic 2.x on numerous projects. An overview of initial likes and dislikes and a little bit of code snippets to bring back 2.x functions missing from 3.0. read more...

4 comments | category: | Views: 347

tags: another

SubSonic 2.2 Released (blog.wekeroad.com)

submitted by gavinjoycegavinjoyce(25.7k) 9 months, 25 days ago

It happened a few days ago but it is worth a post. SubSonic 2.2 has been released! read more...

add a comment | category: | Views: 50

tags: another

Putting the “M” Back in MVC (blog.wekeroad.com)

published 10 months, 8 days ago, submitted by EtienneTremblayEtienneTremblay(4865) 10 months, 8 days ago

"Trying to keep up my end of the bargain with respect to MVC and SubSonic :). I did a walkthrough of it and decided that I was talking too much and, in honor of everyone telling me “SubSonic is dead” I thought it fitting to toss in some Rob Zombie." read more...

1 comment | category: | Views: 218

tags: another

How to serialize SubSonic objects with nullable properties (jamesewelch.wordpress.com)

submitted by jamesewelchjamesewelch(2265) 1 year ago

Recently, I ran into the following error when trying to serialize some SubSonic generated classes. "Cannot serialize member ‘XXX’ of type System.Nullable`1[XXX]. XmlAttribute/XmlText cannot be used to encode complex types." The SubSonic autogenerated classes cannot serialize nullable types such as DateTime? and GUID?. This is really a .NET serialization problem and not directly related to SubSonic, since the SubSonic library just uses the native .NET code for serialization. I'll describe 3 (or 4) different ways of getting around this problem. read more...

add a comment | category: | Views: 77

tags: another

MVC Storefront Final (blog.wekeroad.com)

published 1 year ago, submitted by sharplifesharplife(4265) 1 year ago

Rob Conery published the final episode of MVC Storefront video series. read more...

add a comment | category: | Views: 315

tags: another

SubSonic 3 Alpha Is Ready (blog.wekeroad.com)

published 1 year, 1 month ago, submitted by johnsheehanjohnsheehan(4545) 1 year, 1 month ago

SubSonic 3 is ready for Alpha. It's a pretty significant upgrade and I think I've tackled all the bugs and issues. Lofty hopes, but with your help maybe we can make this thing solid. read more...

add a comment | category: | Views: 183

tags: another

SubSonic 3.0 Preview 2 (blog.wekeroad.com)

published 1 year, 2 months ago, submitted by jkealeyjkealey(235) 1 year, 2 months ago

Rob Conery: Over the last week I've made massive improvements and upgrades to SubSonic 3.0 and the templates that it comes with. I haven't been this obsessive and inspired since I created SubSonic in the first place, and I have to tell you I am more than stoked to see this pull together. read more...

1 comment | category: | Views: 429

tags: another

SubSonic 3.0 Preview 1: Linq Has Landed (blog.wekeroad.com)

published 1 year, 3 months ago, submitted by ChadMoranChadMoran(530) 1 year, 3 months ago

Rob Conery explains some features of SunSonic 3.0 Preview 1 read more...

2 comments | category: | Views: 412

tags: another

SubSonic 3.0 Preview 1: Linq Has Landed (blog.wekeroad.com)

published 1 year, 3 months ago, submitted by ChadMoranChadMoran(530) 1 year, 3 months ago

Rob Conery explains some features of SunSonic 3.0 Preview 1 read more...

2 comments | category: | Views: 412

tags: another

SubSonic MVC Scaffold Addin (blog.wekeroad.com)

published 1 year, 4 months ago, submitted by eibrahimeibrahim(220) 1 year, 4 months ago

Scaffold your tables using SubSonic in asp.net mvc read more...

add a comment | category: | Views: 329

tags: another

SubSonic MVC Scaffold Addin (blog.wekeroad.com)

published 1 year, 4 months ago, submitted by eibrahimeibrahim(220) 1 year, 4 months ago

Scaffold your tables using SubSonic in asp.net mvc read more...

add a comment | category: | Views: 329

tags: another

How to use custom audit fields with SubSonic (jamesewelch.wordpress.com)

published 1 year, 4 months ago, submitted by jamesewelchjamesewelch(2265) 1 year, 4 months ago

SubSonic uses a few audit fields by default - you don’t need to write any code. However, the field names that are used are coded into the source code. You can modify the source code and generate a new assembly, but if you’re like me and would rather not edit the source code (so you don’t need to update the code at every release), then you’ll be looking for an alternative approach. Three options are discussed: 1) Modify SubSonic source code, 2) Use partial classes for each table, 3) Create a custom template and base class read more...

2 comments | category: | Views: 189

tags: another

How to use custom audit fields with SubSonic (jamesewelch.wordpress.com)

published 1 year, 4 months ago, submitted by jamesewelchjamesewelch(2265) 1 year, 4 months ago

SubSonic uses a few audit fields by default - you don’t need to write any code. However, the field names that are used are coded into the source code. You can modify the source code and generate a new assembly, but if you’re like me and would rather not edit the source code (so you don’t need to update the code at every release), then you’ll be looking for an alternative approach. Three options are discussed: 1) Modify SubSonic source code, 2) Use partial classes for each table, 3) Create a custom template and base class read more...

2 comments | category: | Views: 189

tags: another

Cache Util and ServiceBase for SubSonic RepositoryRecord items (biasecurities.com)

submitted by adminjewadminjew(1490) 1 year, 6 months ago

As I mentioned, I'm using SubSonic with this project and more specifically, I've been using what will be SubSonic 2.1. I've been quite happy with the work Rob Conery and his team have done with SubSonic. For this project, I chose to go with the RepositoryRecord base class rather than ActiveRecord for my objects. My reasoning was that I end up using services to interact with the objects anyway, so I might as well reduce the "weight" of the objects. The services that I use add basic object caching as well as hide SubSonic integration. In order to facilitate caching RepositoryRecord items, I had to rewrite my CacheUtil class slightly: read more...

add a comment | category: | Views: 59

tags: another

Herding Code Podcast: Episode 9 with Rob Conery (herdingcode.com)

published 1 year, 6 months ago, submitted by jongallowayjongalloway(4175) 1 year, 6 months ago

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, and What else is Rob up to at Microsoft. read more...

1 comment | category: | Views: 124

tags: another

Complex SQL conditional statements with SubSonic 2.1 (biasecurities.com)

submitted by jgeurtsjgeurts(160) 1 year, 6 months ago

Create complex SQL conditional statements in C# with SubSonic. Eg. select * from Product where IsActive = 1 and (ExpiredOn is null OR ExpiredOn <= '01/01/2020') read more...

add a comment | category: | Views: 116

tags: another