CodeBetter.Com
CodeBetter.Com
RSS 2.0 via Feedburner
           Do you Twitter? Follow us @CodeBetter

Raymond Lewallen

Framework Design, Agile Coach, President Oklahoma City Developers Group, Microsoft MVP C#, TDD, Continuous Integration, Patterns and Practices, Domain Driven Design, Speaker, VB.Net, C# and Sql Server

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

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.



Comments

Scott said:

Ahhh, my hometown. You can see the first Pizza Hut on the Wichita State University campus if that kind of thing excites you. Not much else to do there. The science center down by the river is neat.

Otherwise, best BBQ is at Pig-in,Pig-out on the east side of the city. mmmmmmm. Have fun!
# May 30, 2006 9:42 PM

Stephen N said:

Man, I wish I could be there. Any chance you will post your slide deck, code, etc. from your presentation? Even better is there any chance that you would present the material at an OKC Dev Group meeting?

Thanks
# May 30, 2006 9:47 PM

Raymond Lewallen said:

Stephen put in a request to Cos@okcpro.net for the session.  I'm assuming you mean the continous integration.  The strongly-typed session presentation I did last year.

No slide decks.  I don't use them for code camps.  Just straight code, and in the CI case, straight tools and configs to get people up and running.
# May 30, 2006 9:53 PM

Stephen N said:

Yup, I was refering to the CI presentation. I just sent an email to Cos.
# May 30, 2006 11:05 PM

Tim Hibbard said:

I'm looking forward to it.  I'll be coming down from Lawrence.
# May 30, 2006 11:57 PM

Leave a Comment

(required)  
(optional)
(required)  

Enter the numbers above:
Add

About Raymond Lewallen

Working primarily in the public sector during his career, Raymond has designed and built several high profile enterprise level applications for all levels of the government. Raymond now works as a solutions architect for EMC. Raymond is an agile coach, Microsoft MVP C# and also president of the Oklahoma City Developers Group and Oklahoma Agile Developers Group. Raymond spends a lot of his time learning and teaching such things as Test Driven Development, Domain Driven Design, Design Patterns and Extreme Programming practices and principles, to name a few. Raymond is also an advocate of Alt.Net. Raymond is primarily a framework guy, so don't ask him anything about UI :) Check out Devlicio.us!