Contents tagged with .NET Framework
-
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 … more
-
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 … more
-
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 … more
-
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 … more
-
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 … more
-
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 … more
-
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, … more
-
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.& … more
-
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 … more
-
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 … more