Posts

C#

 1.What is C#? C# is a server  side programming language and it was developed by anderson Heisen berg in 2000. C# is used develop different kinds of applications mainly 3 types 1.Windows Applications  2.Web Applications and 3.Mobile Applications 1.Windows Applications are two types CUI(Character User Interface) and GUI(Graphical User Interface) 2.Web Applications are Combination of 3 types that are Frontend, Backend and Database Frontend is nothing but  Client side and Backend is nothing but Serverside Frontend is used to visibility purpose like HTML, CSS, Javascript. Serverside like Code .Net, Asp.Net, ADO.Net,Java,Python. Database side SQL Server, MSSQL, Oracle, MySQL. 2.What is CLI Specification? CLI stands for Common Language Infrastructure and CLI specifications have four types  1.CLS(Common Language Specification) 2.CTS(Common Type System) 3.BCL(Base Class Library) and 4.VES(Virtual Executive System) 1.CLS(Common Language Specification)  is used to Co...

SelfIntroduction

 1.Wishing 2.Name 3.FromPlace 4.CurrentStaying place 5.Education 6.Skills/Technology ShortTerm and LongTerm Goals

Angular

What is Angular? Why was it introduced? Features Advantages Disadvantages How does an Angular application work? What are the new updates with Angular10?  What are Single Page Applications (SPA)?Differentiate between Angular and AngularJS Explain the concept of dependency injection. Explain MVVM architecture. What are Templates in Angular? What are Annotations in Angular? What are Services in Angular?  What are components in Angular? What are modules in Angular?  What are Decorators in Angular?  What are class decorators?  What are Method decorators?  What are property decorators? What is the Component Decorator in Angular? What are Directives in Angular? What are custom elements? How do you define typings for custom elements? Explain how custom elements work internally? How to transfer components to custom elements? What are the mapping rules between Angular components and custom elements?  What is data binding in Angular? What is data binding? Wh...

SQL

 What is SQL? What is a database? What is DBMS? What is RDBMS? What is a schema? What is a clause? What is an SQL query? What is a subquery? What is a Stored Procedure? What is a Recursive Stored Procedure? What is a Trigger? What is a join? What is Data Integrity? What is Normalization? What is Denormalization? What is a primary key? What is a unique key? What is a foreign key? What is an index? What is a view? What is Cursor? How to use a Cursor? How to create empty tables with the same structure as another table? What is Pattern Matching in SQL?  What is the difference between DBMS and RDBMS? What are Entities and Relationships?  What are UNION, MINUS and INTERSECT commands? What is the difference between SQL and MySQL? What are SQL dialects? Give some examples. What are the main applications of SQL? What is an SQL statement? Give some examples. What types of SQL commands (or SQL subsets) do you know? Give some examples of common SQL commands of each type. What is DBMS...

WebAPI

  What is Web API  WebAPI features? Advantages? Disadvantages? Web API supports which protocol? What is XML and JSON? What are Web API filters? Who can consume Web API? How to handle errors in Web API? What is CORS in Web API? Why to choose Web API over WCF? What is different between REST API and RESTful API? What is REST and SOAP? What is different between them? How to register an exception filter globally? What is HttpConfiguration in Web API? Write difference between MVC and Web API? ASP.NET Web API: What is ASP.NET Web API? ASP.NET WebAPI features? Advantages? Disadvantages? What are Exception filters in ASP.NET Web API? Which .NET framework supports ASP.NET Web API?  HOW to secure ASP.NET Web API? What is ASP.NET Web API routing? What are the main return types supported in ASP. Net Web API? WCF is replaced by ASP.NET Web API. True/False? What is the difference between ApiController and Controller? What is the use of HttpResponseMessage? What are new features used in ...

ASP.Net

  What is ASP.NET? What are ASP.Net Advantages?  What are ASP.Net Disadvantages?   What platform does ASP.NET use? What is the ASP.NET Life Cycle, and list the types of Life Cycle?  List the languages used for ASP.NET? What type of Library is used in ASP.NET? What is IIS? And why do you use it? List types of Application Life Cycle.  What is an Active Server Page? What is Web Forms?  What is a Solution Explorer? List the components of ASP.NET. List types of states in ASP.NET?  List the sources of data allowed by ASP.NET.  List events of Calendar Control? What is a Trace? What type of protocol is used to call web service?  What is the role of Page Directives?  What is the difference between ASP and ASP.NET? How is ASP.NET different from ASP.NET Core? How can we add a Style sheet in Visual Studio? How can a page layout help in ASP.NET? What is the role of Postback in ASP.NET? List the types of Authentication in ASP.NET?  Explain t...

.Net Framework