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
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.
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.
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.
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.
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
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 Insightshelps 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’ .
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.
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.
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.
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.
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.
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.