Sunday, 21 May 2017

Developing Windows Azure and Web Services Lab @ 1 Ans 4 ~ NIIT POST

In this exercise, you will create a website that exposes the Web API for Create. Retrieve. Update. Delete (CRUD) operations on the BlueYonder database.


To implement the required functionality, you need to perform the following tasks:
1. Browse to the location where you have saved the Exercise 03.zip file.
2. Extract the Exercise 03.zip file.
3. Double-click the Exercise 03 folder.
4. Double-click the BlueYonder.Model folder.
5. Double-click the BlueYonder.Model.sin file. The BlueYonder.Model - Microsoft Visual Studio window is displayed.
Read More »

Developing Windows Azure and Web Services Lab @ 1 Ans 3 ~ NIIT POST

In this exercise, you have to create Entity Framework wrappers for the Blue Yonder database.



To implement the required functionality, you need to perform the following steps:
1. Press the Windows logo key. The Start screen is displayed.
2. Start hyping Visual Studio 2012. The Search and Apps panes are displayed.
3. Click the Visual Studio 2012 tile in the Apps pane. The Choose Default Environment Settings dialog box is displayed.
4. Select Visual C# Development Settings in the Choose your default environment settings list box.
5. Click the Start Visual Studio button. The Microsoft Visual Studio splash screen is displayed for a while. Then, the Start Page - Microsoft Visual Studio window is displayed.
Note: If Help Content Manager dialog box is displayed, click the Yes button.
6. Select FILE—New—Project. The New Project dialog box is displayed.
7. Ensure that the Installed—Templates—Visual C# nodes are expanded in the navigation pane.
8. Select the Windows node.
Read More »

Developing Windows Azure and Web Services Lab @ 1 Ans 2 ~ NIIT POST

In this exercise, you have to use Windows Azure Management Portal and create a new Windows Azure SQL Server. You need to connect the new SQL server with SQL Server Management Studio and create a Blue Yonder database from the .bacpac file.



To create a new Windows Azure SQL Server, you need to perform the following steps:

1.Open Internet Explorer.
2.Type https://manage.windowsazure.com in the address bar. and press the Enter key.
3.Enter your email and password in the respective text boxes on the Sign In page.
4.Click the Sign In button. The Windows Azure page is displayed.
5.Click SQL DATABASES in the navigation pane available on the left side. The sql databases page is displayed.
6.Click SERVERS in the top-left corner of the sql databases page.
7.Click the Add displayed, as shown in the following figure.
button at the bottom of the page. The SQL database server settings dialog box
Read More »

Developing Windows Azure and Web Services Lab @ 1 Ans 1 ~ NIIT POST

Exploring the Windows Azure Management Portal



1. Open Internet Explorer.
2. Type https://manage.wmdowsazure.com in the address bar. and then press the Enter key. The page to sign in to the Windows Azure account is displayed.
3. Enter your email (live account), such as myliveaccount@Iive.com. in the user name text box.
4. Enter the password in the password text box.
5.      Click the Sign in button. The Windows Azure page is displayed

The Windows Azure page contains various options in the navigation pane. These options can be used to avail different types of services provided on the Windows Azure Management Portal.
Read More »

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

1.As a part of the software development team, you have been assigned the task of deploying the Web application for GiftGallery on an IIS server. You have decided to test the deployment on the IIS server on your local machine and make any required change before deploying it to the production server.


Prerequisite: To perform this activity, you must be logged on as the Administrator. In addition, to perform this activity, you need to use the GiftGallery.zip file.


Ans   
Read More »

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

1.You have developed the Web application for GiftGallery store. Currently the application is not secure as anybody can add, edit and delete gift items in the application. Now, you have been assigned a task to restrict the access to the Web pages, so that only authenticated users are able to add, edit, and delete gift items. However, any user can view the gift details page and all the other pages in the Web application without being authenticated. To implement the preceding requirement, you have decided to use Forms authentication. In addition, a user should also be allowed to log on to the Web application by using his/ her Google account credentials. Help your teammates to implement the preceding requirement.


 Prerequisite: Ask your faculty to provide you the required starter files for this exercise.


Ans.    
Read More »

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

1.You have developed the GiftGallery application and created the Web pages, such as Home, Contact Us, and Gifts. Your project manager has appreciated your creativity. However, he has observed that the response time of the Web application is high. He has asked you to enhance the performance of the Web application. For this, you have decided to use caching. You want to cache the content of the Home, Feedback, and Contact Us pages. Moreover, you have observed that a substantial amount of time is consumed while retrieving the gift details on the Gifts page. Therefore, you have decided to cache the gifts details by using data cache. Further, the Home, Contact Us, Feedback, and Gifts pages should display the date and time when the page was last updated.

Prerequisite: Ask your faculty to provide you the required starter files.

Read More »