The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Presenting at CodeCamp in Wichita, KS on June 3rd.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Raymond Lewallen

Posts: 312
Nickname: rlewallen
Registered: Apr, 2005

Raymond Lewallen is a .Net developer and Sql Server DBA
Presenting at CodeCamp in Wichita, KS on June 3rd. Posted: May 30, 2006 7:27 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Raymond Lewallen.
Original Post: Presenting at CodeCamp in Wichita, KS on June 3rd.
Feed Title: Raymond Lewallen
Feed URL: /error.htm?aspxerrorpath=/blogs/raymond.lewallen/rss.aspx
Feed Description: Patterns and Practices, OOP, .Net and Sql
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Raymond Lewallen
Latest Posts From Raymond Lewallen

Advertisement

I’ll be presenting 2 sessions at the Wichita Developer’s CodeCamp this coming Saturday, June 3rd.

The first session will cover building a strongly-typed session wrapper class.  Session has always been an issue with me, because for one, its not strongly-typed, and secondly, you have to worry about developers just stuffing things into it and bloating it badly.  With a wrapper class, you can use strongly-typed properties and store the entire class itself in session, thus only have a single key-value pair session variable for your users.  You also enforce the use of the wrapper so that your session doesn’t get out of control.  Also, for those rare occassions when you might want to, your session wrapper class can also be serialized.  If you are in the Wichita, Kansas area this Saturday, come see how to do this.  I will also cover creating wrapper classes for cache and viewstate.

The second session will cover Continious Integration.  In this session, we will do an entire walkthough on setting up a continuous integration server.  Tools that will be covered are Subversion, NDepend, FxCop, NCover, NUnit (from TestDriven.Net), NAnt and CruiseControl.Net.  Come check out the session and walk away with an integration server running on your laptop, including all the tools listed.

Share this post: Email it! | bookmark it! | digg it! | reddit!

Read: Presenting at CodeCamp in Wichita, KS on June 3rd.

Topic: [Webcast] TechEd 2006 Webcast Series Previous Topic   Next Topic Topic: Bank Holiday what

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use