Everything you want to know about 70-551 (CSHARP)

Q: What are the prerequisites for taking the exam 70-551 (CSHARP)?

A: This exam is meant for those candidates who have achieved MCAD certification. Microsoft recommends you to have a working knowledge of Visual Studio 2005 and new features of ASP.NET 2.0. You should also have at least two years of experience developing applications by using the Microsoft .NET Framework.

MCAD/MCSD to MCPD: Web Developer This certification requires that one pass the following examination (CSHARP/VB):

Continue reading “Everything you want to know about 70-551 (CSHARP)”

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”

Muhanad Younis reviewds uCertify course

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!”

Continue reading “Muhanad Younis reviewds uCertify course”

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

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.
  • Continue reading “MCSD .NETMCAD .NETMCDBA 70-316 Short Notes & Tips”

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”