Saturday, April 9, 2011

Ways To Improve Your PRODUCTIVITY in Visual Studio


Would it not be interesting to know, using Visual studio tips and tricks, how you can share code  snippets with  your team(Tip 2.43), how to remove unused using statements(Tip 2.19), how to display quick info of a function(Tip 2.32), how to use tracepoints to log printf or console.writeline (Tip 7.14), how VS 2008 targets multiple .NET frameworks(Tip 7.1) , How to debug multiple projects (Tip 7.26) etc...
Nils Naegele has a list of those and lot of other tips, in his blog  under visual studio tips. For this Nils Naegele extends his curtesy to Sara Ford(VS guru) worked with Microsoft for the past 9 years. You can also go through Sara Fords blog to see a video  on this topic as well. 
Happy programming...

CodeRun Studio – Free cross platform browser based IDE



CodeRun Studio is a cross platform IDE on the cloud. You can easily devlop and deploy applications using your browserThe benefits of browser based IDE are lower startup costs, and reduced expenses. Extremely curious to try it out and hence using its free service

It gives you various options to create projects using its built in project templates (similar to Visual studio). You can see most of the project templates which we use on a daily basis. It has native support for C#/.NET (3.5), PHP (5.1), JavaScript, HTML and CSS. C# support includes ASP.NET, WCF, Silverlight and WPF browser application development and deployment.


 
Debug option is also available which is nice and you can also download the code to work offline. You can upload your new code to test it online.











Give a try as it is free  now. Happy programming – On the cloud J.