|
|
|
| ARRAYS In C# (http://knoge.com/tutorials/desktop-programming/c-sharp/307-c-sharp/450-arrays-in-c.html) Arrays in C# are declared by adding a set of square brackets to the end of the variable declaration.
|
| Authenticating Users In C# (http://knoge.com/tutorials/desktop-programming/c-sharp/307-c-sharp/433-authenticating-users-in-c.html) Unauthorized access of sensitive data must be prohibited in a business application.
|
| Binary Serialization In C# (http://knoge.com/tutorials/desktop-programming/c-sharp/307-c-sharp/449-binary-serialization-in-c.html) Binary serialization is used for communication between .Net applications and is not a human-readable
|
| Collections In C# (http://knoge.com/tutorials/desktop-programming/c-sharp/307-c-sharp/448-collections-in-c.html) Sometimes is necessary to hold more than one object in your program as an object, a part
|
| Creating Emails In C# (http://knoge.com/tutorials/desktop-programming/c-sharp/307-c-sharp/434-creating-emails-in-c.html) The .Net framework has added the System.Net.Mail namespace this is how to use it
|
| Data Encryption In C# (http://knoge.com/tutorials/desktop-programming/c-sharp/307-c-sharp/435-data-encryption-in-c.html) Data is most vulnerable when transferred across a network or stored on a disk drive.
|
| Direct 3D With C# (http://knoge.com/tutorials/desktop-programming/c-sharp/307-c-sharp/436-direct3d-with-c.html) Direct 3D is an API used for displaying applications with rich multimedia content.
|
| Eexception Handling In C# (http://knoge.com/tutorials/desktop-programming/c-sharp/307-c-sharp/446-exception-handling-in-c.html) Every self-respected programmer should include exception handling techniques.
|
| FOR Loops In C# (http://knoge.com/tutorials/desktop-programming/c-sharp/307-c-sharp/421-for-loops-in-c.html) The loops in C# allow you to execute a block of code repeatedly, until a certain condition is met.
|
| Garbage Collection In C# (http://knoge.com/tutorials/desktop-programming/c-sharp/307-c-sharp/423-garbage-collection-in-c.html) A significant advantage of C# when compared to C++ is the memory management capabilities of the C#.
|