ANN: Free .NET Workshops

  • Thread starter Richard Grimes [MVP]
  • Start date
R

Richard Grimes [MVP]

http://www.grimes.demon.co.uk/workshops/

Richard Grimes has made available some of his .NET training courses as
free online workshops. These are self paced workshops that lead you
through .NET concepts using worked examples.

..NET Fusion Workshop
http://www.grimes.demon.co.uk/workshops/fusionWS.htm

This workshop will teach you:

- Location of .NET assemblies and how to change the default locations
- Using .NET tools to resolve problems with assembly locations and how
to fix broken applications
- Sharing assemblies with the GAC, updating GAC dependencies with
publisher policy files, GAC references
- Dynamic loading of assemblies, partial named assemblies

..NET Security Workshop
http://www.grimes.demon.co.uk/workshops/securityWS.htm

This workshop will teach you:

- How .NET security solves common software vulnerabilities; .NET
security architecture
- Protecting assembly modules and resources
- Validation and verification
- Code access security; Permission set and code groups; Evaluating an
assembly
- Permission enforcement with attributes and code; Assert demands and
link demands
- Role based security; Principals; Roles
- How to use the security utilities; Strong name utility; Configuration
tool
- Cryptography; Crypto transforms and crypto streams; Keys and
Initialization vectors; Message digests; Hash routines

Richard
 
P

Peter van der Goes

Richard Grimes said:
http://www.grimes.demon.co.uk/workshops/

Richard Grimes has made available some of his .NET training courses as
free online workshops. These are self paced workshops that lead you
through .NET concepts using worked examples.

.NET Fusion Workshop
http://www.grimes.demon.co.uk/workshops/fusionWS.htm

This workshop will teach you:

- Location of .NET assemblies and how to change the default locations
- Using .NET tools to resolve problems with assembly locations and how to
fix broken applications
- Sharing assemblies with the GAC, updating GAC dependencies with
publisher policy files, GAC references
- Dynamic loading of assemblies, partial named assemblies

.NET Security Workshop
http://www.grimes.demon.co.uk/workshops/securityWS.htm

This workshop will teach you:

- How .NET security solves common software vulnerabilities; .NET security
architecture
- Protecting assembly modules and resources
- Validation and verification
- Code access security; Permission set and code groups; Evaluating an
assembly
- Permission enforcement with attributes and code; Assert demands and link
demands
- Role based security; Principals; Roles
- How to use the security utilities; Strong name utility; Configuration
tool
- Cryptography; Crypto transforms and crypto streams; Keys and
Initialization vectors; Message digests; Hash routines

Richard
Thank you, Richard!
I intend to share these (especially the ,NET Security Workshop) with my
students.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top