Date Issue in Excel Export

Date Issue in Excel Export

This is just a tip on solving date issue in exporting the excel file from ASP.NET. Introduction One of my guys was using this following code to export the excel file from ASP.NET application. The code is very simple. He…

C# 3.0 Tutorials: What is Anonymous type?

C# 3.0 Tutorials: What is Anonymous type?

This is my fourth part of my C# 3.0 tutorials. We have finished learning about automatic properties that introduces new and shorter way of creating the properties, object and collection initializer that gave us the way to initialize the object…

C# 3.0 Tutorials: Implicitly typed local variables

C# 3.0 Tutorials: Implicitly typed local variables

This is the third article of C# 3.0 tutorial series. We will take a look the first feature called “Implicitly typed local variables declaration” in this article. What is Implicitly typed local variable? Implicitly typed local variable is a variable…

C# 3.0 Tutorials: Object and Collection Initializers

C# 3.0 Tutorials: Object and Collection Initializers

Howdy everybody! This is the second part of my C# 3.0 tutorial series in my blog. Today, we are gonna talk about object and collection initializers, one of the features of C# 3.0. This feature allows you to initialize the…

C# 3.0 Tutorials: Auto-Implemented Properties (a.k.a Automatic Properties)

Note: This is the first part of my C# 3.0 tutorial series. Auto-implemented properties is the C# 3.0 new feature that make property-declaration more concise. It helps you to save some of your time for typing a lot of codes….

C# 3.0 Tutorials with Visual Studio 2008 for Beginners

I have been doing C# 3.0 for a while now but I never wrote any tutorial related to C# 3.0 in my blog before. So, I decided to write a few C# 3.0 tutorials while I’m waiting the release of…