|
|
|
|
|
Total Hits: 123 | Today: 0 |
Author: Brett Burridge
|
Rating:
|
|

This article is based on an article I wrote that described how to encode and decode strings using the ROT13 method in ASP (VBScript and JScript) and client-side JavaScript. The ROT13 method is a very old method of encoding (but not encrypting!) text, but given the original article's popularity I thought it would be useful to update it for the .NET Framework using both C# and VB.NET....
|
|
|
|
Total Hits: 191 | Today: 0 |
Author: Brett Burridge
|
Rating:
|
|

Most .NET developers have a definate preference for using either VB.NET or C#. However, there may be many occasions on when it is preferable (or indeed essential) to use either VB.NET or C#. Common scenarios include:
* A client specifies that all development must be carried out in a particular programming language. * A company has a policy that all development will be done in either VB.NET or C#. * A developer is much more familiar with one programming language than the ...
|
|
|
|
Total Hits: 152 | Today: 0 |
Author: Matthew Johnson
|
Rating:
|
|

Whenever a programmer sits down to design a GUI, he is faced with several problems unique to their design: visual appeal, scalability, resizability, ease of modification, etc. Layout managers help to solve these problems by taking care of setting the size and location of layoutable objects. Add the fact that layout managers themselves are layoutable, and all kinds of layout possibilities open up. Java programmers are familiar with the concept of the layout manager, however programmers coming to ...
|
|
|
|
Total Hits: 314 | Today: 0 |
|
Rating:
|
|

This course will provide a solid foundation for exploring the .NET framework as well as advanced topics in C#. You'll learn the fundamentals of object-oriented programming using the C# language.
Product Type: Level or Part
Training includes:
- 4 CD-ROMs
- Over 6 hours of instruction
- Printed courseware
- Step-by-step hands-on-labs
- Sample code
Click here to see more detail
|
|
|
|
Total Hits: 441 | Today: 0 |
|
Rating:
|
|

Learn how to program .NET applications with C#! In this course you'll get an introduction C#, then learn how to use it to write object-oriented code, learn how to write Windows and Web applications, and interact with back end databases using ADO.NET.
Product Type: Full Course
Training includes:
- 8 CD-ROMs
- Over 12 hours of instruction
- Printed courseware
- Step-by-step hands-on-labs
- Sample code
Click here to see more detail
|
|
|
|
Total Hits: 374 | Today: 0 |
Author: Remas Wojciechowski
|
Rating:
|
|

This article shows how to create dynamic arrays in C#.Quite often you want to create a method that returns an array of a given type. In most cases you don't know the number of elements of that array up front (e.g., when returning data from the database). The problem is that when you declare an array in C#, you must specify the number of elements of that array. The following code snippet shows a declaration of an array of strings with 10 elements....
|
|
|
|
Total Hits: 273 | Today: 0 |
|
Rating:
|
|

This course covers advanced C# topics including manipulating databases using ADO.NET, using C# to develop ASP.NET applications, building interactive web sites (Web Forms) as well as Web Services, exploring threads and synchronization issues, and more!
Product Type: Level or Part
Training includes:
- 4 CD-ROMs
- Over 6 hours of instruction
- Printed courseware
- Step-by-step hands-on-labs
- Sample code
Click here to see more detail
|
|
|
|
|
|
|