Archive for the ‘.NET’ Category

Another Dot Net Tech Site

Found another Dot Net Tech site:
DotNetFunda.com

Leave a Comment

WPF BackgroundWorker and Multiple thread

I need a wait screen before a long time process in one of my WPF project. Later I searched out some articles for help:
1: .NET - WPF ProcessingControl en BackgroundWorker
2: WPF Multithreading: Using the BackgroundWorker and Reporting the Progress to the UI.
3: How to use BackgroundWorker to run two threads in background which change UI
4: [...]

Leave a Comment

How to display East Asian character in Visual Studio 2008 / 2005

Sometimes I downloaded some C# code from internet but there are East Asian characters involved such as Japanese or Chinese comments. When I tried to open the code, Normally the  Visual Studio 2008 / 2005 IDE did not show correct characters.
I searched out several solutions for this but only the following solution worked for me:
In [...]

Leave a Comment

Using JavaScript Along with ASP.NET 2.0

An article from Microsoft : Using JavaScript Along with ASP.NET 2.0
Related Chinese article is Here.

Comments (1)

Another aritcle: Converting ASP to ASP.NET

Before I put A video of Classic ASP to ASP.NET from Microsoft.  Today I found another aritcle from Microsoft site:
Converting ASP to ASP.NET
I gives some helpful information.
But again: The best solution is that you have to re-write a new project using ASP.NET.

Leave a Comment

How to add multiple projects in a single solution in Visual Studio 2008 ?

When you create new web project or website using Visual studio 2008, you might be not able to add multiple project in a solution, the reason is you are not able to see the solution icon in solutions window.
Please do as the following steps:
In VS 2008, clicking Tools –> Options –> “Projects and Solutions” [...]

Leave a Comment

Convert HTML to XHTML

Got several articles about Convert HTML to XHTML:
1: Converting a HTML file to an XHTML file
2: Convert HTML to XHTML and Clean Unnecessary Tags and Attributes
3: HTML to XHTML Conversion with SGMLReader
4: SgmlReader
5: HTML Tidy Library project

Leave a Comment

Microsoft Mobile Device Browse File and dotMobi DeviceAtlas

I got a open source project which I think it is supporting by Microsoft and / or dotMobi. the project name is Mobile Device Browse File or Mobile Browser Definition File. Actually I knew dotMobi Inc. has a similar project named dotMobi™ DeviceAtlas™, I don’t know what the differences between these 2 projects, or they [...]

Comments (2)