The 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 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 ArticleAngularJS Syntax of $http.post in Different Versions
The http post action in AngularJS versions is designed with different syntaxes: We normally use or see lots of online source code as $http…post…success(function ())…error(function()), but it is the...
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 ArticleUsing the Bing Map REST Service with .NET (simple notes)
I had a chance to learn a little bit Microsoft Bing Map Development Knowledge when a friend visited. Let me record something which we talked about (actually I learnt) Microsoft released the new Bing...
View ArticleRecent GIS Links
1: ESRI; 2: ESRI’s products: ArcGIS series.; 3: ArcGIS for developers; 4: ArcGIS Development Licences; 5: Open Layers 6: Switch 2 OSM
View ArticleHow to override bootstrap styles
Let’s just give an example directly, about how to override bootstrap styles: The original code: <img src=”….” class=”img-rounded img-responsive” > Now we need to have custom style for the image,...
View Article