You are on page 1of 2

C#:

what is class with real exampale?


ans: class is a structure where we can define variable & method to utilized by
object.
example: mobile is a class and verious company name of mobile is object.

What is object with real exampale?


From a programming point of view, an object can be a data structure, a variable or
a function.
example: person is a class and different person like arif & jubayed is person class
object.

what is the defferent bettwen class and objecct?


class: Class is a blueprint or template from which objects are created. Class is a
logical entity.
Class doesn't allocated memory when it is created.
object: Object is an instance of a class. Object is a physical entity.
It has a memory location allocated. The object is designed as class
hierarchies.

static keyword in C#?


ans: Link: https://www.youtube.com/watch?v=iBO6fLfpG0Q

what is extention method code and real life example?


ans: Link: https://www.youtube.com/watch?v=TkRi63I9YVg

what is syncronize ?
what is asyncronize with real and code example of this asyncronize operation?
what is multiTasking?
what is the awit keyword in asyncronize operation?
what is theirding? why we use it?

what is oop?
what are the principale of opp with real example? ***
how we abastract a class? what is the benifite of it?
ans: Link: https://www.javatpoint.com/c-sharp-abstract
which version of C# now current?
which version of .NET now running?
Define the friquency of string?

what are the different bettewn loops with real and code example?
what is LINQ?
Basic LINQ command?
LINQ join query with group by first name?
LINQ query serch by first carecter of string?

what is moduler with example?


what is tinary operator?
what are the operators in C# with example?
what is the vlaue of character 'A'?
how to handle a error in C#?

MVC:

what is the current version of mvc ?


what is model, view, controller code and real life example?
what is entity framwork?
what is data anotization and how it write?
what are the 5 filters of mvc?
what are the defferent bettwen database first and code first approch?
how to retrive data from calling a mvc model?
what is the default port for send a mail by smtp?
what is smtp?

API(Application programming interface):


what is api?
what the works of api?
abribution of REST?
ans: Representional state transfer.
Link: https://www.youtube.com/watch?v=QXWhxhZQ5ww
what are the defferent bettwen RESTful and REST api?
what are the url to call api?

WCF(Windose communication Fundation):


what is wcf?
what the works of wcf?
defination of ervery that i pass in the the IDB module?

SQL(straghtured query language):


who to serch a words which start with 's'?
what is the use of like keyword in SQL query?
what is nurmalization?
what is 1nf, 2nf, 3nf with example?
how to defind many to many relational table with example?
what is the linking table with example?
what is the different bettewn logical and sentextial error?
what is self join with example?
who to define cumolative salary?
how to handle a error in SQL Server?

HTML(HiperText MarkUp Language):


what is HTML?
what is the new feature in HMlL5 with example?

JQuery:
what is ajax?
how ajax work?
how to post data using ajax?
what are use of stingify in jquery?
what is jquery?
what are the different bettewn javacript and jquery?
how can write a function which may run only the html document load complute?

You might also like