Welcome to Rainbow Portal Community Sign in | Join | Help

Browse by Tags

All Tags » ASP.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.

Awsome Design time Tutorial

Some cool things he shows like : DataBoundControlDesigner Control Collections Embedded Resource Files and more...
Posted by Jonathan | 0 Comments
Filed under: ,

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: , ,

Tips on Posting Forum Questions

I have been hanging out on forums a lot this year, rainbow forums, asp.net forums, and a littl eon the msdn forums, as well as a few other places, and I am noticing a few things. Mainly, most people do not put any thouht into posting their forum questions. It is almost like the forums have become an "easy" way to get some homework done for you.
Posted by Jonathan | 0 Comments
Filed under:

Site updates

check out the tab control demo which utilizes the config app. http://www.jonavi.com/TabControl.aspx

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

Little known 2.0 Page Directive

In asp.net 2 there was a new page directive added, 'MaintainScrollPositionOnPostback'
Posted by Jonathan | 0 Comments
Filed under:

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: ,

Summary of ASP.NET 2.0 Tutorial Videos

ASP.NET HOW DO I Video Series: Caching (Part 1) This video is part one of a two-part series introducing the new caching features of ASP.NET 2.0. Page Output Caching followed by the new ASP.NET 2.0 Database Caching support for SQL Server 2000 and SQL Server
Posted by Jonathan | 0 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.

MSDN2 Hackable URL's

Cool thing I realized last night, the urls ins MSDN 2 are hackable. http://msdn2.microsoft.com/en-us/library/system.web.security.roles.provider(VS.80).aspx hack to http://msdn2.microsoft.com/en-us/library/system.web.security.roles.aspx hack to http://msdn2.microsoft.com/en-us/library/system.web.security.aspx
Posted by Jonathan | 0 Comments
Filed under:

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
More Posts Next page »