MCSD .NET 70-315 Short Notes: Exam Passing Tips

Creating User Services

  • The SessionID property of the HttpSessionState class identifies an active ASP.NET session by using a unique session ID.
  • The @ Import directive is used to explicitly import a namespace into an ASP.NET application.
  • The @ Implements directive is used to implement a specified .Net Framework interface in a Web page.
  • The CodeBehind attribute of the @ Page directive specifies the name of the compiled file that contains the class associated with the page.
  • The ErrorPage attribute of the @ Page directive is used to set the URL if an unhandled exception occurs. Sam can set this target to the home page.
  • The Language attribute of the @ Page directive specifies the language used while compiling the inline rendering and code declaration blocks.
  • The Inherits attribute of the @ Page directive specifies a code-behind class for the page to inherit. It can be any class that is derived from the Page class.
  • Public variables and objects can be accessed from all other procedures and functions in all the modules in the same project.
  • The public class Manager : HeadOfDept declaration will create a class named Manager, which implements the HeadOfDept interface.
  • Continue reading “MCSD .NET 70-315 Short Notes: Exam Passing Tips”

Brij Mohan, an .NET Expert, reviews 70-528 course

Brij is an Expert in .Net Application and a graduate in computer science. At present, he is working as a project lead for Genisys Software


Brij is working on Framework 2.0/ 3.5 ASP.NET, WebServices, WCF, C#VB.NET, MVC Framework, ASP.NET Ajax, LINQ, SQL Server Reporting Services, SQL Server Integration Services, Crystal Reports .NET, Database Replication and Backup, etc.

Brij is a technology freak. He is always keen to learn more and more about new technologies. He also loves writing about various prominent IT certifications. His articles can be read on http://www.dotnetglobe.com/

After reviewing the Ucertify PrepKit, Brij said “This is one of the best Preparation Kit for exam 70-528 I found in the market, equipped with all the tools which a candidate needs. I strongly recommend uCertify, for those who is aspirant for Microsoft .NET certifications” Read his full review on uCertify Practice test here
 

Continue reading “Brij Mohan, an .NET Expert, reviews 70-528 course”

MCSD .NETMCAD .NETMCDBA 70-306 Short Notes &Tips

Creating User Services

  • The identity object that implements the IIdentity interface, is used during the authentication process, when a user’s identity is verified. It contains information about a user who is being validated, such as username and password.
  • The principal object that implements the IPrincipal interface, is used during the authentication process when the application determines the data that can be accessed by a user and the code to be executed. It contains information about a user’s identity, such as username and password, as well as information about a user’s role, such as manager or associate.
  • Setting the MinimizeBox property of a Windows form to false prevents the minimize button from being displayed in the caption bar of the form.
  • Continue reading “MCSD .NETMCAD .NETMCDBA 70-306 Short Notes &Tips”

MCSD .NETMCAD .NETMCDBA 70-310 Short Notes & Tips

Creating and Managing Microsoft Windows(r) Services, Serviced Components, .NET Remoting Objects, and XML Web Services

    • The SessionID property of the HttpSessionState class identifies an active ASP.NET session by using a unique session ID.
    • The Process.Start method is used to start a Windows application and is registered in the system registry on a computer.
    • The Status property of the ServiceController class specifies the status of the current instance of a Windows service.
    • If a class derives from the ServiceBase class, the OnCustomCommand method is executed when the Service Control Manager (SCM) passes a custom command to the service. This method is used to specify actions when a command with the specified parameter value occurs.
    • The AutoLog property of the ServiceBase class is used to determine whether or not a service automatically logs the entries in the event log when events such as Start, Stop, Pause, and Continue occur.
    • The CreateEventSource method of the EventLog class establishes an application as a valid event source for writing event information to a particular event log on a computer.
    • The Imports statement is used to import namespace names from referenced projects and assemblies.

Continue reading “MCSD .NETMCAD .NETMCDBA 70-310 Short Notes & Tips”

Microsoft C#.NET Exam 70-320 Short Notes & Tips

Creating and Managing Microsoft Windows Services, Serviced Components, .NET Remoting Objects, and XML Web Services

  • The SessionID property of the HttpSessionState class identifies an active ASP.NET session by using a unique session ID.
  • The Process.Start method is used to start a Windows application and is registered in the system registry on a computer.
  • A constructor is used to create an object that is an instance of a class. It has the same name as the class in which it resides.
  • A sealed class is a class that cannot be derived from. Sealed classes are primarily used to prevent unintended derivation.
  • If a class derives from the ServiceBase class, the OnCustomCommand method is executed when the Service Control Manager (SCM) passes a custom command to the service. This method is used to specify actions when a command with the specified parameter value occurs.
  • Continue reading “Microsoft C#.NET Exam 70-320 Short Notes & Tips”