Building ASP.NET MVC, Web API, and Web Pages source code

Building ASP.NET MVC, Web API, and Web Pages source code

Update #1: Brad Wilson replied me as below ~ Paul Betts has diagnosed this as having some auto-generated files which are currently UTF16, which Git does not support. I’m working to figure out exactly how widespread the problem is. Seems like…

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…

Codeproject Highlight

Codeproject Highlight

Do you want to be informed the best stuffs of Codeproject every months? I have one good news for you. I’m gonna launch one new program called “Codeproject Highlight” started from this month in my blog. In this program, there…

Script# – Is Script# right for you?

Script# – Is Script# right for you?

I was playing a lit bit with Script# and I have some thoughts that I wanna share you. ( If you have no idea about what Script# is then you can read this post “Script#: C# to Javascript converter[^] “….

Script#: C# to Javascript Converter

Script#: C# to Javascript Converter

Have you heard about Script#? I heard about this toolkit last week even Nikhil started this project last year. I knew that there is a Java-to-Javascript converter called GWT (Google Web Toolkit) in Java World since long time back and…

How to protect the image from being copied?

Well, it is so sad to say that there is no way to protect the images from being copied until the time of writing this post. You may probably tell me that you found a lot of “Image Protection” tools…