ASP.NET State Management
HTTP protocol is a stateless protocol. So ASP.NET need to manage the state. ASP.NET comes with built-in supports for state management both at the server and client side. Server Side State Management:...
View ArticleWCF, WCF Web API and ASP.NET Web API
Most of content in this post from Microsoft and related websites: Firstly, we start from the simplest thing: The relationship of WCF Web API and ASP.NET Web API is WCF Web API is now “merged” to...
View ArticleHost ASP.NET Web API In WPF Application
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...
View ArticleStill no solution for the conflict of Chinese input and Silverlight...
The conflict of Silverlight’s windowless mode and Chinese inputting has already there for over some years, but seems there is still no a solution to resolve it by today. This is a big headache for most...
View ArticleA Case: Deploy a web application which includes WCF, Silverlight and ASP.NET...
We have a web application which developed using ASP.NET 4.0 (Web Forms), Silverlight 4.0 and WCF 4.0. Brief information about our application: 1: We use WCF to provide all data to clients, some data...
View ArticleA Case: Deploy a web application which includes WCF, Silverlight and ASP.NET...
About our case’s deployment, I have posted the part 1 here. This article is the part 2. We have done the discuss for Web Server settings and WCF configuration. Here we start from the 3rd part:...
View ArticleInstall IIS 6 on Windows Server 2003
IIS 7.X web server versions are more and more popular, but there are still lots of real customers using old system, such as Windows Server 2003, they don’t want to upgrade the system now, especially...
View ArticleDeploy an ASP.NET Project on IIS 6
One of our ASP.NET project was built based on .NET 4 and focused on IIS 7.x web server, but doesn’t matter, IIS 6 support .NET 4.0 well, so we should be able to deploy the project on IIS 6 server too....
View ArticleA Case: Deploy a web application which includes WCF, Silverlight and ASP.NET...
I posted the previous 2 parts of our case deployment in 2012: 1: A Case: Deploy a web application which includes WCF, Silverlight and ASP.NET part 1; 2: A Case: Deploy a web application which includes...
View ArticleVisual Studio 2013 and .NET 4.5.1 Released
Microsoft just released the new development tool Visual Studio 2013 and .NET 4.5.1. The Main New Features or Improvement in for Visual Studio 2013 - One ASP.NET - ASP.NET Scaffolding - Browser Link -...
View ArticleDNX for .NET Framework, .NET Core and Mono
We posted simple DNX concept before, the DNX is .NET Execution Environment. By now I have acknowledged DNX was for cross-platform ASP.NET Web applications, also for cross-platform console applications....
View ArticleThe Open Source ASP.NET 5 Has New Name ASP.NET Core 1.0
Due to Scott Hanselman’s blog, Current ASP.NET was changed name to ASP.NET Core 1.0. The main reason is that ASP.NET 5 is NOT a newer version which is to replace traditional ASP.NET (current version is...
View ArticleExperienced Software Developer Still Faces to Code or Basic Acknowledge Test...
As a IT guy, a Software Developer, a Microsoft technologies developer (from C++ to .NET ) with over 24 years development history, I still have to face to some awkward (embarrassed ? ) situations such...
View ArticleDO NOT Save Password in Web.Config or App.Config Directly
We saved passwords in project config file normally when we developed the project, However, it should be different when you deploy your project since most of time you should avoid your customer to touch...
View ArticleAzure Free Tier Web App Uses Free Database Solution
If use database in our Web application and publish to Azure platform free tier plan, the database has very limited size so we’d better use other way. The following is our summary result after we...
View ArticleASP.NET Related Names and Versions: MVC, EF, Core…
Every 1 or 2 months if I did not touch the projects which were about ASP.NET related technologies, I might forget the names and versions. Let me record something here: ASP.NET 5 is ASP.NET Core 1.0...
View ArticleA Simple ASP.NET MVC Amazon Filler Items Searching Website
Update: I have released the version 2. After you read the content below, please also read the new version information. Thanks! As a practice, and replying for a friend’s request. I just wrote a simple...
View ArticleThe Amazon Filler Items Searching Website is Upgraded
I released a simple ASP.NET MVC website using Amazon service 2 days ago. I might call it MyFiller project version 1. In the 1st version, I actually have not finished all features which I wanted. So in...
View ArticleSmart Amazon Fillers Website Supports Both of Canada and USA Now
Since I met another weekend and got spare time, I did not wait long and finished urgent features on Smart Amazon Fillers website: Supporting multiple countries, and fixing pagination issue. You might...
View Article