Tag: C#
-
What is managed and unmanaged code
What is managed and unmanaged code in .Net technology.
-
Logging made easy in .NET – log 4 net
How to use the log 4 net in .Net application. Example, demonstration and sourcecode
-
Clear ASP page cache – Page_Load() firing multiple time in RadWindow Popup
How to prevent the multiple Page load event in case Telerik Rad Window Popup is used and Clear ASP page cache.
-
Get Week of the Year
get the Week Number of the year in C#
-
Upload Files in ASP.NET at Production server
In this article, i am going to demonstrate that how to upload the file in ASP.NET production server. Most of the case, a developer created a code to upload the file and test it on his local machine. program runs smoothly, but as he forward the same code on production. He stuck in the file permission error as on…