DNK has a spanking new server up and running like clockwork. Stability problems are a thing of the past. Our new monitoring service reports 100% uptime since the move!
Stories recently tagged with 'SubSonic' Subscribe to this feed
3
kicks
submitted by gavinjoyce gavinjoyce 2 months, 18 days ago

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

Add a comment add a comment | category: | Views: 22
SubSonic 2.2 Released
tags: , | tag it

20
kicks
published 3 months, 2 days ago, submitted by EtienneTremblay EtienneTremblay 3 months, 3 days ago

blog.wekeroad.com — "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...

Add a comment 1 comment | category: | Views: 216
Putting the “M” Back in MVC
tags: , | tag it

2
kicks
submitted by jamesewelch jamesewelch 5 months ago

jamesewelch.wordpress.com — 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 add a comment | category: | Views: 35
 How to serialize SubSonic objects with nullable properties
tags: , , , | tag it

21
kicks
published 5 months, 8 days ago, submitted by sharplife sharplife 5 months, 8 days ago

blog.wekeroad.com — Rob Conery published the final episode of MVC Storefront video series. read more...

Add a comment add a comment | category: | Views: 297
MVC Storefront Final
tags: , , , , | tag it

23
kicks
published 6 months, 23 days ago, submitted by johnsheehan johnsheehan 6 months, 23 days ago

blog.wekeroad.com — 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 add a comment | category: | Views: 182
SubSonic 3 Alpha Is Ready
tags: , | tag it

37
kicks
published 7 months, 20 days ago, submitted by jkealey jkealey 7 months, 20 days ago

blog.wekeroad.com — 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...

Add a comment 1 comment | category: | Views: 414
SubSonic 3.0 Preview 2
tags: , | tag it

43
kicks
published 7 months, 25 days ago, submitted by ChadMoran 7 months, 25 days ago

blog.wekeroad.com — Rob Conery explains some features of SunSonic 3.0 Preview 1 read more...

Add a comment 2 comments | category: | Views: 406
SubSonic 3.0 Preview 1: Linq Has Landed
tags: , , | tag it

43
kicks
published 7 months, 25 days ago, submitted by ChadMoran 7 months, 25 days ago

blog.wekeroad.com — Rob Conery explains some features of SunSonic 3.0 Preview 1 read more...

Add a comment 2 comments | category: | Views: 406
SubSonic 3.0 Preview 1: Linq Has Landed
tags: , , | tag it

19
kicks
published 8 months, 25 days ago, submitted by eibrahim eibrahim 8 months, 26 days ago

blog.wekeroad.com — Scaffold your tables using SubSonic in asp.net mvc read more...

Add a comment add a comment | category: | Views: 293
SubSonic MVC Scaffold Addin
tags: , , | tag it

19
kicks
published 8 months, 25 days ago, submitted by eibrahim eibrahim 8 months, 26 days ago

blog.wekeroad.com — Scaffold your tables using SubSonic in asp.net mvc read more...

Add a comment add a comment | category: | Views: 293
SubSonic MVC Scaffold Addin
tags: , , | tag it

14
kicks
published 9 months, 2 days ago, submitted by jamesewelch jamesewelch 9 months, 9 days ago

jamesewelch.wordpress.com — 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...

Add a comment 2 comments | category: | Views: 172
How to use custom audit fields with SubSonic
tags: , , , , | tag it

14
kicks
published 9 months, 2 days ago, submitted by jamesewelch jamesewelch 9 months, 9 days ago

jamesewelch.wordpress.com — 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...

Add a comment 2 comments | category: | Views: 172
How to use custom audit fields with SubSonic
tags: , , , , | tag it

3
kicks
submitted by adminjew adminjew 11 months, 2 days ago

biasecurities.com — 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 add a comment | category: | Views: 44
Cache Util and ServiceBase for SubSonic RepositoryRecord items
tags: , | tag it

21
kicks
published 11 months, 17 days ago, submitted by jongalloway jongalloway 11 months, 17 days ago

herdingcode.com — 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...

Add a comment 1 comment | category: | Views: 122
Herding Code Podcast: Episode 9 with Rob Conery
tags: , , , | tag it

5
kicks
submitted by jgeurts 11 months, 22 days ago

biasecurities.com — 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 add a comment | category: | Views: 60
Complex SQL conditional statements with SubSonic 2.1
tags: , , | tag it

16
kicks
published 11 months, 22 days ago, submitted by alashcraft alashcraft 11 months, 22 days ago

blog.wekeroad.com — Rob talks about 3 new pages on their project site that are just the start of a barrage of "how-to" information. read more...

Add a comment add a comment | category: | Views: 233
SubSonic: New Code Samples And A SubStage Walkthrough
tags: | tag it

 

Search: