DNX 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 ArticleAn ASP.NET MVC Website Using AngularJS and Running on Azure Cloud Platform
I created Amazon Filler Items Searching website in last month. I used multiple technologies such as ASP.NET MVC 5, C#, .NET Framework 4.6, Async Task, Ajax, jQuery, Bootstrap etc. All these...
View Article