Part 7 Assignment

 

There are so many different samples in this part of the course I thought I'd let you create your own project.  Here are some suggested projects, but feel free to create your own. The only limitation is that it has to be a Windows Forms project. You are only required to choose one from the list but you can do as many as you want.

 

  1. Combine all the String methods sample projects into one project.

 

  1. Combine the object serialization using SOAP example with the serialization examples from Part 6.

 

  1. Take one of your previous projects and add some new features to it using examples from Part 7.

 

  1. Make a data input form and use Regular expressions to validate the input.

 

  1. If you know VB.NET, use it to create a class. Use the class in a C# project. (See the DLL example for an idea how to do this. If you don't know VB.NET I wouldn't recommend this one.)

 

  1. Create your own project using a few of the examples in Part 7.