We have had several posts about WCF vs Web API: 1: WCF, WCF Web API and ASP.NET Web API; 2: Abstractions map: WCF Web API vs ASP.NET Web API; 3: WCF or Web API; 4: Host ASP.NET Web API In WPF Application Today we read another great article “WCF or ASP.NET Web APIs? My two [Read More ...]
We posted 3 guides about Deploy a web application which includes WCF, SilverLight and ASP.NET , for simplified all steps, here provides a “quick guide”: 1: Make sure you have installed IIS successfully, at least you can visit http://localhost and see a default web page; 2: Open IIS Management (7 and above), right mouse click [Read More ...]
1: Creating WCF AJAX Services without ASP.NET 2: WCF REST Service with JSON 3: Calling WCF service exposed with different bindings in JQuery 4: RESTful WCF Services with No svc file and No config 5: How to: Create a Service Endpoint in Code 6: How to: Create a Service Endpoint in Configuration 7: How to: [Read More ...]
About WCF and Web API, we should have a longer blog, but this time we just put several links, they are also great article about WCF vs Web API, you should get to know whether choose WCF or Web API after you reading them. 1: WCF and ASP.NET Web API 2: WCF or ASP.NET Web [Read More ...]
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 WCF, Silverlight and ASP.NET part 2; Today I post the 3rd part: Deploy the case on a server which [Read More ...]
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. Our system is Windows Server 2003 and IIS 6. 1: Load IIS Manager (Internet [Read More ...]
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 those old servers are working for their existing system. So if you have ASP.NET projects which need an IIS web [Read More ...]
there are some concepts map between old WCF Web API and new ASP.NET Web API. (From WCF Official page) The WCF Web API abstractions map to ASP.NET Web API roughly as follows WCF Web API ASP.NET Web API Service Web API controller Operation Action Service contract Not applicable Endpoint Not applicable URI templates ASP.NET Routing [Read More ...]
About 36 hours ago, I just complained how painful as a Microsoft tech developer. Why I complained just because I have to maintain my Microsoft development skills on 4 different tech (they are really different): Windows Forms, WPF, ASP.NET Web Forms, ASP.NET MVC. I mean: I have to follow the new tech everyday, even every [Read More ...]
When the years of Java Learn from C++, I did not have a good chance and a good reason to turn to Java, I think it was my BIG BIG Bad luck in my life. so, through so many years, I am keeping on the Microsoft technologies. When I first time study computer development, I [Read More ...]