Subscribe to ITTreats.com - Microsoft Tech

I was asked to install .net framework 3.5 even though I already have it on my machine

Today, when I try to install a Click Once application, I was asked to install .net framework 3.5 even though I already have it on my machine. It turns out that the web application relies on the User-Agent header to determine if I have .net framework 3.5. However, IE9 no longer sends feature token as [...]

Call for Abstracts for Spring 2012 DevConnections Conference

Calling all Speakers!   My name is Paul Sheriff and I am one of the conference chairs for DevConnections in the Spring of 2012 which will be held at the MGM Grand in Las Vegas. I am looking for some great speakers in 3 different areas of expertise.   1. Fundamentals Track I need speakers [...]

WURFL.NET and ASP.NET MVC 4 Display Modes

    Introduction:           The usage of mobile phones to access the web is increasing day by day. So, this is now become very important for every public web application to add the support of mobile browsers. ASP.NET MVC 4 makes it very easy for you to make the mobile phone user’s browsing experience as smooth as possible. For example, with Display Modes [...]

Retrieving Data: From Synchronous to Asynchronous

As technology keeps moving on, we as developers are continually challenged to learn new ways of doing our jobs. Many years ago (starting as far back as Visual Basic 4.0) the movement was toward OOP and creating N-Tier applications. This meant wrapping up the data returned from DAO, RDO or ADO into classes and collections [...]

5 minutes guide to exposing .NET components to COM clients

I occasionally write COM objects in .NET. I have to remind myself the right things to do every time. Finally, I just decide to write it up so I don’t have to do the same research again. If you try to register a .NET component as COM using regasm tool, by default, the tool will [...]

Call for Abstracts for Spring 2012 Microsoft ASP.NET Connections

Dear Colleague, We would like to extend you an invitation to submit abstracts for consideration to speak at the Spring 2012 Microsoft ASP.NET Connections conference (part of DevConnections) in Las Veagas, March 26-29, 2012. The deadline for submissions is Monday, October 31, 2011. For submitting sessions, please use this URL: http://www.deeptraining.com/devconnections/abstracts Please keep the abstracts [...]

Learning F#

Just a quick note to say that I have been posting over at http://rachelreese.us lately. Don’t miss my latest! Solving the Project Euler problems with F#.

MVC Application with PHP View

For somone who has expertise in PHP and not Razor/ASPX views Phalanger might be a great middle ground. This is an integration of PHP and .NET. Always great to see another language join the .NET club

EFMVC 1.0 Preview Released

A while ago, I have released EFMVC, a demo web app built using ASP.NET MVC 3, EF Code First and Unity. The EFMVC app has demonstrated many architectural patterns and practices such as Generic Repository, Repository pattern, Unit of Work pattern, Dependency Injection pattern and Application Service later.  Today I would like to announce the [...]