Welcome to MSDN Blogs Sign in | Join | Help

Wriju's BLOG

.NET and everything

June 2009 - Posts

ASP.NET 4.0 : New HTML Snippet
In Visual Studio 2010 we have more than 200+ snippet to make your HTML life easier. It is not just Snippets which you can use, there is Surround with. For example, you want to wrap an area into UpdatePannel, you have surround with option with a mouse Read More...
Visual Basic 10 : Line Continuation Magic
There are some new enhancements in Visual Basic 2010 or Visual Basic 10 where you can really have greater flexibility on how you handle multiple lines for continuous statements, 'Explicit Continious Line (no need to use & _ ) Dim sContinuation As Read More...
NotifyIcon : Display Windows Form in System Tray
While talking to different people I get this question. And in Visual Studio it is very easy to do, You need Windows Forms Application, then drag and drop NotifyIcon there. Set one icon with that control so that it is visible, public partial class Form1 Read More...
Hello Azure in Talking Tech - Chennai 13 June 2009
"Hello Azure" at Chennai last week end was fun. I showed the demo and successfully uploaded it to Microsoft Cloud CTP. WOW, with a funky Internet connection outside office it is indeed a challenge. Received so many questions and fun to interact Read More...
Presenting Windows Azure in Talking Tech 2009
I am currently back from New Delhi where I have presented Windows Azure – Microsoft Cloud Computing. This Saturday I am going to Chennai for the same purpose. In Delhi (actually in Gurgaon) I enjoyed the interactivity where people had lots of questions. Read More...
Visual Studio 2010 and .NET Framework 4 Training Kit - May Preview
Available at http://www.microsoft.com/downloads/details.aspx?FamilyID=752CB725-969B-4732-A383-ED5740F02E93&displaylang=en Namoskar!!! Read More...
VB.NET 10 : Automatic Property
Now in VB.NET 10 we have automatic property, Public Property myName As String = "Test" Sub Main() Console .WriteLine(myName) End Sub In ildasm it shows like, Namoskar!!! Read More...
Azure : Pricing & Licensing Overview
Should you have question, please visit http://www.microsoft.com/azure/pricing.mspx How will Microsoft charge for the Azure Services Platform? Subject to certain limits, Azure Services will be available without charge during our Community Technology Preview Read More...
Page view tracker