Monday, 9 December 2019
Thursday, 21 November 2019
Tuesday, 19 November 2019
Friday, 11 October 2019
Thursday, 10 October 2019
Wednesday, 9 October 2019
Tuesday, 8 October 2019
Monday, 7 October 2019
Tuesday, 1 October 2019
Wednesday, 18 September 2019
Tuesday, 17 September 2019
Monday, 16 September 2019
#19 C Exercise - Program to print welcome without using semicolon
#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("welcome")
{
}
}
Thursday, 5 September 2019
Tuesday, 3 September 2019
Monday, 2 September 2019
google-site-verification: googlee59d22409c40ca92.html
google-site-verification: googlee59d22409c40ca92.html
Saturday, 31 August 2019
Saturday, 24 August 2019
Tuesday, 13 August 2019
Monday, 12 August 2019
Sunday, 11 August 2019
Saturday, 10 August 2019
Friday, 21 June 2019
WEB API Introduction
ASP.NET WEB API
-------------------------
* ASP.NET Web API is a framework for building HTTP services that can be accessed from any client including browsers and mobile devices.
* It is an ideal platform for building RESTful applications on the .NET Framework.
* It works more or less the same way as ASP.NET MVC web application except that it sends data as a response instead of html view.
-------------------------
* ASP.NET Web API is a framework for building HTTP services that can be accessed from any client including browsers and mobile devices.
* It is an ideal platform for building RESTful applications on the .NET Framework.
* It works more or less the same way as ASP.NET MVC web application except that it sends data as a response instead of html view.
API Introduction
API (Application Programming Interface)
-----
* API is some kind of interface which has a set of functions that allow programmers to access specific features or data of an
application, operating system or other services.
Example : UBER,OLA,ZOMATO,PAYPAL,etc.,
-----
* API is some kind of interface which has a set of functions that allow programmers to access specific features or data of an
application, operating system or other services.
Example : UBER,OLA,ZOMATO,PAYPAL,etc.,
Sunday, 7 April 2019
Asp.net MVC Interview Questions? - Part -2
Difference between Generic and collection?
What is linq?
diff b/w default anf firstdefault?
diff b/w Response.Redirect and Server.Transfer?
What Is Private Contructor?
whats is Static Contructor?
diff b/w static and Instance variable
diff b/w static and Instance methods or functions
describe about deligates?
how to combine 2 database which are not interconnected?
asp.net lifecycle?
Describe actionfilters?
diff types of actionfilters?
how to host an application in IIS?
What is linq?
diff b/w default anf firstdefault?
diff b/w Response.Redirect and Server.Transfer?
What Is Private Contructor?
whats is Static Contructor?
diff b/w static and Instance variable
diff b/w static and Instance methods or functions
describe about deligates?
how to combine 2 database which are not interconnected?
asp.net lifecycle?
Describe actionfilters?
diff types of actionfilters?
how to host an application in IIS?
Asp.net MVC Interview Questions? - Part -1
What Is MVC?
MVC Lifecycle?
Difference between Postback and Cyclic?
what is the use of virtual keyword?
why http is called stateless protocol?
How to set session timeout?
What is Inproc and Outproc?
how to measure page performance?
What is viewstate?
how to handle exception in MVC?
difference between document.ready() and window.onload?
diff between TextBox and TextBoxFor?
what is StronglyTyped ?
how many servers are there in 3-tier architechture?
MVC Lifecycle?
Difference between Postback and Cyclic?
what is the use of virtual keyword?
why http is called stateless protocol?
How to set session timeout?
What is Inproc and Outproc?
how to measure page performance?
What is viewstate?
how to handle exception in MVC?
difference between document.ready() and window.onload?
diff between TextBox and TextBoxFor?
what is StronglyTyped ?
how many servers are there in 3-tier architechture?
Subscribe to:
Comments (Atom)
Featured post
-
class Sample { public static void main(String s[]) { System.out.println("welcome"); } }
-
Compiler : Is a translator which is used to convert source code into intermediate language, Interpreter : It is used to transalate the r...
-
http://www.amazon.in/Let-Us-Java-Yashavant-Kanetkar/dp/8183334679?_encoding=UTF8&creativeASIN=8183334679&linkCode=w00&linkId=a1...