Vassil Bakalov's homepage |
||
Home .Net book Samples University Projects Events Certificates Robo-Project Kidnaped Child |
Update 11/10/2005 Programming for the .NET FrameworkAs of September 15 one of the chapters for the book Programming for the
.NET Framework is finished and the other is complete except for the
inclusion of several more nbsp;samples for digital signatures. I am
coauthor of the chapters "Security in .NET Framework" with Todor Kolev and
"Strings in .NET" with Alexander Hadjikrastev. Security in the .NET Framework"In the present chapter we shall examine the
security mechanisms provided by the .NET Framework to be used in
our applications. The examination includes type safety, memory
protection, means for protection from the unwanted execution of
code, authentication and authorization, cryptography and digital
signatures. We shall investigate security means like Code
Access Security and Role-Based Security, as well as strongly
named assemblies, digital signing of XML documents (XMLDSIG) and
others." Strings in .NET Framework"In this chapter we shall examine the way strings are represented in the .NET Framework and the methods for manipulating them in our applications. We will examine what encoding schemes are used for saving and transporting textual information and how the question of byte ordering in the different Unicode schemes is addressed. We will investigate in detail the different methods for string manipulation that are provided by FCL and look into some practical considerations for different sets of problems. We will learn how the culture settings define the type of the text that is displayed to the user and how we can format the output with a readable style. We will find out how to convert input strings of text into objects from standard types, which are easy to work with programmatically." |
|
.::Created by Vassil Bakalov::. Last Updated: October 2005 |
||