DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'SubSonic' Subscribe to this feed
35
kicks
published 10 days, 7 hours ago, submitted by jkealey jkealey 10 days, 14 hours 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: 331
tags: , | tag it

43
kicks
published 15 days, 10 hours ago, submitted by ChadMoran 15 days, 15 hours ago

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

Add a comment 2 comments | category: | Views: 378
tags: , , | tag it

43
kicks
published 15 days, 10 hours ago, submitted by ChadMoran 15 days, 15 hours ago

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

Add a comment 2 comments | category: | Views: 378
tags: , , | tag it

19
kicks
published 1 month, 15 days ago, submitted by eibrahim eibrahim 1 month, 15 days ago

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

Add a comment add a comment | category: | Views: 228
tags: , , | tag it

19
kicks
published 1 month, 15 days ago, submitted by eibrahim eibrahim 1 month, 15 days ago

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

Add a comment add a comment | category: | Views: 228
tags: , , | tag it

13
kicks
published 1 month, 22 days ago, submitted by jamesewelch jamesewelch 1 month, 29 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: 147
tags: , , , , | tag it

13
kicks
published 1 month, 22 days ago, submitted by jamesewelch jamesewelch 1 month, 29 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: 147
tags: , , , , | tag it

3
kicks
submitted by adminjew adminjew 3 months, 23 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: 21
tags: , | tag it

21
kicks
published 4 months, 6 days ago, submitted by jongalloway jongalloway 4 months, 6 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: 118
tags: , , , | tag it

5
kicks
submitted by jgeurts 4 months, 11 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: 29
tags: , , | tag it

16
kicks
published 4 months, 12 days ago, submitted by alashcraft 4 months, 12 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: 203
tags: | tag it

10
kicks
published 4 months, 12 days ago, submitted by EtienneTremblay EtienneTremblay 4 months, 12 days ago

blog.lavablast.com — I spent a few hours this morning doing the migration of our codebase and it seems to have gone smoothly. Migrating to v2.1 involved a few changes and this post will describe them briefly. read more...

Add a comment add a comment | category: | Views: 151
tags: , | tag it

2
kicks
submitted by jgeurts 4 months, 13 days ago

biasecurities.com — Shows how to use Subsonic 2.1 to create archives for CMS type data read more...

Add a comment add a comment | category: | Views: 20
tags: , , | tag it

24
kicks
published 4 months, 13 days ago, submitted by subnus 4 months, 14 days ago

blog.wekeroad.com — the title says it all read more...

Add a comment 3 comments | category: | Views: 219
tags: , , , , | tag it

2
kicks
submitted by subnus 4 months, 14 days ago

blog.wekeroad.com — Eric had some final changes to make last week and we were ready to go with the release (as planned) on Friday, but TFS went down at CodePlex and we couldn’t review the submitted work items for the week prior. And it’s still happening. read more...

Add a comment add a comment | category: | Views: 7
tags: , , | tag it

9
kicks
published 4 months, 16 days ago, submitted by jamesewelch jamesewelch 4 months, 16 days ago

jamesewelch.wordpress.com — One of the new features is the addition of the SqlQuery class and it’s ability to perform aggregate queries (along with many other features). Shows example of SQL syntax versus SubSonic's SqlQuery aggregate coding to perform SQL queries. read more...

Add a comment add a comment | category: | Views: 163
tags: , , , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge