Use code extensions to expand the core principles of code re-use.


Use code extensions to expand the core principles of code re-use.

Review using the XElement interface and discover one place where XML is still used that's potentially quite useful to you.

LINQ has a trick up its sleeve from .NET 4 onwards for dealing with large amounts of data and multiple CPUs. Learn to leverage LINQ.

There's no shortage of functionality built into the .NET framework to help you encrypt and secure your data. Follow along and feel more secure.
It's possible that you don't even realise that you have an application that uses plug-ins. Use MEF to tame them.
Is your computer talking to you? Don't check your sanity; try this project.
Become proficient at C++/CLI programming under the .NET context by posting a first CLR console base project.

Use code extensions to expand the core principles of code re-use.

Learn how to create various odd shapes.

Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.