If you still have Windows 7 and want to make Windows 7 look like Windows without installing Windows 8 then look at this tutorial. http://www.askvg.com/downlo... Follow the instruction and you can make your Windows 7 look like Windows 8. Note:- Remember that I have found this trick. If you have any question then post it on given link and I am sure they will help you. Thanks for read my post ......
When you have installed Visual studio update 4 you still see there is no template for MVC 5. For now you need to install ASP.NET and Web Tools 2013.1 Read this post for more information http://blogs.msdn.com/b/web... You can install it through WPI. the windows after installation look like this. Now visual studio 2012 (in my case express) will show you template for MVC 5. Thanks for read my post ......
If you want to use typescript language in your Visual studio 13 and it doesn’t work for you then don’t be frustrated. There is no reason to wait for fix. Now you can try these other way to compile your Typescript. 1. If you wish you can use Sublime text. There is a package Called Typescript and Better Typescript. it’s gave you syntax highlight to compile. everything will be done instantly. 2. Another good thing is Microsoft webmatrix. If you are working on mvc project then open the same directory ......
When you install a nuget package in your project then Visual studio cached it for you for future purpose. If you live offline few time you can add the this cache directory as your nuget source. For see the folder where nuget cached then just go to Tools > options > Package manager > source > Cached packages > browse. You can add this cached folder as source. For use nuget package without Visual studio you can try this trick. open this in your explorer C:\Users\{yourusername}\App... ......
In sublime text 3 if you are unable to save your file then try this trick.
open Settings > user and paste
"atomic_save": false
Now tried to save the file. It will working from now 
Firefox 28 Night 64bit Chrome 33 Canary Windows 7 based IE11 64 RTM ......
Update 4 for visual studio 2012 will bring Razor 3 and MVC 5 support within VS12.
UPDATED 6 JANUARY 2014 If you are installing .net connector in your PC then it’s registered the assembly in machine.config. Now if you want to run a single asp.net website you need to have Mysql.Data dll in your project no matter you use Mysql or any other kind of database connectivity. After time by time you make new project, new version of mysql connector come (.net connector is opn-source and active in development). Soon you come back to make a modification on project that you made earlier now ......
Few days ago I migrate a project to MVC 4 and suddenly I have seen that MVC project’s cshtml file is no longer working. The problem happen because my project is now based on Razor 3 RC and VS12 doesn’t even have support it. (Remember that VS team will ship support in VS update 4). My migration update it to Razor 3 (which is not related to MVC 4, MVC 4 used old version of Razor 2). So how to fix the problem. Since VS update 4 in development and MVC 3 support exist in both old Version of VS (10,12) ......
[This post is about experiment & imagination] From Windows XP (ever last OS I tried) I have seen a feature that is about send file to pen drive and make shortcut on Desktop. In XP, Win7 (Win8 have this too, not removed) just select the file right click > send to and you can send this file to many places. In my menu it’s show me Skype because I have installed it. this skype confirm that we can add our own app here to make it more easy for user to send file in our app. Nowadays Many people use ......
When Visual studio 2010 released back in 3 year ago I soon show a demo to some people that how Dark mode of Visual studio will be great idea. Soon we got some theme plugin which make us able to modify the look of visual studio. http://studiostyl.es/ already provide lots of wonderful color scheme that make you able to modify the theme. These themes are also work in webmatrix 2. Webmatrix 2 have a plugin for themes that is made by Yishai Galatzer that is awesome for webmatrix 2. In Visual studio 2012 ......