Create an Excel file in C# without Microsoft Office or Third party plugins

posted in: ASP.NET, C#, Programming, VB.Net, XML 0

How to create an Excel file (XLS / XLSX) in C# without having a copy of Microsoft Office on the server, or other third party plugins installed

Render a Section in a Partial View – ASP.Net MVC

posted in: ASP.NET, HTML, Programming, VB.Net 0

Let’s start with the following configuration to give an example: in a MVC project, you have a “_Layout.vbhtml” file with this code Then, you have a Partial View “ValidationScripts.vbhtml” in the Shared folder with If you call the Partial View … Read More

C# code to VB.NET free online converter

posted in: ASP.NET, C#, Programming, VB.Net 1

Simply paste your C# code and this free online utility will automatically convert it to its equivalent in VB.NET. This utility now support .NET 3.5 syntax: http://www.developerfusion.com/tools/convert/csharp-to-vb/ You can reverse code from VB.NET to C# too. 🙂

vb.net Bitmap object locks images (impossible to move/delete jpg/gif files) – .Dispose() Method common problem

posted in: ASP.NET, C#, Programming, VB.Net 0

Many people are in trouble and on forums asking why the .Net Bitmap object does not release an image with its .Dispose() method. The Bitmap object (after its destruction too) seems to lock the image file, then we are not … Read More