Category: News
Forensic Translation - What Is it?
A sstyle that currently is not advertised and probably under-pronounced on resume's is the ability to translate a old code-base into a up-to-date framework (whether it is a .Net framework or simply taking ForTran 77 and converting it to GNU-C). In eithe… more »
Dynamically Loading Controls
Recently, i ran into a situation where i needed to daisy-chain several usercontrols together. The basic thought was similar to most sites "New User Data Entry" forms. You fill one out, and then you goto the next one to fill more incriminating informati… more »
Custom Paging with DataTable
Recently, i found the need to do some custom paging. With this i found several resources that used either a DataSource or a DataView. My specific problem was related to the fact that i was in need of a known column definition but a slightly custom page… more »
Runtime Method/Class Call
Recently, i found myself wanting to dynamically (runtime) construct a method from a class and then call that method without developing a nasty logic structure.In essence, i wanted to perform this logic, based on known method/class naming:Dim tmpM… more »
Silverlight 3 Tutorial on Moveable background/terrain
I have developed a transition tutorial with some minor modifications for instantiation.SL3 TutOriginal posting by Mike Snow more »
:: Next >>