Welcome to DevAuthority.Com Sign in | Join | Help

June 2005 - Posts

Over the next few weeks I'll be posting a series of articles about what I am learing from looking through the Community Server source code and how I am working some concepts into my applications.  One tool that I find extremely helpful in doing Read More
Over the past few weeks I have taken the advice of a few people and have started using Community Server as a model for the applications I am working on.  Community Server is a very complex application and as I study it more, the more I learn and Read More
Well, I took Dave up on his offer to setup a new blog for me and so far I am happy with my new home.  I am very excited to be running on the latest version of Community Server.  I just brought over a few of my blog posts from DotNetJunkies and Read More
I just got done reading Peter's post about a limitation he ran into about sharing session variables across web applications, and thought I would blog about an approach we recently took with one of our web apps to get around this problem. We got our solution Read More
0 Comments
Filed Under:
Clarke Scott just posted about some free tools that could be found at http://devcenter.infragistics.com/.  While I was there I noticed an article about JavaScript debugging and decided to see if there was anything new there. (A direct link to the Read More
0 Comments
Filed Under:
I just saw Dino's post on his wish list for ASP.Net tracing and saw he wanted the tracing window in a popup window.  This is something we wanted for our web apps as well, so here is how I tackled the problem. I know its not perfect and the output Read More
0 Comments
Filed Under: ,
I just came across a post on the asp.net forums about wanting to control how view state is saved with a page. As we all know by default view state is rendered as a hidden element on the page, but that can easily be changed and you can set your pages up Read More
1 Comments
Filed Under: