Have ever worried about creating same data form for different projects?? Is it boring?? Microsoft owns a new solution for that. It’s awesome. Flexible. We call it Microsoft Visual Studio LightSwitch. 2011. It generates data forms for your applications. It owns entity designer to design your database. And also there is a feature called screen. Screen are data forms which is generated ...
I watched a movie called Unknown. It was all about knowledge. I finished a post how knowledge is important. But Knowledge is a thing which occurs so many problems. This movie is a bundle of curiosity. I didn’t even imagine what is going to happen at the end. It twisted my mind as I never hoped. I rely that ...
Before two days my blog was hosted by Blogger. Somebody had reported my blog and disabled it. Then he used my custom domain. I was shocked when I saw my blog is hacked. But fortunately I had a backup of all blog posts. I reported to the Google blogger team. Then after two days they replied me. Also they gave ...
I was assigned to a training task to write a web script for calculating the size of a folder or a file. But you need to go through all the nodes recursively. If you don't calculate it recursively in folders you won't get accurate folder size.For this project, I generated Alfresco 5 All-in-One maven project. You really don't want Alfresco ...
Oh, I was in blogger. I hate ads at all. But I purchased my domain from WordPress. That is all I can do. WordPress is asking for $30 from me to remove ads. I don’t like ads. But unfortunately now My Debit card doesn’t have $30. I’m doing this blog for not to have a profit. It’s my pleasure to ...
If you have Yes or No data to store in DB, what will you select as the data type? Most of the times you will select “Bit”. Because it only takes 1 bit to store data. And it is the best data type for this situation. But it takes more than bit in SQL Server. If you have only one ...