.NET Tips and Tricks ( Visual Studio , Azure, VS Code ) from Daily .NET Tips – March & April 2018 Links

Daily .NET Tips is aiming to share valuable coding tips and tricks for .NET Developers. This site exclusively intends for sharing Tips and Tricks, useful Code Snippet, new features, which developers use in their regular development work. In this post, I am quickly listing down all the tips shared over the month of March and April 2018

.NET Tips and Tricks ( Visual Studio , VS Code, Azure Cosmos DB) from Daily .NET Tips – Feb 2018 Links

Daily .NET Tips is aiming to share valuable coding tips and tricks for .NET Developers. This site exclusively intends for sharing Tips and Tricks, useful Code Snippet, new features, which developers use in their regular development work. In this post, I am quickly listing down all the tips shared over the month of Feb 2018.

.NET Tips and Tricks ( Visual Studio , VS Code, Azure Cosmos DB, HoloLens) from Daily .NET Tips – Jan 2018 Links

Daily .NET Tips is aiming to share valuable coding tips and tricks for .NET Developers. This site exclusively intends for sharing Tips and Tricks, useful Code Snippet, new features, which developers use in their regular development work. In this post, I am quickly listing down all the tips shared over the month of January 2018.

.NET Tips and Tricks ( Visual Studio 2017, C# 7.0) from Daily .NET Tips – August 2017 Links

Daily .NET Tips is aiming to sharing useful coding tips and tricks for .NET Developers. This site completely design for sharing Tips and Tricks, useful Code Snippet, new features,  which developers uses in their daily development work and targeted anything related with .NET.   In this post I am quickly listing down all the tips shared over the month of Aug 2017.

.NET Tips and Tricks ( Visual Studio 2017, C# 7.0, Azure ) from Daily .NET Tips – July 2017 Links

Daily .NET Tips is aiming to sharing useful coding tips and tricks for .NET Developers. This site completely design for sharing Tips and Tricks, useful Code Snippet, new features,  which developers uses in their daily development work and targeted anything related with .NET.   In this post I am quickly listing down all the tips shared over the month of July 2017.

31 Days …. 31 Visual Studio Tips & Tricks from Daily .NET Tips–January 2016 Links

Daily .NET Tips is aiming to sharing useful coding tips and tricks for .NET Developers. This site completely design for sharing Tips and Tricks, useful code snippet which anyone use in daily development work and targeted anything related with .NET.   In this post I am quickly listing down all the tips shared over the month of January 2016

How to Understand the complexity and maintainability of the code ?

Code Metrics is one of the important software measures that give you an insight of your code maintainability and complexity. No one likes over engineered or too complex code.  As a developer when you are writing your code, you must adhere those boundary values of metrics to ensure your code is well written, understandable and maintainable.

Application Insights – Real Time Telemetry for your Cross Platform Application

Application Insights helps us to track applications health in real time. You can track you application availability, performance issues, users session and diagnose crashes faster then ever. It’s provides a real time dashboard  for your app to monitor your application. It is fast, very easy to configure and provide very powerful insights for your application. Not only with a Web Apps or Desktop apps, it supports various other platform like Universal Windows, Windows Phone and other platform like JAVA / J2EE, iOS, Android, Node.Js, Ruby, Python … or you can say it’s is available for ‘almost any apps’ .

Step-By-Step working with Unit Test in Visual Studio 2015

Writing Unit Test in Visual Studio is very easily and it comes up with Microsoft Unit Test Framework that gives us an added advantages. Visual Studio provides lots of tool and utility to Write, Execute and Verify your code. Also there are multiple things that we need to consider with respect to writing unit test, for an example mocking, code coverage etc.

.NET Tips and Tricks from Daily .NET Tips – July and August 2013 Links

Daily .NET Tips is aiming to sharing useful coding tips and tricks for .NET Developers. This site completely design for sharing Tips and Tricks, useful Code Snippet which anyone use in daily development work and targeted anything related with .NET.   In this post I am quickly listing down all the tips shared over the month of July and August 2013.

JScript Debugger– “Unable to attach the process. Another debugger might be attached to the process” – while application is running from Visual Studio. [ Solution ]

IE Developer toolbar provide us a fantastic and easiest way to debug JavaScript with in browser.  If the web site is hosted on IIS and you are trying  debug JavaScript using IE Developer tool bar, it will work fine if you the correct browser setting for debugging. If you are running your web application directly from visual studio, you might came across the problem of “Unable to attach to the process”  while click on “Start debugging” button in IE Developer toolbar. In this post I am going to talk about the resolution of the same and will also talk about little bit behind the scene.

.NET Tips – Links on ASP.NET C# MVC Visual Studio Tips – June 2011

Daily .NET Tips is aiming to sharing useful coding tips and tricks for .NET Developers. This site completely design for sharing Tips and Tricks, useful Code Snippet which anyone use in daily development work and targeted anything related with .NET.  In this post I am quickly listing down all the tips which are posted over the month June 2011.

.NET Tips – Links on ASP.NET C# MVC Visual Studio Tips – May 2011

Daily .NET Tips is aiming to sharing useful coding tips and tricks for .NET Developers. This site completely design for sharing Tips and Tricks, useful Code Snippet which anyone use in daily development work and targeted anything related with .NET.  In this post I am quickly listing down all the tips which are posted over the month May 2011.

Enable Scroll Override in Visual Studio

While using Scrolling in Visual Studio IDE, by default it scroll amount is fixed by number of lines. During normal development, when we scroll with in code editor,  the scroll amount by fixed line number is fine. But if you zoom out the editor code, scrolling wont be useful  as though we have changed the code editor zooming, still scrolling is available with fixed line number. To overcome this, you can use “Enable Scroll Override” features.