ASP.NET 3.5 Stateless Session Managment and connection pooling?
Posted
by Norm
on Stack Overflow
See other posts from Stack Overflow
or by Norm
Published on 2010-04-11T14:13:41Z
Indexed on
2010/04/11
14:53 UTC
Read the original article
Hit count: 227
I am designing an ASP.NET (3.5) web application that connects to a Rocket Software UniVerse database. I am in the planning stages right now and need some help in being pointed in the right direction. I am brand new to ASP and C#.
I am shooting for a RESTful design and a MVC pattern. Rocket provides a .NET library called UniObjects.NET which handles everything for connecting and retrieving information from the database.
What would be the best way to in general to log my users into the database, then use that session via connection pooling? I see that in 3.5 there is the ASP.NET Routing Infrastructure and that looks promising am I in the right direction on this?
Also does C# support decorators like Python and Java?
© Stack Overflow or respective owner