Advanced Foundations of Microsoft .NET 2.0 Development - 2957

Kursusinfo
p
Længde: 0 dage
Pris: 9.600 DKK ekskl. moms
Kursusudbyder: Segment plus
Sted: Århus, København
Kursustype: Åben uddannelse
Startdato 13-08-2012, 08-10-2012, 10-12-2012
Segment

Advanced Foundations of Microsoft .NET 2.0 Development - 2957

Course Outline

Module 1: Enhancing User Interfaces by Using System.Drawing

This module describes the key features of the System.Drawing namespace that the .NET Framework provides. It also explains how to create and modify your own custom drawings.

Lessons

  • Drawing Fundamentals
  • Drawing Lines and Shapes
  • Rendering Bitmaps and Icons

Lab : Drawing to a Windows Form

  • Drawing a Feedback Bar
  • Drawing a Feedback Pie Chart
  • Implementing an Automatic Double Buffer
  • Adding Fonts to Your Application
  • Saving Your Scaled Image

After completing this module, students will be able to:

  • Use points, sizes, brushes, pens, colors, and fonts.
  • Draw lines and shapes.
  • Create and use images, bitmaps, and icons.

Module 2: Working with Cultures by Using System.Globalization

This module describes how to use the System.Globalization namespace to work with culture information and perform culture-sensitive string comparisons. It also describes how to create a custom culture.

Lessons

  • Working with Culture Information
  • Formatting and Sorting Culture-Sensitive Data
  • Creating a Custom Culture

Lab : Working with Cultures by Using System.Globalization

  • Managing Culture Information
  • Creating a Custom Culture

After completing this module, students will be able to:

  • Explain the purpose of the System.Globalization namespace and describe how to access culture information by using the CultureInfo class.
  • Format values by using the supporting classes in the System.Globalization namespace and explain how to perform culture-sensitive string comparisons.
  • Create a custom culture by using the CultureAndRegionInfoBuilder class.

Module 3: Processing Text by Using Regular Expressions and Encodings

This module describes the key features of the System.Text namespace that the .NET Framework provides. It explains how to store and manipulate strings, how and when to implement regular expressions, and how to customize encodings to produce the correct results when you process text

Lessons

  • Handling Text and Large Strings
  • Using Regular Expressions
  • Encoding Text

Lab : Processing Text by Using Regular Expressions and Encodings

  • Handling Text and Strings
  • Creating and Using Regular Expressions
  • Working with Encoding

After completing this module, students will be able to:

  • Explain the purpose of and use the StringBuilder class.
  • Describe the purpose of and create regular expressions by using the classes in the System.Text.RegularExpressions namespace.
  • Describe text encoding and how to encode and decode text by using the encoding classes.

Module 4: Encrypting and Hashing Data by Using Cryptography

This module describes when to use data encryption and hashing and explains how to use the classes in the .NET Framework 2.0 to perform these cryptographic tasks. It also discusses how to customize the implementation of specific algorithms by extending base classes in the System.Security.Cryptography namespace.

Lessons

  • Working with Encryption and Hashing
  • Encrypting and Decrypting Data
  • Hashing Data
  • Extending Cryptography

Lab : Creating a Cryptographic Application

  • Creating an Asymmetric Key
  • Encrypting a File
  • Decrypting a File
  • Exporting and Importing a Public Key
  • Getting a Private Key

After completing this module, students will be able to:

  • Explain the purpose of encryption and hashing algorithms.
  • Describe the algorithms available for hashing and encryption.
  • Describe the difference between symmetrical and asymmetrical algorithms.
  • Encrypt and decrypt data by using the classes in the System.Security.Cryptography namespace.
  • Create custom classes that extend the .NET Framework cryptography model.

Module 5: Securing Code Execution and Resources

This module describes how code access security (CAS) works, how to make CAS permission checks in code, and how to configure CAS security policy. It also introduces Windows operating system access checks and explains how to use the .NET Framework base class library to read and modify Windows access control lists (ACLs). This module also describes how .NET Framework security performs authorization checks and how to customize the mechanism.

Lessons

  • Using Code Access Security
  • Securing Code Execution by Using Policy
  • Securing Resources by Using Access Control
  • Customizing Authentication and Authorization

Lab : Custom Authentication by Using Principal Objects

  • Viewing the Starter Solution
  • Adding Role-Based Security
  • Testing the Application

After completing this module, students will be able to:

  • Describe and implement CAS by using the System.Security and System.Security.Permissions namespaces.
  • Explain how to control code privileges by using the System.Security.Policy namespace, and describe how to use the utilities provided with the .NET Framework to manage computer, user, and enterprise-level policy.
  • Describe and use access control by using the classes in the System.Security.AccessControl namespace.
  • Explain how to authenticate and authorize users by using the System.Security.Principal namespace.

Module 6: Application Interoperability

This module describes how to invoke functions that are implemented in unmanaged DLLs, and how to use various techniques for integrating Component Object Model (COM) components into managed applications. It also explains how to make managed components that are built by using the .NET Framework available to unmanaged COM client applications

Lessons

  • Using the Platform Invoke Service
  • Integrating COM Components into a .NET Framework Application
  • Integrating Managed Components into an Unmanaged Application

