News

So I have a method:int Foo()It either returns a value if successful or NULL if not. If I'm not mistaken, if I try something like:int bar; bar = Foo();and Foo() returns NULL, then my program will ...
I'm trying to write a simple C# (.NET 1.1) class with a couple of properties. One of the properties is going to be SiteGuid, which relates to the SiteGuid ...
Take advantage of the Buffer class in .NET to improve application performance through faster access to data in memory ...
Small Changes in Teaching: The Minutes Before Class 3 simple ways you can set up the day’s learning before the metaphorical bell rings ...
But it's possible to create a C# class library that Visual Basic cannot use directly, all thanks to differences in how each language resolves case issues. Consider this simple C# type: ...
The C# and Visual Basic access modifiers let you indicate the level of interpersonal relationships your type member can have. Whether they're Private, Public or something else, each modifier makes ...
Take advantage of anonymous types in C# to create and instantiate types that have read-only properties without having to declare the type beforehand ...
The Mercedes S-Class is an amazing technological achievement, but thanks to regulations, it can't be considered autonomous. But this simple hack changes all of that.