Rob Chartier ~ Contemplation...

.NET, C#, Work, etc.

News






www.flickr.com
This is a Flickr badge showing public photos from Rob & Kat Chartier. Make your own badge here.


Even Quicker Links

Browse by Tags

All Tags » .NET Framework (RSS)
More on Dynamic Language Execution within DotNetNuke
A few weeks ago I ripped out a module over the weekend which allowed a Content Editor for DotNetNuke to be able to actually start scripting content within the UI.  Imagine being able to embed scripts within (a) the Text/Html module which is complied...
VB.NET Conversions
  There was some discussion around the office which touched on the topic for the best method for object conversion in VB.NET.  Given this (typical) pattern: 1: Dim sneakers As Cat = CType (Factory.GetObject(someKey), Cat) 2:   3: If (sneakers...
DotNetNuke.com & Performance
In case you missed it we upgraded http://www.DotNetNuke.com last night; which also includes a brand new build of the Forums.  Along with the new naming scheme for our Forums, you should immediately notice the performance improvements.  In fact...
Installing DotNetNuke on Windows Home Server
So I’m a newbie when it comes to Windows Home Server but I’m quite seasoned when it comes to DotNetNuke, IIS, and that entire stack.  I wanted to cover off a the topic of installing DotNetNuke onto your Windows Home Server. Windows Home Server is...
WHS Add-Ins
Based on a tweet from a colleague I decided to keep track of which Windows Home Server Add-Ins I installed, any issues and general comments/feedback with each. The two primary websites for Add-Ins that I could easily find are: Home Server Plus Microsoft...
Caching Data - API Based or Pattern Based?
Current thought process I have been spending some time with the Velocity and ASP.NET 4.0 Cache Extensibility teams at Microsoft working with them to formalize some up and coming releases. One common thread that I just can't help but notice is the fact...
asp:menu fix for IE8 problem available
Via Bertrand Le Roy   I mostly just wanted to bookmark/echo a post from Bertrand here.   Internet Explorer 8 is a unique release in the history of Internet Explorer in more than one way, but the decision to make standards mode the default means...
DevTeach Vancouver – Open Call for Sessions & Early Registration
This is a call out to all the Vancouverites who want to participate in DevTeach . This is the first year it is being held in Vancouver and is really a premier event for us in Vancouver. If you want to give a presentation for the event be sure to hit http...
Two tools worth mentioning
Terminals I recently stumbled on an excellent project hosted on CodePlex, Terminals . Literally its a replacement client for your RDP connections (mstsc.exe, tsadmin.exe). The biggest benefit this one brings is the ability to create a favorites list and...
Code Metrics - Complexity & The .NET Framework...
If you have never heard of "Cyclomatic Complexity" a good place to start is here . I decided to grab the Reflector Addin by Peli which will examine an assembly's methods and produce a list of code metrics for each given method, one of which...
More Posts