Rainbow Portal Community

Rainbow Portal forums, blogs, news and more
Welcome to Rainbow Portal Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » Rainbow develop... » c# .NET
  • LinQ, Blinq, and ContentDB

    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; ...
    Posted to Jonathan's Blog (Weblog) by Jonathan on giugno 29, 2006
  • Updatead Content Item Image

    Full Resolution Image: Conten Item Class Diagram I have added and organized the objects a little more, there are also a number of other classes you dont see there such as culture, status, category and their respective collections, there is also a preliminary dal object currently using an sql wrapper i upgraded to use dbprovider factory i got on ...
    Posted to Jonathan's Blog (Weblog) by Jonathan on aprile 12, 2006
  • DAL Layer, DataBase Factories and Multiple Provider support

    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 ...
    Posted to Jonathan's Blog (Weblog) by Jonathan on marzo 28, 2006
  • Where is phase one going....?

    Ok, since I bet everyone is curious as to what I am up to now....I thought I would give a sneak preview. There is a new project, Rainbow.Framework.Web, most of the web ui stuff, and elements from framework are being moved to there, allowing a cleaner more basic core framework project... i will probably rmeove framework, and only have ...
    Posted to Jonathan's Blog (Weblog) by Jonathan on marzo 11, 2006
  • ASP.NET 2.0, Multiple projects in the solution, No Esperantus and more!

    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 ...
    Posted to Jonathan's Blog (Weblog) by Jonathan on febbraio 19, 2006
  • Rainbow.Framework.Permissions

    Permissions will basically be one table the way i see with a couple of helper tables or settings. the idea is to make the permissions very flexible, but also granular, so we can permission anything, and the code and business logic will interpret the permissions appropriate , so for example, we can combine the code for sqlsitemap provide, to join ...
    Posted to Jonathan's Blog (Weblog) by Jonathan on febbraio 17, 2006
  • Rainbow.Framwork Spec Blog

    I wanted to explain a bit more about Rainbow.Framework. Rainbow.Framework is step one in pushing the application toward clean and seperate api's. What we will be left with is something along these lines Rainbow.Framework Rainbow.Framework.Extensions Rainbow.Web Rainbow.Web.Modules Rainbow.Framework will then work it's way ...
    Posted to Jonathan's Blog (Weblog) by Jonathan on febbraio 14, 2006
  • Rainbow.Framework

    The past couple day's I took a breather from the settings wizard, because the bugs were beginning to tire me, so I Thought I would try something else. I jumped right in and ripped all the rainbow core code, into a new project Rainbow.Framework. This allows a few things to happen, One all the talk about Rainbow API's can begin moving along, ...
    Posted to Jonathan's Blog (Weblog) by Jonathan on febbraio 14, 2006
  • Rainbow Core API Thoghts

    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, ...
    Posted to Jonathan's Blog (Weblog) by Jonathan on febbraio 8, 2006
Powered by Community Server (Personal Edition), by Telligent Systems