What is SRS and its USE



SRS:
SRS establishes the basis for agreement between customers and contractors or suppliers on what the software product is expected to do, as well as what it is not expected to do.
USE:
An SRS minimizes the time and effort required by developers to achieve desired goals and also minimizes the development cost.
It sets the basis for software design, test, deployment, training etc.
It sets basis for software enhancement and maintenance.
It sets Basis for Project plans like Scheduling and Estimation.



Use case:
A use case is a list of steps, typically defining interactions between a role (known in UML as an "actor") and a system, to achieve a goal. The actor can be a human or an external system.
 

What is NuGet



NuGet is a Visual Studio extension.
NuGet helps us to install,update ,configure and remove third-party libraries and tools in Visual Studio.

Click here to download NuGet

What is the default timeout for a Cookie?


The default time duration for a Cookie is 30 minutes.

What is IIS? Why is it used?


Internet Information Services (IIS) is created by Microsoft to provide Internet-based services to ASP.NET Web applications. 

It makes our computer to work as a Web server and provides the functionality to develop and deploy Web applications on the server. 

IIS handles the request and response cycle on the Web server. It also offers the services of SMTP and FrontPage server extensions.

The SMTP is used to send emails and use FrontPage server extensions to get the dynamic features of IIS, such as form handler.