How to register two different controls (buttons) to the same event in ASP.net
I am currently in the process of learning and thus reading a book named " 4 Unleashed" by Pearson Publications. I found an example in the book in which it…
New Features in ASP.NET 4.0 core services
Refactored The file has been refactored by taking all the complicated configuration statements into the This has been done so that all the complex and major settings stored in the…
Difference between Web Application and Web Site in .net | Web Application Vs. Web Site
Difference between Web Application and Web Site in .net Web Application Web Site All the list of the files included in the project is stored in the .csproj/.vbproj No such…
Is .NET a clone of JAVA?
I have seen this question arise a lot in the discussion which often turns into battle field for the developer community. Many believe that .net is a clone of Java.…
Run a large SQL script in MS-SQL server | Solution: Insufficient memory to continue the execution of the program
Today one of my team mates came to me with a script file of 157 mb. He said he wanted to execute it so that the DB can be filled…
The plight of engineers: :)
There are three kinds if people: 1. The ones who always are happy. 2. The ones who are always sad. 3. The ones who have lost how both the above…
Why Should You advertise With Freefeast.info ?
As you can see from the Google analytics report on : We have a growing graph of visitors. The best part is, 86% of our visitors are new visitors. We…
Copy multiple files to a single file using POWERSHELL | Copy the contents of multiple CSV files into a single CSV file using POWERSHELL
This is a PowerShell script that I created when I wanted to combine the data of almost 700 + CSV files into a single CSV file named I will try…