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”

Microsoft VB.NET Exam 70-305 Short Notes & Tips

Creating User Services

  • The SessionID property of the HttpSessionState class identifies an active ASP.NET session by using a unique session ID.
  • The CodeBehind attribute specifies the name of the compiled file that contains the class associated with the page.
  • 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 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.
  • A Web page can be converted to a user control via code by the following manner:
    1. Change the extension of the Web page from .aspx to .ascx.
    2. Create an @ Control directive at the top of the page, instead of an @ Page directive.
    3. Remove the <html>, <head>, <body>, and <form> elements from the ASP.NET code.
  • Continue reading “Microsoft VB.NET Exam 70-305 Short Notes & Tips”

Everything you want to know about 70-316

Q: What are the prerequisites for taking the exam 70-316?

A: Before taking the 70-316 exam, you should have at least one year of experience in developing Windows-based applications. You should also have a working knowledge of Microsoft C# .NET.

Q: What credit does 70-316 exam provide?

A: After passing the 70-316 exam, you will achieve the Microsoft Certified Professional (MCP) status. You will also be eligible for the Microsoft Certified Solution Developer (MCSD) for Microsoft .NET, the Microsoft Certified Application Developer (MCAD) for Microsoft .NET, and the Microsoft Certified Database Administrator (MCDBA) on Microsoft SQL Server 2000 certifications.

Continue reading “Everything you want to know about 70-316”

Everything you want to know about 70-310

Q: What are the prerequisites for taking the exam 70-310?

A: Before taking the exam 70-310, you should have at least one year of experience in developing middle-tier components. You should also have a working knowledge of Microsoft Visual Basic .NET.

Q: What credit does it provide?

A: After passing the exam, you will achieve the Microsoft Certified Professional (MCP) status. You will also be eligible for the Microsoft Certified Solution Developer (MCSD) for Microsoft .NET, the Microsoft Certified Application Developer (MCAD) for Microsoft .NET, and the Microsoft Certified Database Administrator (MCDBA) on Microsoft SQL Server 2000 certifications.

Q: Which certification does 70-310 exam cover?

Continue reading “Everything you want to know about 70-310”