robertschultz

Stories submitted by robertschultz

ASP.NET Custom Collection Configuration Sections(robertschultz.org)

submitted by robertschultzrobertschultz(205) 11 months, 24 days ago

Explanation of how to use multiple collections when defining a custom configuration section within your application. read more...

add a comment |category: |Views: 2

tags: another

Get Your Agile on with AgileZen(robertschultz.org)

submitted by robertschultzrobertschultz(205) 1 year, 2 months ago

AgileZen is a lean and simple tool used to help you organize and visualize your tasks in an agile way. I go over some of the features of AgileZen and explain some of the advantages of using it. read more...

add a comment |category: |Views: 6

tags: another

HTML5 and Client Storage(robertschultz.org)

submitted by robertschultzrobertschultz(205) 1 year, 10 months ago

So I’ve been using some of the new HTML5 features recently. Another really great feature that I have been working with is client-side storage. Here are some of it's uses. read more...

add a comment |category: |Views: 23

tags: another

HTML5 and Offline Caching(robertschultz.org)

submitted by robertschultzrobertschultz(205) 1 year, 11 months ago

For a project I’ve been working on (when I have time), I have been trying to incorporate new features from the HTML5 spec as much as possible. One of those today I want to quickly show that I’ve implemented is offline caching. read more...

add a comment |category: |Views: 21

tags: another

SmartGit, the Rainbow Unicorn of Windows Git Clients(robertschultz.org)

submitted by robertschultzrobertschultz(205) 2 years ago

I have been using Github for a while now, but one of my biggest complaints of using Git was the lack of a sweet client to use in Windows. Here's my review of SmartGit. read more...

add a comment |category: |Views: 65

tags: another

Fluent NHibernate OR/M(www.robertschultz.org)

submitted by robertschultzrobertschultz(205) 2 years, 2 months ago

I am currently working on a web application for a local contest, and am blogging my experiences being a new person to OR/M, DI and Testing frameworks. This is part one of my experience using Fluent NHibernate. read more...

add a comment |category: |Views: 28

tags: another

Reporting Engines for Simplicity and .NET(robertschultz.org)

submitted by robertschultzrobertschultz(205) 2 years, 5 months ago

Attempting to determine the best reporting engines for .NET, this is the first part of my series going over the benefits of Microsoft SQL Reporting Services with ASP.NET MVC. read more...

add a comment |category: |Views: 18

tags: another

Setting Windows Mobile Device Backlight with .NET Compact Framework(robertschultz.org)

submitted by robertschultzrobertschultz(205) 2 years, 7 months ago

How to disable or change the backlight behavior with Windows Mobile and the .NET Compact Framework. read more...

add a comment |category: |Views: 32

tags: another

Virtual PC Problems with Pocket PC 5.0 Emulator and Windows 7(robertschultz.org)

submitted by robertschultzrobertschultz(205) 2 years, 8 months ago

Have you ever ran into an issue with Windows 7 trying to debug a compact framework application in an emulator? Well it seems Microsoft won't allow you to install both Virtual PC 2007 and the new one that ships with Windows 7. Here is a workaround to solve that problem. read more...

add a comment |category: |Views: 1

tags: another

Interacting with Hardware Using Internet Explorer(robertschultz.org)

submitted by robertschultzrobertschultz(205) 2 years, 8 months ago

Today most of us think of applications solely interacting with the browser in a very sand-boxed, high-level way. Because normally today our browsers hardly ever interact with our local file-system or hardware in any way since it presents a high security risk for your users. But what if you need to? What are your options and with the .NET framework? read more...

add a comment |category: |Views: 3

tags: another

Facebook + ASP.NET MVC(robertschultz.org)

submitted by robertschultzrobertschultz(205) 2 years, 9 months ago

What options are out there for developers wanting to create Facebook applications using ASP.NET MVC framework. This article tries to break down the options. read more...

add a comment |category: |Views: 538

tags: another

Telerik Embraces Open Source with New Extentions for ASP.NET MVC(robertschultz.org)

submitted by robertschultzrobertschultz(205) 2 years, 9 months ago

Finally, someone is coming out with nice ASP.NET MVC controls! read more...

add a comment |category: |Views: 18

tags: another

Multiple Roles with Authorize Attribute using Enums in ASP.NET MVC(robertschultz.org)

submitted by robertschultzrobertschultz(205) 2 years, 9 months ago

This details a custom AuthorizationAttribute in ASP.NET MVC I wrote, that will allow you to specify multiple security roles using a typed enum rather than comma delimited strings which can cause compile time exceptions. read more...

add a comment |category: |Views: 436

tags: another