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

One of my friend, Abhishek Sur (Microsoft MVP, Client App Dev), recently published a book titled "Visual Studio 2012 and .NET 4.5 Expert Development Cookbook" covering basic usage of Visual Studio 2012 IDE, its various components and better utilization of the tool.

 

This post is just an announcement of the book and introduce you with the content of it. If you are willing to buy, find herewith the links of different store.

Published by on under .Net | Book

It’s just 10 days when Visual Studio 2012 Update 2 RTM was released and now again, Microsoft released their next update pack named “Update 3”. This release is currently available under CTP (Community Technology Preview) first release.

 

Find herewith more about this release i.e. list of changes and the link to download it. Keep in mind that, it’s a CTP release and not ready for production environment yet.

Published by on under News | VisualStudio

Just 2 months after the release of Visual Studio 2012 Update 2 CTP release, Microsoft released the final version of Visual Studio 2012 Update 2 which also includes a single Blend version that can be used to build apps for Silverlight, WPF, Windows Phone and Windows 8 Store etc.

 

The update is freely available for you to download from Microsoft site. I am going to share the direct link here for you to get easy access link.

Published by on under ExpressionBlend | News

Few days ago while searching for a LightSwitch eBook for one of my friend, I found “LightSwitch Succinctly” authored by Jan Van where he describes about this tool’s uses and the need of it for your application development.

 

It’s a very good eBook for absolute beginner and available for free. I hope, this will really help you if you are judging to use LightSwitch in any one of your application.

Published by on under eBook | LightSwitch

It is sometime difficult when you have a bunch of properties exposed from a class and you just need few of them while debugging a code block. Sometimes it becomes even more complex when you have a collection of that class.

 

Is there any easiest way to improve the code debugging in Visual Studio? Yes, there is. In this post we are going to learn this technique if you have never used it yet.

Published by on under DZone | Tips

Microsoft released CTP (Community Technology Preview) version of Visual Studio 2012 Update 2 just few months after the release of Visual Studio 2012 Update 1. This new release comes with the Blend for Visual Studio which now supports all the major project templates.

 

If you are using multiple versions of Expression Blend, it’s time for you to upgrade to this release. Find out more about this release and download links.

Published by on under ExpressionBlend | News

Did you install Visual Studio 2012 in a fresh new environment and willing to target your project for .NET Framework prior to Framework 4 but could not see the option to change to the older framework version? This post will help you in details.

 

Continue reading more to know about the default .NET Targeted Framework of Visual Studio 2012 and the steps to install additional framework version.

Published by on under .Net | VisualStudio

Along with Windows 8 RTM for MSDN/TechNet Subscribers, Microsoft released Visual Studio 2012 and .NET 4.5 to the MSDN/TechNet Subscribers and all other developers. This is the latest version of the popular Software development tool in Microsoft platform.

 

In a blog post today, Somasegar announced the availability of Visual Studio 2012, .NET 4.5 and Blend. Continue reading to find out the links and other important information about this releases.

Published by on under .Net | News

Yes, you read the title right. Just after the announcement of Windows 8 RTM, Microsoft announced the release date of Visual Studio 2012. The final product will be available to MSDN subscribers and general public on 15th August 2012.

 

Visual Studio 2012 virtual launch event will be organize by S. Somasegar and Jason Zander on 12th September 2012. Don’t miss the opportunity to watch it live.

Published by on under .Net | News

For last two days we learnt about the new attributes named “CallerMemberName” and “CallerLineNumber” introduced in CSharp 5.0.

 

Today in this post we will learn about another attribute named “CallerFilePath” which has been newly included in C# 5. Tune in to know about it with a simple example to trace the development issues that one source file can generate.

Published by on under .Net | C# 5.0

Yesterday we discussed about “CallerMemberName” attribute. If you didn’t read it, you can find it here: “What’s New in C# 5.0 - Learn about CallerMemberName Attribute”.

 

Today we will discuss about another attribute named “CallerLineNumberAttribute” that has been newly added in latest CSharp version i.e. C# 5.0. Tune in to learn about it’s feature and uses to trace our development issues. Don’t forget to ask your queries and leave a comment below if this post was helpful for you.

