Browse by Tags

Tagged Content List
  • Wiki Page: MCITP: Database Developer 2008

    The Database Developer 2008 certification is for IT professionals who are working in an enterprise environment that has more than 500 personal computers and more than 100 servers and mostly create solutions for all types of enterprise issues. They should have experience with the following: Writing...
  • Wiki Page: MCITP: Database Administrator 2008

    The Database Administrator 2008 certification is for IT professionals who are working in an environment in which Microsoft SQL Server 2008 is used for database solutions. They should have experience with the following: Defining high-availability solutions Data distribution Automating administrative...
  • Wiki Page: MCITP: Virtualization Administrator on Windows Server 2008 R2

    The Virtualization Administrator on Windows Server 2008 R2 certification is for IT professionals who have jobs in which managing or deploying virtualization technologies is their main area of responsibility. They have experience using Microsoft virtualization products, including Hyper-V, System Center...
  • Wiki Page: MCITP: Server Administrator on Windows Server 2008

    The Server Administrator on Windows Server 2008 certification is for IT professional who are responsible for the operations and day-to-day management of an infrastructure of Windows Server 2008 R2 servers for an enterprise organization. Windows server administrators manage the infrastructure, Web,...
  • Wiki Page: MCITP: Consumer Support Technician on Windows Vista

    The Consumer Support Technician on Windows Vista certification is for IT professionals who typically work as Consumer Support Technicians (CSTs). Candidates must have experience with a wide range of desktop operating systems, desktop applications, and mobile devices, and experience with network, virus...
  • Wiki Page: MCPD: Silverlight Developer 4

    Table of Contents Community Related Forum Posts Other Languages Deutsch Norwegian The MCPD: Silverlight Developer 4 is for developers who build rich client applications for the Windows Forms platform by using Microsoft Silverlight 4. Required exams Exam 70-506 - TS: Silverlight 4, Development...
  • Wiki Page: MCPD: SharePoint Developer 2010

    The MCPD: SharePoint Developer 2010 is for developers who design and develop applications for the Microsoft SharePoint Server 2010 platform. Required exams Exam 70-573 - TS: Microsoft SharePoint 2010, Application Development Exam 70-576 - Pro: Designing and Developing Microsoft SharePoint...
  • Wiki Page: MCPD: Windows Phone

    The MCPD: Windows Phone is for developers who design and develop applications for the Windows Phone platform. Note: Developers who earn the MCPD: Windows Phone Developer certification will be required to show continuing ability to perform in this technology area by completing a recertification exam...
  • Wiki Page: MCPD: Enterprise Application Developer 3.5

    The MCPD: Enterprise Application Developer 3.5 is for developers who build distributed solutions that focus on ASP.NET and Windows Forms-rich client experiences. Required exams Exam 70-536 - TS: Microsoft .NET Framework 3.5, Application Development Foundation Exam 70-505 - TS: Microsoft...
  • Wiki Page: Exam 70-519 - Pro: Designing and Developing Web Applications Using Microsoft .NET Framework 4

    Table of Contents Overview Skills Measured Preparation Materials Community Related Forum Posts Overview Language(s): English Audience(s): Developers Technology: Microsoft Visual Studio 2010 Type: Proctored Exam Exam Topcis Covered ...
  • Wiki Page: Exam 70-513 - TS: Windows Communication Foundation Development with Microsoft .NET Framework 4

    Table of Contents Overview Preparation Materials Preparation Materials Community Related Forum Posts Overview Language(s): English Audiences(s) : Developers Technology: Microsoft Visual Studio 2010 Type: Proctored Exam Exam Topics Covered...
  • Wiki Page: Exam 70-518 - Pro: Designing and Developing Windows Applications Using Microsoft .NET Framework 4

    Table of Contents Overview Skills Measured Preparation Materials Community Related Forum Posts Overview Language(s): English Audience(s): Partners, Developers Technology: Microsoft Visual Studio 2010 Type: Proctored Exam Exam Topics...
  • Wiki Page: MCPD: Web Developer 4

    The MCPD: Web Developer 4 is for developers who build interactive, data-driven ASP.NET applications by using ASP.NET for both intranet and Internet uses. Required exams Exam 70-515 - TS: Web Applications Development with Microsoft .NET Framework 4 Exam 70-513 - TS: Windows Communication...
  • Wiki Page: MCPD: Windows Developer 4

    The MCPD: Windows Developer 4 is for developers who build rich client applications for the Windows Form platform by using the Microsoft .NET Framework 4. Required exams Exam 70-511 - TS: Windows Applications Development with Microsoft .NET Framework 4 Exam 70-513 - TS: Windows Communication...
  • Wiki Page: Exam 70-536 - TS: Microsoft .NET Framework - Application Development Foundation

    Table of Contents Overview Skills Measured Preparation Materials Community Related Forum Posts Related Blogs Other Languages Deutsch Overview Language(s): English, French, German, Japanese, Chinese (Simplified) Audience(s): Developers Technology: Microsoft...
  • Wiki Page: MCPD: ASP.NET Developer 3.5

    The MCPD: ASP.NET Developer 3.5 is for developers who build interactive, data-driven ASP.NET applications by using ASP.NET 3.5 for both Intranet and Internet uses. Required exams Exam 70-536 - TS: Microsoft .NET Framework 3.5, Application Development Foundation Exam 70-562 - TS: Microsoft...
  • Wiki Page: MCPD: Windows Developer 3.5

    The MCPD: Windows Developer 3.5 is for developers who build rich client applications for the Windows Forms platform by using the Microsoft .NET Framework 3.5. Required exams Exam 70-536 - TS: Microsoft .NET Framework 3.5, Application Development Foundation Exam 70-505 - TS: Microsoft .NET...
  • Wiki Page: MCPD: Windows Azure Developer

    The MCPD: Windows Azure Developer is for developers who build cloud-based applications that will be hosted on the Windows Azure platform. Table of Contents Community Related Forum Posts Other Languages Deutsch Norwegian Note: Candidates who earn the MCPD: Windows Azure Developer certification will...
  • Wiki Page: Wiki: How to Translate Your First Article

    In this article I want to continue on a topic I started with another article: How to write your first article . The last time we have seen how to write your first article on your own. Now I want to show you how you can easily translate an article into your mother tongue or into another language. ...
  • Wiki Page: Working with NoSQL Databases

    Table of Contents How to get started with NoSQL? What NoSQL databases are present today? .NET APIs Cassandra CouchDB MongoDB Tokyo Cabinet Further Reading See Also Other Languages Deutsch (de-DE) Italian (it-IT) Português (pt-BR) How to get started with NoSQL? Since 2009 NoSQL databases becomes...
  • Wiki Page: Microsoft Dynamics CRM 2011 Download Links (de-DE)

    Nachfolgend die aktuellsten Download Links von der Microsoft-Seite für Microsoft Dynamics CRM 2011. Updaterollup 14 für Microsoft Dynamics CRM 2011 http://www.microsoft.com/de-de/download/details.aspx?id=39624 Microsoft Dynamics CRM Server 2011 http://www.microsoft.com/downloads/de-de/details...
  • Wiki Page: Python Tools for Visual Studio

    Table of Contents Install the tools The interpreters Create a simple Python project Summary Install the tools The tools are available on the official CodePlex for the Python Tools for Visual Studio – http://pytools.codeplex.com/ Just go to the Downloads section. Here you will have several options...
  • Wiki Page: Working with HTML5 local storage and use offline functionality

    Table of Contents Local Storage Check the browser support Write and read a simple key-value pair to/from local storage Write and read a custom object to/from local storage Summary Offline functionality Summary Summary Literature All of the content discussed in this article was tested in Google Chrome...
  • Wiki Page: ASP.NET MVC: How to Start Unit Testing

    Table of Contents Why Unit Testing? How to start Unit Testing? See Also Other Languages Deutsch (de-DE) Why Unit Testing? Why should you write Unit Tests? Here are some points which are mostly mentioned if somebody argues against Unit Tests It is time-consuming It interrupts your...
  • Wiki Page: ASP.NET MVC Learning Roadmap

    For everybody who wants to learn ASP.NET MVC from the ground up, Young Yang posted a very useful learning roadmap in the ASP.NET forum . I shared this roadmap on this Wiki, so that everybody can profit from it. A special thanks for this great roadmap and his hard work goes to Young Yang . ...
Page 3 of 7 (155 items) 12345»
Can't find it? Write it!