Sunday, 21 May 2017

Asp.net & MVC Lab@home 6 ~ NIIT POST

1.  
Read More »

Asp.net & MVC Lab@home 5 ~ NIIT POST

1. As per the requirements of the GiftGallery store, Joe has instructed his team members to create the Offers Web page and show the available discount offers on it. You need to help the team in creating the Offers Web page, as shown in the following figure.
Read More »

Asp.net & MVC Lab@home 4 ~ NIIT POST

1.Explore the following features of ASP.NET MVC:
 Routing
 Scaffolding
 Configuration-over-Configuration

Ans CLICK HERE


2.

Read More »

Asp.net & MVC Lab@home 3 ~ NIIT POST

1.Write a detailed note on the MVC technology, its various components, and ASP.NET implementation.


Ans                                                                  MVC
The MVC model is an alternetive to the ASP.NET Web form model for devoping web  application it is a light-wight model and suport existing ASP.NET feature. It separateds the following three main companents. It separates the following three main componets from an application:

Model: Refer to a set of classes that describes the data that the application works with. In addition, these classes define the bussines logic that governs how the login form that contains text boxes boxes an buttons.

View: Refers to the components that define an application user interface. for example, the login from that contain text boxes and buttons.

Read More »

Asp.net & MVC Lab@home 2 ~ NIIT POST

1. Explain the benefits of ASP.NET MVC.


Ans  The ASP.NET MVC is an open source web application framework that implements the model–view–controller (MVC) pattern.
Based on ASP.NET, ASP.NET MVC allows software developers to build a web application as a composition of three roles: Model, View and Controller. The MVC model defines web applications with 3 logic layers:

Model (business layer)
View (display layer)
Controller (input control)
A model represents the state of a particular aspect of the application.
Read More »

Asp.net & MVC Lab@home 1 ~ NIIT POST





ANS.
Read More »

NIIT EBDD Lab@Home 15 ~ NIIT POST

1. SynTech is a software development organization. The organization has 200 employees who use desktop computers to perform their daily tasks. The employees also use various small LOB applications. Recently, the organization has got a new software development project. Therefore, the management has decided to install a new, customized application on the computers of all the employees. Therefore, Jake, the IT Manager, has been assigned the task to deploy the application on all the computers. However, the organization does not have any specialized tool, such as SCCM, to centrally deploy the application on all the computers. Therefore, Jake needs to find a solution for deploying the application efficiently and centrally without investing any extra cost on infrastructure and within a limited time period. In addition, he may need to uninstall the same application after the project gets over from all the workstations of the Software Development department. Help Jake perform the desired tasks.

To deploy and roll back applications using GPO, you need to perform the following tasks:
1. Create a distribution point on the publishing server.
2. Create GPO for deployment.
3. Assign an MSI package.
4. Deploy the MSI package on the client.
5. Verify the deployment of the application on the client.
6. Remove an MSI package.
7. Verify the rolling back of the application.
Read More »