Posted on November 23rd, 2015 by Sathyan R
Background: Visual Studio 2008 makes life very easy for a developer. We can have complete code blocks created automatically. This is at a very advanced level for VB.NET and is still evolving for C#. More Details: Right Click and select “Insert Snippet” from the context menu [Or] use Ctrl + K + X and you […]
Posted on November 23rd, 2015 by Himanshu Sahu
Issue: Severity – Very High In one of our windows service, we have been using a web reference for last two years. Just to do some upgrade work, we got the code of this windows service in another machine. Due to some reason we missed that web reference and needed to add again that […]
Posted on November 23rd, 2015 by Monalisa Pradhan
At times we need to reuse small pieces of code in many places of our application or in different applications. We just copy the code from one page and paste it to the destination page. This is a time consuming process and also not a good practice. Visual Studio has a great feature, that we […]