Querying Microsoft SQL Server
I am a technology enthusiast and software developer by profession. I am developing .Net/database based enterprise applications from past 3 years.
My skills includes C# ,ASP.NET,SQL Server 2008 and MVC . My areas of interests are database development and application software development using Microsoft Technologies.
My skills includes C# ,ASP.NET,SQL Server 2008 and MVC . My areas of interests are database development and application software development using Microsoft Technologies.
Archives: May 2017
Angular 2 FAQs
1. What is angular module?
NgModule helps to organize an application into organized blocks of functionality. @NgModule decorator takes metadata that tells angular how to compile and run the module code. A typical NgModule looks like.
Each application in angular 2 must have at least one NgModule that you need…
0 comments, 555 reads
Posted in Querying Microsoft SQL Server on 30 May 2017
Web API 2 Interview FAQs
Web API FAQs:
1. What are the return types of Action methods in Web API?
a. Void:
If the return type is void, Web API simply returns an empty HTTP response with status code 204 (No Content).
b. HttpResponseMessage
Web API converts the return value…
0 comments, 850 reads
Posted in Querying Microsoft SQL Server on 27 May 2017