Hugoware.net

Current Projects

jLinq

It's like LINQ for your JSON data!

CustomWebmail.com

Create a custom Outlook Web Access login page online!

nKrypt

Desktop utility to encrypt server web.configs!

Check out what I'm currently working on!
Show All
June 5, 2010

CSMongo – An Introduction

Last night I did a short screencast explaining the basics of using Documents in CSMongo. The screencast goes over adding, changing and removing values along with getting access to the values you assign.

Friday, March 05, 2010 at 6:29 AM

June 3, 2010

Woes With External Assemblies

In all my years developing with .NET I haven’t ever had a situation that I needed to load an external library into my code at runtime. Normally, I simply add the reference to my project and I’m on my way. As it turns out it can be slightly tricky if you’re new to it. I’m working ...

Wednesday, March 03, 2010 at 9:29 PM

June 28, 2010

CSMongo On GitHub

I’ve been hammering away at the keyboard for a few weeks now and my beta version of CSMongo is now live on GitHub! I’ve written a lot of documentation in for the project in the Wiki section on the site, so if you’re interested you can start reading the details of how the code works. In ...

Sunday, February 28, 2010 at 9:35 PM

June 23, 2010

Enumeration Extensions 2.0

A while back I had posted some code about making it easier to work with enumerated types — Especially with the Flags attribute. An experienced programmer won’t have a hard time understanding all the voodoo magic behind the the bitwise operators but for the rest of us then something a little easier to read is ...

Tuesday, February 23, 2010 at 7:26 PM

June 21, 2010

CSMongo Driver – Part 1

My new project CSMongo, a Mongo driver for .NET, is now online! Check it out! Lately, I’ve been spending a lot of my time writing a driver for Mongo in C#. The primary goal was to make it comfortable to work with dynamic objects in a static language — which is a project I’ve worked on ...

Sunday, February 21, 2010 at 7:31 PM

June 14, 2010

jLinq in MongoDB (Oh snap!!)

My new project CSMongo, a Mongo driver for .NET, is now online! Check it out! Yeah, you read that right – jLinq in MongoDB! Lately I’ve been working on a Mongo database driver and I got to thinking — Since I can use Javascript with MongoDB then I wonder if I could use jLinq to write queries? ...

Sunday, February 14, 2010 at 8:45 PM

June 9, 2010

Using MongoDB With Visual Studio

My new project CSMongo, a Mongo driver for .NET, is now online! Check it out! I recently found out about MongoDB and decided to check it out and so far I’ve been really impressed. The most interesting thing about MongoDB that it doesn’t work like a normal database — there aren’t really any schemas for any ...

Tuesday, February 09, 2010 at 8:04 AM

June 4, 2010

Testing ASP.NET Sites for iPhone

Writing a iPhone version of a website it can be a slight pain. After writing some code you have to upload it to a public location so you can browse to it with your phone. Even though you can browse the site you are still somewhat limited in your debugging options once your site is ...

Thursday, February 04, 2010 at 7:58 PM

June 31, 2010

WebControls In MVC… again…

I’m a big fan of MVC so far but there are certainly parts that I don’t like. For example, who is responsible for logical changes to a HTML markup in a view? The Controller? The Model? Personally, I don’t think either of them should which leaves the View to pick up the slack. But the problem ...

Sunday, January 31, 2010 at 7:54 PM

June 27, 2010

Yet Another jsshell Update

I’m pretty psyched about jsshell right now. The user count is growing, I’ve had a lot of good reviews — I’ve even noticed that my blog is being hit with search for it. I’ve also been getting feedback of ideas and suggestions which I’ve implemented and uploaded to the extension website (so you can go download ...

Wednesday, January 27, 2010 at 8:03 PM