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")
      {
      }       
}


Saturday, 24 August 2019

#10 C Patters In Tamil | C Exercise In Tamil | Patterns in tamil

#9 C Patterns In Tamil | C Exercise in Tamil | Patterns in tamil

#8 C Patters In Tamil | Patters in Tamil |C Exercise in tamil

#7 Patterns In Tamil |C Patterns in Tamil | C Exercise

#4 Circle Area Program Using C in Tamil | C Exercise

#4 Circle Area Program Using C in Tamil | C Exercise

#5 Part Of Hardware In Motherboard In Tamil | What Is IT?

#6 Divisions Of Software In Tamil | What Is IT

#6 Positive Or Negative Using C in Tamil | C Exercise in Tamil

#5 Odd Or Even Using C in Tamil | C Exercise in tamil

Mushroom Pepper Fry in Tamil | Mushroom Pepper Masala in Tamil | Mushroo...

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.

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.,


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?

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?

Featured post

Development Of JAVA Program