MC0081- .(DOT)NET TECHNOLOGIES

Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :
“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601

Assignment

DRIVE
SPRING 2016
PROGRAM
MCA
SEMESTER
V
SUBJECT CODE & NAME
MC0081- .(DOT)NET TECHNOLOGIES
BK ID
B0974
CREDIT & MARKS
4 CREDITS & 60 MARKS

1 List and explain the features of .Net platform. What are the benefits of Assemblies in the .NET Framework?
Answer: .NET is the framework for which we develop applications.  It sits in between our application programs and operating system. Applications developed for .NET run inside .NET and are controlled by .NET. It supports both Windows and web applications.

Features of .Net platform:

Assemblies

2 Write short notes on:
a) Web service clients
Answer: This module provides an interface to consume external web services. It focuses on integrating web service operations as Rules actions, but can also be used as data provider for other modules.

WS Client comes with a user interface that allows site administrators to create REST and SOAP service descriptions with their respective operations



b) Web service proxies.
Answer: A client and a Web service can communicate using SOAP messages, which encapsulate the input and output parameters as XML. A proxy class maps parameters to XML elements and then sends the SOAP messages over a network. In this way, the proxy class frees you from having to communicate with the Web service at the SOAP level and allows you to invoke Web service methods in any development environment that supports SOAP and


3 Describe about IIS Request Processing Models and IIS services.
Answer: Worker process isolation mode is the new IIS request processing model. In this application isolation mode, you can group Web applications into application pools, through which you can apply configuration settings to the worker processes that service those applications. An application pool corresponds to one request routing queue within



4 Discuss the following:
a) Forms Authentication
Answer: Forms authentication lets you authenticate users by using your own code and then maintain an authentication token in a cookie or in the page URL. Forms authentication participates in the ASP.NET page life cycle through the Forms Authentication Module class. You can access forms authentication information and capabilities through the Forms Authentication class.
To use forms authentication, you create a login page that collects credentials from the user and that includes code to authenticate the credentials. Typically you configure the application to redirect requests to the login page



b) Windows Authentication
Answer: Authentication is the process of determining the identity of a user based on the user’s credentials. The user’s credentials are usually in the form of user ID and password, which is checked against any credentials' store such as database. If the credentials provided by the user are valid, then the user is considered an



5 Describe the steps involved in creating classes and objects with the help of a program in C#.
Answer: A class is a construct that enables you to create your own custom types by grouping together variables of other types, methods and events. A class is like a blueprint. It defines the data and behavior of a type. If the class is not declared as static, client code can use it by creating objects or instances which are assigned to a variable. The


6 Design a simple Window based form application to perform basic arithmetic operations
Answer: Arithmetic operators are used to perform many of the familiar arithmetic operations that involve the calculation of numeric values represented by literals, variables, other expressions, function and property calls, and constants. Also classified

Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :
“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601


No comments:

Post a Comment

Note: only a member of this blog may post a comment.