Follow us on X (Twitter)  Like us on Facebook  Connect with us on LinkedIn  Subscribe to our YouTube Channel  Subscribe to our WhatsApp Group

VisualStudio

Showing posts with label VisualStudio. Show all posts

Microsoft released Visual Studio 2012 RC (Release Candidate) on 31st May 2012. The available Visual Studio 2012 RC products and localizations are pre-release versions of the next release of Visual Studio.

 

This blog post will cover all the product details and the downloadable links to each product of Visual Studio 2012 including the web installer and ISO image link for offline installation.

Published by on under News | VisualStudio

Today while debugging a Silverlight application, I noticed that, my Visual Studio 2010 was taking too much time to load the referenced assemblies and the browser was freezing for some time while loading the XAP. First I thought that it is due to the solution file but after doing some investigation I noticed that it is happening for all Silverlight application.

 

Finally I found the solution and thought to share with you. In case you come across same situation, this post will help you to resolve it easily.

Published by on under Silverlight | Tips

Microsoft launched Visual Studio 11 Beta and .Net Framework 4.5 Beta with lots of new, enhanced and improved features. Jason Zander, announced the availability of Visual Studio 11 beta and .Net Framework 4.5 beta in his Weblog on 29th February 2012.

 

Continue reading this post to find out the links towards the Web Installer as well as the Offline / Standalone Installer of Visual Studio complete suite.

Published by on under News | VisualStudio

It was an awesome moment to speak at “Microsoft Monday” today. I delivered one hour session on “LightSwitch for Business Application Development” in front of a great people of Mahindra Satyam.

 

In this blog post, I am going to share the slides that I used in the presentation. Those who participated and/or didn’t get chance to attend it, can go through the slides from here for reference.

Published by on under Events | LightSwitch

In our last video tutorial “What is the Lifecycle of Windows 8 Metro Style Application?”, we learnt how the Windows 8 metro style application life cycle works using a small video demonstration of states.
 
In this video tutorial we will see a practical example of it using the already available metro applications. Continue to watch the video tutorial series.

 

Published by on under Metro | Tutorial

Today in this Video tutorial, we will learn about the Lifecycle of Windows 8 Metro style application. We will also learn what are the various states available during the Lifecycle.

 

Let’s start discussion followed by the video tutorial. An easy way of representation has been added in the video. Let me know your feedback. Don’t forget to share this to your friends and ask their feedback too.

Published by on under Metro | Tutorial

Hope you gone thru my previous video tutorial “How to Create a Windows 8 Metro Style Application using Visual Studio 2011?”, where I demonstrated about Windows Metro Style Application templates, creation of project and it’s project structure. There we also demonstrated one simple “HelloMetroStyleApplication” sample.

 

In this video tutorial, we will learn about “Package.appxmanifest” file which resides in the Metro application project directory. We will discuss step-by-step about each property page and XML content of this manifest file.

Published by on under Metro | Tutorial

People often asked me to start a Video Tutorial series on Windows 8 Metro Style Application development using Visual Studio 2011 and here is first part of the series. The series will include the video tutorial as well as some text to give you easy access to the code.

 

In this first part (10 mint Video Tutorial), we will learn how to get started with the Project and also we will learn the project structure. Later we will have a small demo to show you how to develop your first “Hello Metro Style Application” using Visual Studio 2011 IDE. Continue to the tutorial to learn more.

Published by on under Metro | Tutorial

My friend, Mr. Abhimanyu Kumar Vatsa (aka. @itorian) published a Free eBook on “Razor View Engine in MVC 3”. I appreciate the effort that he had contributed to publish this eBook and hence sharing this book details and downloadable link in this post, so that, it can reach to maximum people and they will get benefit from it.

 

Vatsa had demonstrated it in simple fashion (Step-by-Step), that a beginner can understand properly. Continue reading and download the PDF file freely. Also, don’t forget to share this to your friends and colleagues.

Published by on under .Net | Book

In Windows 8 if you installed Visual Studio 11 separately, you may notice the error “Tool makepri.exe cannot be found. Please install Windows Modern SDK” while building Metro Style Windows application. What is that and how to resolve this issue?

 

In this post I will discuss about this issue and will also give you the solution. If you are facing the similar issue, read to find out more.

