|
|
Browse by Tags
All Tags » asp.net » Rainbow Development
-
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 ...
-
Preview Information for weekend commit that is coming::
So tonight and tomorrow, I am just doing some Q & A on my solution, doing lot's of clean installs, and switching db's all the time, changing virtual directories, testing as local host as well as http://netorkcomputername/ although i am not sure that makes a difference.
So far to recap ...
-
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
...
-
A little update:
Eric sent me the latest AJAX dll, posted on the community files list.
I have successfully configured my wizard to save settings and all that, however, I am still debugging the ajaxified version.
Basically, I have the settings wizard implementing magic ajax, to add functionality. This works great, the wizard posts back using ...
-
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, ...
-
The rainbow project is moving along at a nice pace, with some great enthusiasm from people like Manu, Eric, Mark, Rahul, Ace and other....... the 1.6 release was pretty solid, and soon followed by a preliminary 2.0 release, which is being cleaned up and smoothed out.
The community is getting it's act together, with consolidated forums, and ...
|
|
|