HomePosts tagged โVisual Studioโ
Visual Studio
Showing 1 - 20 of 44 results
Today, when I was trying to install the Team Foundation Server (TFS) Power Tools 2013, I received an error โThe...
- Visual Studio
- December 2, 2024
How to write a string to the Output Window in Visual Studio? Hereโs a simple tip that lets you write...
- Windows
- December 2, 2024
This blog post will explain in simple steps on how you can mark a method or function obsolete in C#...
- CSharp
- December 2, 2024
Below is a compiled list of my 10 favorite shortcuts in Visual Studio 2010 that i use every dayโฆ 1....
- Visual Studio
- December 2, 2024
Oxygene and Windows Phone 8 tutorials โ Article Index The Windows Phone 8 SDK provides Windows Phone Emulators which can...
- Windows
- December 2, 2024
What is NDepend? NDepend is one of the popular tool to analyse the .NET code that supports huge number of...
- General
- November 28, 2024
If you wish to drag and drop the Silverlight Toolkit for Windows Phone to the Windows Phone App , you...
- Windows
- November 28, 2024
Oxygene and Windows Phone 8 tutorials โ Article Index What is XAML? XAML stands for Extended Application Markup Language. It...
- Windows
- November 27, 2024
This blog post will explain 3 different use cases of the @ Symbol in C# and how the .NET developers...
- CSharp
- November 27, 2024
This blog post will explain how the .NET developers can disable or hide the Live Share feature in Visual Studio...
- Visual Studio
- November 26, 2024
For the last few days, I have been getting the following error inย Visual Studio 2010ย when creating a new Windows Phone...
- Windows
- November 26, 2024
Are you getting this error when trying to run a Windows Phone 8 application in the emulator? โโโโโโโโโ Microsoft Visual...
- Windows
- November 25, 2024
This post will explain in simple steps how the .NET developers can download Crystal Reports for Visual Studio 2019. You...
- Visual Studio
- November 25, 2024
Earlier, in one of my previous posts, I blogged aboutย SharpZipLib โ Zip Compression library for .NETย and wanted to explore if...
- .NET
- November 24, 2024
The File Tab in Visual Studio will show the list of files as list when clicked on the File Menu...
- Visual Studio
- November 23, 2024
NDepend is a Visual Studio Add-In / extension that helps the developers to analyze code and achieve high quality Code...
- General
- November 22, 2024
In one of my previous posts , i talked about Adding the Application Bar in Visual Studio . In this...
- Windows
- November 22, 2024
Theย SqlConnectionStringBuilderย was introduced inย .NET 2.0ย that is used to build theย database connection stringย specific for theย SQL Server. The MSDN defines it as โProvides...
- CSharp
- November 20, 2024
If you are a Windows Phone or Windows Store App developer , you might want to try out the Windows...
- Visual Studio
- November 20, 2024
TODO comments in Visual Studio โ Does it really matter ?