Archive for the ‘MCSD’ category

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

December 2nd, 2008

Envisioning the Solution

  • A solution concept is developed based on the existing business strategy. A developing team creates the solution concept on the basis of the business requirements and scope of the solution.
  • A project team identifies and understands the current business process in order to incorporate it in the proposed or new system.
  • During the Envisioning phase of the business project, the project team evaluates the current business situation. The team analyzes the difference between the current and expected business situation. A gap analysis is performed to identify a path towards the desired state of a business. The team also identifies and outlines the scope of the project.
Share

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

November 21st, 2008

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.

Muhanad Younis, a .NET expert, reviewes uCertify’s PrepKit

November 13th, 2008
muhanad-younis

muhanad-younis

Muhanad is a Microsoft.NET purist and an MCP,MCAD,MCSD and he is working as a Senior Developer and Technical Leader at TurkSat Turkey.In the Past Muhanad has worked as a Senior Developer at Sentim.He had also worked as an Export Expert at Motali. In addition to this He had been associated with REEM Network and worked there as a CEO of the company.

He has specialized in E-Government and Entreprise projects,specialized in framework development and projects infrastructure preparation to give developers more stable and consistent platform.

Out of his interest and curiosity in learning more and more about latest technologies, Muhanad writes about various new technologies and certifications. His articles can be read on http://weblogs.asp.net/muhanadyounis/

After reviwing the uCertify PrepKit 70-553, Muhanad said “I did not think that studying for IT exams could come that much easy, but after I saw the uCertify package, I believed that there is no way to FAIL!”

MCSD .NET/MCAD .NET/MCDBA 70-316 Short Notes: Exam Passing Tips

November 12th, 2008

Creating User Services

  • The identity object of 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 of the IPrincipal interface is used during the authentication process, when the application determines the data that can be accessed by a user and 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.
  • The correct sequence of the classes of the System.Windows.Forms namespace in descending order is as follows:
    1. Control
    2. ScrollableControl
    3. ContainerControl
    4. Forms
  • The MinimumSize property of the Form class is used to get or set the minimum size up to which a form can be resized.

MCSD .NET/MCAD .NET/MCDBA 70-306 Short Notes: Exam Passing Tips

November 11th, 2008

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.

MCSD .NET/MCAD .NET/MCDBA 70-310 Short Notes: Exam Passing Tips

November 9th, 2008

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.

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

October 31st, 2008

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.

Microsoft VB.NET Exam 70-305 Short Notes: Exam Passing Tips

October 26th, 2008

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.

Everything you want to know about 70-443

September 22nd, 2008

Q. What are the prerequisites for the 70-443 exam?

A. Before appearing for the 70-443 exam, a candidate has to appear for 70-431 exam.

Q. I am new to SQL Server. How should I start preparing for the exam?

A. To start preparing for the exam, you need to have SQL Server 2005 Enterprise Edition. You should have Internet Explorer 6 Service Pack 1 and Internet Information Services.

Q. What are the objectives of the 70-443 exam?

Everything you want to know about 70-316

September 12th, 2008

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.

PrepKit Tour | Volume licensing | PrepEngine Features | Articles | Contact Us | Privacy Policy | Translation
Microsoft Certification | Oracle Certification | Adobe Certification | CompTIA Certification | EC-Council Certification
Visual Studio 2010 MCTS, MCITP    New SUN Oracle Certification: SCJP, SCWCD Cisco Certification: CCNA, CCENT
A+, Network+, Security+ Project+ Oracle Certification: OCP 11g, OCA 11g, Oracle Java Web Services Developer, Oracle MySQL Developer
CIW Associate Ethical Hacker, CHFI, GISP, GSLC, CISSP    Photoshop ACE CS5    Adobe Flex 4, PMP, CAPM,
© 2012 uCertify.com. All rights reserved. All trademarks are the property of their respective owners.