Inscrição Online
Fale Conosco
Redes Sociais, Trainning Facebook Twitter O canal da Trainning no Youtube Blog da Trainning Forum de Ti - Trainning
Inicio | Inscrição | Calendário | Contato

Curso, Treinamento, Certificaçã, Cursos, exames, apostilas, tutorial, downloads, quero fazer, cursar, endereço, gratuito. Aluguel de salas de aula, aluguel de sala, locação de sala, aluguel de auditórios, locações, salas. Treinamentos em todo Brasil - São Paulo - SP, Rio de Janeiro - RJ, Belo Horizonte - BH, Curitiba, Campinas, Brasilia - DF,Manaus, Cuiabá, vitória,Recife, Porto Alegre, Salvador - BA, Fortaleza - CE, Goiânia - SP, Natal - RN, Centro de São Paulo, Grande ABC, mais barato.

VOLTAR PARA TODOS OS CURSOS

2957 - Advanced Foundations of Microsoft .NET 2.0 Development

 

curso de windows, curso windows 7, curso windows xp, curso windows server, windows server, curso windows 2003, windows server 2003, curso de informatica, windows server 2008, curso windows seven, curso de microsoft, curso da microsoft, curso microsoft office, cursos microsoft, certificação microsoft, curso certificação microsoft, curso excel, curso excel microsoft, curso gratuito microsoft, curso informatica microsoft, curso microsoft online, curso microsoft word, curso project, curso word, microsoft excel, microsoft word, certificado microsoft, curso de excel, curso de word, curso microsoft access, curso microsoft project, curso na microsoft, curso sql, microsoft access, microsoft project, curso .net, curso c#, curso de access, curso de project, curso de redes, curso de sql, curso oficial microsoft, curso pela microsoft, curso sql server, cursos da microsoft, microsoft visio.

 
   Treinamento
2957 - Advanced Foundations of Microsoft .NET 2.0 Development
  Carga Horária
5 dias
   
  Objetivos

This three-day instructor-led course provides students with the knowledge and skills to program Microsoft .NET Framework applications by using Microsoft Visual Studio 2005 development system. Target Audience: developers.

  
  Pré-requisito:
Before attending this course, students must have:
  • Understand the purpose and components of the .NET Framework 2.0 and the common language runtime.
  • Understand and use the .NET Framework 2.0 common type system (CTS).
  • Understand basic language syntax for decision structures, loop structures, and variables.
  • Write code by using language-specific functionality such as the My. classes for Visual Basic.
  • Understand and use classes, objects, methods, properties, and functions.
  • Write code to implement overridden methods, static (Visual C#) or Shared (Visual Basic) methods, and properties.
  • Use type conversions and text conversions.
  • Create and use solutions and projects by using Visual Studio 2005.
  • Use the Visual Studio 2005 object browser and the Visual Studio help system.
  
  Público Alvo
The audience for this course consists of full-time application developers who have professional experience with Visual Studio 2005 and either Microsoft Visual Basic development system or Microsoft Visual C# development tool.
  
Conteúdo Programático

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
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.
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
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.
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
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.
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
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.
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
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. 
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
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. 
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
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. 
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
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.

Exame
70-536 - Microsoft .NET Framework 2.0 - Application Development Foundation

  
FORMAS DE PAGAMENTO
VALOR
CONSULTE-NOS
Pagamento à Vista para Curso - Valor Tabela R$ 00,00
Pagamento à vista para o Curso - Promoção R$ 00,00
Parcelamento no Cheque 3 X R$ 00,00
Parcelamento no Cartão de Crédito 12 X R$ 00,00
 
   
   Outras Formações
CURSO AÇÃO
AGP - Cursos ITIL V3 + COBIT + PMI Preparatório PMP 4 Edição GRÁTIS EXAME ITIL Foundations ou Exame Cobit Foundations DETALHES INSCREVA-SE
ANT - Analista de Negócios de TI - Modelagem e Processos DETALHES INSCREVA-SE
ANP - Analista de Negócios e Processos de TI - ANT Analista de Negócios + Analista de Processos com BPMN DETALHES INSCREVA-SE
COMBO Curso ITIL + COBIT + 1 EXAME por R$ 1.390,00 DETALHES INSCREVA-SE
Curso ITIL V3 FOUNDATIONS DETALHES INSCREVA-SE
Curso ITIL V3 Foundations + EXAME ITIL V3 DETALHES INSCREVA-SE
Curso COBIT 4.1 FOUNDATIONS DETALHES INSCREVA-SE
Curso COBIT 4.1 FOUND + EXAME DETALHES INSCREVA-SE
Treinamento Curso PMP Exam Prep 4º Edição PMBOK PMI (Grátis PMP Foundations) DETALHES INSCREVA-SE
Desenvolvedor de Aplicativos (Apps) para iPhone e iPad iOS5 Apple Developer Program SDK DETALHES INSCREVA-SE
 
Receba Informações sobre esse curso
NOME *
E-MAIL *
TELEFONE
NOME DO CURSO
Desejo receber informações sobre outros cursos
 
 
VOLTAR PARA TODOS OS CURSOS
 
  Formas de Pagamento  
 
NOME: Unisys do Brasil
DATA: 05/05/2021
DEPOIMENTO: Realizamos a formação completa para Certificação PMP do PMI na Trainning Education. 24 Profissionais capacitados.
 
NOME: Allianz Seguros
DATA: 01/05/2012
DEPOIMENTO: Allianz Seguros capacita 30 Profissionais na Formação Mainframe Cobol, Db2, Cics da Trainning Education.
 
NOME: Infraero
DATA: 24/11
DEPOIMENTO: Trainning realiza curso em ITIL V3 Capability Operational Support and Analysis e Auditor Líder ISO/IEC 20.000 para INFRAERO e recebe nota máxima na avaliação interna de qualidade de serviço. Infraero Empresa Brasileira de Infra-estrutura Aeroportuária
 
NOME: Vanessa Leandro Magela
DATA: 10/08/2011
DEPOIMENTO: Gostaria de comunicar que realizei o exame PMP hoje, e finalmente passei. Agradeço ao apoio da Trainning neste processo. Atte Vanessa Leandro Magela PMI ID 8830000000440986
 
NOME: Banco da Amazônia BASA
DATA: 02/08/2011
DEPOIMENTO: Banco da Amazônia realiza curso de Gestão de Riscos, BPMN, Preparatório para o PMI para equipe de TI com a Trainning.
 
 
VER TODOS
 
© Copyright 2012 | Trainning Education Services ® | Todos os direitos reservados