Published by on under SDK | Tips

Visual Studio 11 provides an integrated development experience that spans the entire lifecycle of software creation from architecture to code creation, testing and beyond. This release adds support for Windows 8 and HTML 5, enabling you to target platforms across devices, services and the cloud.  Find the link to download the standalone/offline installer (ISO) of the Visual Studio 11 Developer Preview.

Published by on under .Net | News

Microsoft released Visual Studio 11 Developer Preview to the developer community. First they released it for the MSDN subscriber that means, it was available only for MSDN subscribers till the date it was announced. Now it is available for general public. You can now download it and start exploring the features. You can also start developing Windows 8 applications using this IDE.

 

In this post, I am going to share you the links for both MSDN and general public download. Grab it and start exploring.

Published by on under .Net | CodeProject

"Why my Visual Studio debugger is not working for my Silverlight application?" - it's not a new question. People ask this several time in different forums. If you search on net, you may probably find the solution. But, in this post I am just sharing the solution once again for my blog readers and anyone on the net who may face similar issue in future.

 

In this post, I will share you 4 small tips. Just follow the steps from top to bottom and let me know which one resolved your problem. This tip might not be a new thing for you but don't forget to share to others. This could be useful for them.

Published by on under CodeProject | Silverlight

If you work in XAML pages, sometime you might noticed that the XAML page freezes for sometime while opening the page in design view. This is very annoying and many time it is responsible to crash the Visual Studio IDE. So what to do?

 

If you use Expression Blend to design the XAML page or don't want to open the XAML in design view, this small tip will help you to improve the performance of the IDE. Read more to know.

Published by on under CodeProject | Silverlight

Few weeks ago, I published a post in my blog on "Default Browser Switcher Extension for Visual Studio 2010" and today that has been selected as "Articles of the Day" in Microsoft official site ASP.Net and showcased.

 

In that article, I described about a cool extension that you can download freely from the Microsoft Gallery. This extension will help you to improve the productivity if you are working as a web developer. That article demonstrates installation and uses steps-by-step. Read more to read about it.

Published by on under Achievements | News

It's definitely a great start of the day when you notice that one of your article has been selected as "Articles of the Day" in Microsoft's official site WindowsClient.net. This happened with me once again.

 

Few months ago I published one blog post describing a tip that helps to quickly close the open Visual Studio documents. There I also described how to customize the keyboard to assign shortcut for any Visual Studio commands. Read to know more.

Published by on under Achievements | News

There are many instance when we have "Browser1" as the default browser in the system and we want our web application to be run inside a different browser (say "Browser2") from the Visual Studio IDE. To do this, we need to open the "Browser2" application and set it as default one, so that, the "Browser2" will start as the application handle from the IDE. After that, you have to revert back the default browser to "Browser1" by doing the same step.

 

This is really very difficult job. To simplify this thing, there is an Extension for the Visual Studio 2010 IDE. If you download and install that free extension, you will be able to do this very easily. In this post I will share the step and show you how this will improve your productivity.

Published by on under CodeProject | Tips

You might know that Ctrl + W is a shortcut key for many browsers like Internet Explorer, Firefox, Chrome etc. to close the tab bar items. If you have tabs in the open tab bar and want to close the currently open tab, you can use Ctrl + W shortcut key instead of clicking the close button.

 

In Visual Studio, you might want to do the same. Suppose you have a no. of documents open in your tab and you want to close some of them with a shortcut instead of clicking one by one. How can you do that? Read the post to configure your Visual Studio IDE to assign a shortcut for it.

Published by on under Tips | VisualStudio

Visual Studio Async CTP Service Pack 1 has been released which extends Visual Studio 2010 which provides a new streamlined syntax for Asynchronous development. This version of Async CTP is compatible with Visual Studio 2010 SP1.

 

Read the complete post to find out the download link and installation instructions.

Published by on under .Net | Async

Visual Studio LightSwitch is a new tool for building data-driven Silverlight Application using Visual Studio IDE. It automatically generates the User Interface for a Data Source without writing any code. You can write a small amount of code also to meet your requirement.

 

image

 

LightSwitch is currently in it's Beta 2 stage. Read this post to know about the installation process of it. Also find the installer location to download it freely.

Published by on under LightSwitch | Silverlight