.:: Mahesh’s Weblog ::.

MiscellaneousNovember 8, 2007 7:24 am

Here is the test post from Windows Live Writer :-)

MiscellaneousNovember 7, 2007 8:06 am

Windows Live

Hi guys hotmail team starts to give mail address like yourname@live.com instead of the yourname@hotmail.com. Get it quickly and have fun. here is the link

Cheers………..!

C#November 6, 2007 7:32 am

If you receive this error message, it seems you are using the TransactionScope in your C# code,

Check whether MSDTC(Microsoft Distribution Transaction Coordinator).

If not, Go to Control Pannel -> Administrative Tools -> Services

And then double click the Distribution Transaction Coordinator. And then Set Startup Type is Automatic and Start the service.

Hope your problem is solve :-)

Cheers…………………….!

Microsoft Distribution Transaction Coordinator

Visual Studio Dot NetOctober 26, 2007 4:38 am
  • Make sure Visual Studio 2005 SP1 is installed.
  • Turn off animation.
    Go to Tools | Options | Environment and uncheck Animate environment tools.
  • Disable Navigation Bar.
    If you are using ReSharper, you don’t need VS2005 to update the list of methods and fields at the top of the file (CTRL-F12 does this nicely). Go to Tools | Options | Text Editor | C# and uncheck Navigation bar.
  • Turn off Track Changes.
    Go to Tools | Options | Text Editor and uncheck Track changes. This will reduce overhead and speeds up IDE response.
  • Turn off Track Active item.
    This will turn off jumping in the explorer whenever you select different files in different projects. Go to Tools | Options | Projects and Solutions and uncheck Track Active Item in Solution Explorer. This will ensure that if you are moving across files in different projects, left pane will still be steady instead of jumping around.
  • Turn off AutoToolboxPopulate.
    There is an option in VS 2005 that will cause VS to automatically populate the toolbox with any controls you compile as part of your solution. This is a useful feature when developing controls since it updates them when you build, but it can cause VS to end up taking a long time in some circumstances. To disable this option, select the Tools | Options | Windows Forms Designer and then set AutoToolboxPopulate to False.
  • Source http://dotnettipoftheday.org/tips/speedup_visual_studio.aspx

    Cheers……………!

    ASP.NETOctober 24, 2007 9:51 am

    If you are using style sheet, write following styles to the label

    <div style="width: 149px; white-space:normal;">

    <asp:Label CssClass="V10BBrown" ID="Label5" runat="server" Text=’<%# Bind("Desc1")%> Width="149px" />

    </div>

    Others are not importent, but the "White-space: normal" is importent. But make sure your text have space in middle

    for example, it is not work this type of text "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

    it is work this type of text "xxxxxx xxxxxxxx xxxxxxxxx xxxx xxx xxx xxx"

     

    Cheers……………..!

    MiscellaneousOctober 23, 2007 4:51 am

             Yesterday when I surf internet I saw some interesting feature in Google. It is still in experimental site, but you can see some cool stuff there. One of that is, you can use keyboard shortcuts to navigate Google results. First of all you have to go to this site and join the experiment (http://www.google.com/experimental/). Try it, it is cool stuff emoticon

    Google Experiment

    Google Experiment

    Cheers ……………..!

    MiscellaneousOctober 22, 2007 5:46 am

     

    Yesterday I had some fun with my firends. hehe it is nice emoticon we went to celebrate the 21st anniversary of Hilton hotel. emoticon 

    Hilton_Koththu
    MiscellaneousApril 27, 2007 7:17 am

    Please Click the Link Below

    Happy Wesak

    Visual Studio Dot NetMarch 31, 2007 4:43 am

    HI all,

    this is really really nice article. check this http://www.smashingmagazine.com/2007/01/19/53-css-techniques-you-couldnt-live-without/

    Cheers……….!

    MiscellaneousJanuary 11, 2007 9:20 am

    Yahoo showed off some cool demos with their next generation messenger client (you can watch a video of it in action at http://messenger.yahoo.com/vista).  One of the really cool things about the new messenger client is that it was built using Windows Presentation Foundation (WPF) and the .NET Framework.

    Read More

    Cheers………! emoticon