Quantcast
Channel: Phil801 - Geek Blog» .Net
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

C# .Net Basics: Classes

Classes A class is a user defined object or type construct that allows you to group together fields, properties and methods into a custom type that behaves in a consistent way.  A class is a reference...

View Article



Image may be NSFW.
Clik here to view.

Data Adapters in ADO.Net

Data Adapters are the objects in ADO.Net that allow us to communicate and exchange data between a data source and a dataset.  With them, we are able to retrieve data from and write data to a database...

View Article

Image may be NSFW.
Clik here to view.

Using Generics in .Net

Generics provide for extended code reusability and type safety in your projects.  A generic is a class, structure or interface that uses a type parameter as a placeholder for the actual type that it...

View Article

Image may be NSFW.
Clik here to view.

.Net Collection Types: Hashtable vs. Dictionary

Deciding what type of collection to use in a project is based on the objectives and needs of your project – which you will probably already know.  But to decide which collection object to use, you need...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images