I was lately on Google developer day which is really great. The only disadvantage was that it’s not possible to be on all presentations, luckily Google provide videos for all…
Read moreChange boot sequence in VMWare
When you restart the virtual machine you will see vmware splash screen. Hit F2 right away to get into the VM’s BIOS settings. It can show only for really short time.
After that you will be in vmware BIOS. Use the right arrow key three times to move over to the “BOOT” menu selection. Use the UP/DOWN arrow key and the +/- keys to toggle the boot order such that “Removable Devices” is the very first (top) in the boot order. Removable Devices includes Legacy Floppy Drives.
Hit F10 to save and exit
ASP.NET MVC Beta released
ASP.NET MVC is finally in beta. I’ve been looking for this for some time. ASP.NET with the components and view state is not what I like. This MVC is something…
Read moreAjax second postback not working in Sharepoint in UpdatePanel
We have one problem in work, we spend with that two days without any solution, all we found cause some another problem. This is what help us when the page is not making second postback in update panel when the first postback is fired by element in UpdatePanel and refresh only update panels on the page.
Read moreStoring Database Connection String in Web.Config
Today I found, that storing connection strings were little bit changed between .NET 2.0 and .NET 3.5. Here is an example of how to store a database connection string in…
Read more