|
|
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'
|
|
published 3 months, 2 days ago, submitted by
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...
1 comment
|
category: MVC | Views: 216
|
|
tags:
MVC, SubSonic | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: C# | Views: 35
|
|
tags:
.Net, SubSonic, C#, ORM | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 23 days ago, submitted by
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
|
category: Database | Views: 182
|
|
tags:
SubSonic, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 20 days ago, submitted by
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...
1 comment
|
category: Database | Views: 414
|
|
tags:
SubSonic, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 2 days ago, submitted by
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...
2 comments
|
category: Database | Views: 172
|
|
tags:
SubSonic, DAL, C#, Database, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 2 days ago, submitted by
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...
2 comments
|
category: Database | Views: 172
|
|
tags:
SubSonic, OpenSource, C#, DAL, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: C# | Views: 44
|
|
tags:
SubSonic, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 months, 17 days ago, submitted by
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...
1 comment
|
category: Community | Views: 122
|
|
tags:
SubSonic, RobConery, Community, JonGalloway | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 60
|
|
tags:
SubSonic, SQL, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 months, 22 days ago, submitted by
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
|
category: Products | Views: 233
|
|
tags:
SubSonic | tag it
Everyones tags: | Your tags: | |
|
|
|
|

|