Welcome to Rainbow Portal Community Sign in | Join | Help

Browse by Tags

All Tags » ASP.NET » c# .NET   (RSS)

.NET Framework 2.0 + WCF + WPF + WF + WCS = .NET Framework 3.0

I was getting ready to write this cool, earth shattering blog entry, but I was beat to the punch in a fancier fashion. So instead, I will summarize, and point to the resources :-)
Posted by Jonathan | 1 Comments
Filed under: ,

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.

Provider Based Features

The ASP.NET provider-based features rely on a common set of public types and helper classes.
Posted by Jonathan | 0 Comments
Filed under: ,

Generic Setting Object

the thing is a setting, jsut like in appsettings, come down to a simple key value pair. it gets more interesting when you say the value has a type, so now you have key, value and type. lastly, it may be interesting to know when a setting is changed
Posted by Jonathan | 6 Comments
Filed under: , ,

Design Time Support

action lists are new in 2005, are the little arrows to the right top of a control in the designer, like template editing, and provide the quickest, easiest way to modify properties in the desinger
Posted by Jonathan | 3 Comments

Events and Delegates and the Observer

Events, Delegates, and the Observer Pattern come together to help explain eachother in a code example.
Posted by Jonathan | 0 Comments
Filed under: ,

Awsome Code Dom

Full observer patter on item object generated in half second using code dome for all tables currently in content db.
Posted by Jonathan | 3 Comments
Filed under: ,

DAL Layer, DataBase Factories and Multiple Provider support

Basically, the DbProviderFactory allows for us to relativly easily implement a provider independent data access layer in our application.

NDoc for .NET 2.0

Kevin Downs the creator of NDoc has started working on NDoc for .NET 2.0 again. You can get the latest stable build at any given time from ndoc.sourceforge.net/ndoc-nightly.zip Currently he has added support for 2.0 iterators and anonymous methods. And
Posted by Jonathan | 0 Comments

CLR 1.1 and 2.0 Remoting Issues

This week I had a hard day to track down a remoting issue we had with our product. Basically, we have remote cache server, that uses .NET remoting to store binary serialized information, which is shared across all our apps, and projects. In our task of
Posted by Jonathan | 0 Comments
Filed under: ,

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

Composite Controls And ViewState keys

Reading some of my daily blogs today, I came across a nice post by Scott Guthrie , talking about Composite Controls. He explained something that I felt was worth mentioning, which I had not previously known. This is something that is actually going to
Posted by Jonathan | 3 Comments

Quick Note on Debug

I know that personally, in my code, when I am creating something, or trying to fix something, i use a lot of debug code, you know... Response.Write( "Whatever statement" ); try... catch.... when maybe you don't need it there. etc.... Well, this may not
Posted by Jonathan | 0 Comments
Filed under: ,

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