|
|
Browse by Tags
All Tags » asp.net » Rainbow Develop... » c# .NET
-
So, I tested out LinQ today, and found my way to Blinq which is an autogenerator admin tool for DB's generating a bunch of asp.net pages, linQ code, super fast, using a couple of cool things.
All in all very nice, generating a site with the following info in a matter of about 4 seconds.
1: public Table<Category> Categories; ...
-
DAL Layer.In .NET 2.0 Microsoft was kind enough to provide us with a couple of new objects:
DbConnection
DbCommand
DbProviderFactory
Basically, the DbProviderFactory allows for us to relativly easily implement a provider independent data access layer in our application. The advantage of this methodology is that it gives you the option of ...
-
ASP.NET 2.0, Multiple projects in the solution, No Esperantus and more!
Web
holds your modules and pages, etc...
web.config, rainbow.config ( why can't we joing them ? )
AppCode
Contains all the zen code, and raiinbow folders code
Rainbow.Framework.Web.UI.Webcontrols
...
-
Lately we have been doing a lot of talking about what can be done with the core, what is being done, and what will happen.
One of the more interesting discussions for me going on right now, is the talk of api's for rainbow.
Application API - Thing of it as framework or System
Allot of core business logic
Services that content, modules, ...
|
|
|