I have Visual 2010, I am trying to generate dal fro开发者_如何学Cm my database. I create a classlibrary project
I\'m just writing my first \"Hello World\" program using Subsonic, for which I\'ve thrown together a simple little Customer/Invoice/InvoiceItem/Product database.
I am using subsonic simplerepo with migrations in dev and it makes things pretty easy but I keep running into issues with my nvarchar columns that have an index. My users table has an index defined on
Basically, 开发者_运维百科I\'m having the same problem as detailed here, but in SubSonic 3.0. Unfortunately, I can\'t figure out how to change the provider in SubSonic 3.0.
Ok I have the following, set-up and working great. These lines of code should do a conversion from DAL Entity (Subsonic) to a ViewModel.
I have an application that must be accessed for many users. To optimize the performance I intend to store each user profile information at a independant database file.
Disclaimer: I jumped to C# 2008 recently and SubSonic 3 (3.0.0.4) at the same time. I haven\'t used Linq for much of anything in the past.
I have a SQL server with 50 databases. Each one has the exact same schema. I used the awesome Subsonic 2.2 create the DAL based on one of them.
I\'m trying to figure out the correct way to atomically increment a counter in one table and use that incremented value as an pseudo display-only ID for a record in another.
I\'ve got a DLL that contains Subsonic-generated and augmented code to access a data model. Actually, it is a merged DLL of that original assembly, Subsonic itself and a few other referenced DLL\'s in