Published by on under .Net | C# 5.0

C# 5.0 comes with Visual Studio 2012 and .NET Framework 4.5. Currently it is in RC (Release Candidate) mode and will get the final RTM version soon. In our last CSharp blog post “Evolution of C# (1.0 – 5.0)”, we learned about the evolution of C# and also we also came to know about the main features introduced in each C# version.

 

Today in this post, we will learn about one new attribute that has been introduced in C# 5.0 named “CallerMemberName” for developers. Yes, it is for developers to trace the information about the caller code. Let’s begin discussing about it.

Published by on under .Net | C# 5.0

C# is not new to us. We are using it since Visual Studio 2002. Currently it is in released version 4.0 and C# 5.0 is on the way to release with Visual Studio 2012. Though we are using it since a long time, but many of us don’t know the new features that has been introduced in each new release.

 

This post will cover the “Evolution of C#” from version 1.0 to version 5.0 along with the new features and respective Visual Studio version. Bookmark this post for future reference and share it to your network and help others to know.

Published by on under .Net | C# 4.0

Visual Studio 2012 is currently in RC stage and many of us actually started exploring it by downloading. Each Visual Studio release is like Christmas for developers around the globe and Visual Studio 2012 is no exception!

 

Telerik released a Free eBook on Visual Studio 2012 and ASP.NET 4.5 for you which will walk you through the highlights and show you how to use the new features to make your life as a developer easier. Read more to download the Free eBook and start exploring it’s features.

Published by on under eBook | News

“Quick Launch” is a new feature in Visual Studio 2012. If you used Productivity Power Tools in Visual Studio 2010, you might be familiar with this. In Visual Studio 2010 Productivity Tools, you can see this with the name “Quick Access”.

 

Now Microsoft integrated it as “Quick Launch” in Visual Studio 2012 and to use it, you don’t have to install any extensions. This 4th tip on Visual Studio 2012 will guide you to know more about this new feature. So, continue reading and let me know your feedback.

Published by on under CodeProject | Tips

Microsoft Visual Studio 2012 RC is now available for public download. There are plenty of new enhancements in this release of Visual Studio IDE. I already started explaining them in my blog for the developers to improve their productivity using this new IDE.

 

Today in this productivity improvement post, we will know about the enhanced version of the Solution Explorer. It is not new and was available in earlier versions too but in this new release they added new enhancements for the developers. Check out the complete post to know about it and it’s benefits.

Published by on under CodeProject | Tips

In our last blog post we discussed about browser switching mechanism in Visual Studio 2012 for web developers to test their web applications against different web browsers which actually increases the productivity time of such applications.

 

Today in this post, we will learn about the Refactor feature of Visual Studio 2012 which will again improve your productivity without using any additional tools or extensions. So, continue reading this post to learn about this feature of new Visual Studio IDE.

Published by on under CodeProject | Tips

If you are a web developer and use Visual Studio to design and develop web applications, this post will help you to improve your productivity. Last year we discussed how to improve your productivity using the “Default Browser Switcher Extension” in Visual Studio 2010.

 

Now here comes another post which will show you how to use the in-built “Browser Switcher” extension available in Visual Studio 2012. I hope that, once you start working in Visual Studio 2012, this will definitely help you to increase your productivity.

Published by on under CodeProject | Tips

This is a common question “Do I need to install Silverlight Tools separately if I install Visual Studio 2012?” few people asked me online/offline. That’s why I came with this blog post.

 

If you are seeking for the information on the same topic, this post will tell you whether you need to install Silverlight separately and if it already comes with Silverlight, what are the versions that it supports. Continue reading and share to those who might find it useful.

Published by on under Silverlight | Silverlight5

Microsoft released Visual Studio 2012 RC (Release Candidate) on 31st May 2012. This is the pre-release versions of the next release of Visual Studio.

 

In this blog post, I will share the installation experience of Visual Studio 2012 with you. The UI and installation steps changed drastically. Just go with it if you haven’t already installed this new IDE yet and try out the new Metro Style Application development.

Published by on under VisualStudio | VisualStudio11