Browse by Tags

All Tags » C# (RSS)
This past week was the St. Louis DotNetNuke Hackathon .  This was a competition for DNN developers to create a mobile application which interacts with DNN .  We had one week to create something worth showing off.  So, I, along with another...
On Twitter yesterday, Brad Abrams mentioned String.IsNullOrWhiteSpace , to awesome new helper to replace compliment String.IsNullOrEmpty . I'm really excited to get to use this, since it seems like it makes more sense in the majority of cases than IsNullOrEmpty...
Posted by bdukes | 3 comment(s)
.csharpcode.embedding-javascript { font-size: small; font-family: consolas, "Courier New", courier, monospace; /*white-space: pre;*/ } pre.csharpcode.embedding-javascript { color: #000; background-color: #fff; } .csharpcode.embedding-javascript pre {...
We at Engage spent the end of last week in Tulsa, presenting and participating in the 3rd annual Tulsa TechFest . My colleague Ian has written up a great review, with links to all of our presentations on his blog . I presented on Building a DotNetNuke...
It shouldn't be hard to get started writing a module for DotNetNuke , but it doesn't seem like there's a whole lot of help especially when you are wanting to use C#. At Engage , we have created a Visual Studio project template which will get you started...
More Posts