Lab : Application Interoperability

  • Integrating Unmanaged Functions into a Managed Application
  • Integrating a COM Component into a Managed Application by Creating an Interop Assembly
  • Integrating a COM Component into a Managed Application by Using Late Binding
  • Manually Creating an Interop Assembly for a COM Component

After completing this module, students will be able to:

  • Use the Platform Invoke service to incorporate unmanaged functions into a .NET Framework application.
  • Integrate unmanaged COM components into a .NET Framework application.
  • Incorporate components that are built by using the.NET Framework into unmanaged applications.

Module 7: Reflection, Metadata, and Emitting Objects

This module describes how to use the classes in the .NET Framework 2.0 class library to examine a program, alter the behavior or structure of the program as it runs, and create and run new code.

Lessons

  • Reflecting on Objects
  • Adding Assembly Metadata
  • Emitting Objects by Using Builder Classes

Lab : Creating an Add-in Framework by Using Reflection

  • Creating a Custom Attribute to Decorate Add-in Classes
  • Using Reflection to Discover the Add-in Classes
  • Creating a Mapping from Columns to Properties
  • Creating a Dynamic Method to Set a Property Value
  • Invoking the Row Handler

After completing this module, students will be able to:

  • Explain and use reflection in .NET Framework applications by using the System.Reflection namespace.
  • Describe and create application metadata.
  • Describe and create Microsoft intermediate language (MSIL) and portable executable (PE) files by using the System.Reflection.Emit namespace.

Module 8: Services, Threading, and Application Domains

This module describes how to use the Microsoft .NET Framework classes to write Windows services and classes to install services. It also explains how to use the .NET Framework classes to create thread objects to execute code and to synchronize execution between threads. Finally, this module describes how to access and configure application domains.

Lessons

  • Creating and Installing Windows Services
  • Creating Multithreaded Applications
  • Manually Working with Application Domains

Lab : Creating a Windows Service Application

  • Creating a Service Project
  • Creating the Installation Project
  • Creating a Client Application
  • Writing the Service Code

After completing this module, students will be able to:

  • Explain how to create, install, and control a Windows service by using the System.ServiceProcess namespace.
  • Describe and implement multithreaded applications by using the System.Threading namespace.
  • Describe and create application domains.

 
Additional Reading

To help you prepare for this class, review the following resources:

  • Course 2956B: Core Foundations of Microsoft .NET 2.0 Development.

Pris

Pris: 9600

Segment

Segment er en IT uddannelsesvirksomhed, der har opnået status som Microsoft Gold Certified Partner og CPLS Center.

Segment er Microsoft Certified Gold Partner med 10 tilhørende kompetencer.

Segment underviser både i Microsoft Frontoffice (Word, Excel, PowerPoint, Access og Outlook), kort sagt alle de programmer du kan finde i din Microsoft Office pakke version 2003/2007/2010

Segment underviser også i BackOffice, hvilket er de tunge Server applikationer i Microsofts server palette. Flygtigt kan nævnes Windows Server 2003/2008, Exchange Server 2003/2007/2010, SCCM, SCOM, SCSM, Lync Server, SharePoint Server, SQL Server 2005/2008, ForeFront Suiten, UAG samt det nye TMG, Threat Management Gateway for at nævne nogle få.

Segment afholder åbne kurser, hvor deltagere kan komme fra forskellige virksomheder, firmakurser, som implicit er lukkede for omverden, samt special tilrettede kurser efter virksomhedens ønske.

Alle kurser udføres af kompetente instruktører med mange års erfaring fra undervisningsverden, solid teoretisk og en anden tilgang til undervisningen, nemlig også praktisk viden, da vi ser en ære i at kende den komplekse verden, alle vore kunder driver deres IT-systemer i. Vi er ofte konsulenter i marken, hvor vi hjælpe vores kunder med implementerings opgaver af forskellig art.

Segments undervisere har alle større IT relevante certificeringer og er kendte ansigter i både store og små virksomheder, og i alle typer af virksomheder.

Segment holder gerne et uforpligtende møde, hvor vi præsenterer vore kompetencer og derved Jeres muligheder.

Vi er ikke længere væk end telefonen.

» Få mere information – helt uforpligtende!
Udfyld en interesseforespørgsel nederst på denne side.


plusVis alle uddannelser afholdt hos Segment

Forespørgsel efter information

For at bestille information om Advanced Foundations of Microsoft .NET 2.0 Development - 2957, venligst indtast følgende oplysninger:

* =  Obligatorisk felt
Errors
*
*
*
*
*
*
*
» Hvad sker der nu?
This field is used for controlling automatic form submits. Please leave it blank:

Kontaktinformation til Segment

Segment

Stamholmen 149 1 sal
2650 Hvidovre

Telefon: 70 27 23 26
www.segment.dk

Kontakt Segment
 
Bestil information

For at bestille information om Advanced Foundations of Microsoft .NET 2.0 Development - 2957, venligst indtast følgende oplysninger:

Tilmeld dig vores nyhedsbrev!
This field is used for controlling automatic form submits. Please leave it blank:
» Hvad sker der nu?
Giv din anmeldelse
Skriv en anmeldelse!