Archive for the ‘.NET’ Category

Microsoft: Today’s WP Apps Will Run On Future Windows Phone And Silverlight Continue To Exist

(The following content copied from CodeEase.com) Microsoft’s Larry Lieberman recently in his blog wrote: “Today’s Windows Phone applications and games will run on the next major version of Windows Phone. “ I think Microsoft should promise like this, otherwise they will lost lots of programmers. Current there are some situations let .NET programmers and Windows [...]

Leave a Comment

The Best Smart Phone in 2012 ?

We don’t know what the best way to compete all kinds of smart phones is, but maybe the one reasonable way to get the result is let people vote. Laptop Magazine, “As one of the most respected and trusted brands in mobile technology, LAPTOP Magazine & Laptopmag.com provides executive decision makers, IT professionals, and tech [...]

Leave a Comment

Host ASP.NET Web API In WPF Application

(The following content from CodeEase.com) Now WCF Web API changed to ASP.NET Web API. ASP.NET Web API has the feature of self-host. In Microsoft official site, they also provides two simples ASP.NET Web API self-host samples. However, they are so simple and actually they looks like the “same” one because these 2 simples are Console [...]

Leave a Comment

Install Windows Phone 7 Developer Tools for Visual Studio 2010

Recently Microsoft’s Windows Phone 7 Development is a hot pot. Microsoft has released Windows Phone Developer Tools , Normally you see the install package includes Visual Studio 2010 Express, and they provides most of information is based on Visual Studio 2010 Express. So that means the Windows Phone 7 Developer Tools are only available for [...]

Leave a Comment

Retrieving the COM class factory for component with CLSID

We have a C# application which built in Windows XP using Visual Studio 2010, when we install this application to a 64-bit Windows 7 PC, we got the following error message in a popup windows: Retreving the COM class factory for component with CLSID{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC} failed due to the following error:80040154 Class not registered (Exception from [...]

Leave a Comment

About Memory Management in .NET

Today I give a topic which maybe most of us are interested in it,  no matter you are a C++ or C# programmer, or even you are not a programmer, it is from the following questions which most of us always asked: 1: Why theres is no more Pointer in C#?2: How to release memory [...]

Leave a Comment

Visual Studio 2010 SP1 released

Visual Studio 2010 SP1 (not beta version) was released in March 03, 2011, but this date is from Microsoft Official site, other websites gave the release date is March 10, 2011. about installation and more information, please read CodeEase.com

Leave a Comment

“Unexpected Error 0x8ffe2740 Occurred” Error When Start IIS

When you start IIS 5.1 on Windows XP Pro,  you may receive the following error message: “Unexpected Error 0x8ffe2740 Occurred” The reason : The most possible reason is if a port conflict exists on the system. By default, IIS uses port 80 for HTTP communication. If an application other than IIS or other Web Server [...]

Leave a Comment