I Think this will rock the blog communities...Excellent...
http://www.bradsoft.com/feeddemon/beta/feeddemon-beta1.exe
Get a relief from VS.NET strange, irritating debugger problems... mkpark@microsoft.com (Visual CSharp Debugger QA team) made it easier to solve it for us...
Go get the doc^ here... (link was updated to rosherove's blog)
Today the Microsoft awards night is going start...I am hoping it as a grand success, as they did made it same in banglore.
Community stars from Hyderabad
01. Ramaprasad Updahyaya (Wipro tech)
02. Gopala Vadrevu (Wipro Tech)
03. Jaffer Mirza (Camp sys)
Cheers buddies
This geek is really mad about .NET Utilities. This home page should be incorporated with my VS.NET 2k3.
http://madgeek.www3.dotnetplayground.com/SharpToolbox/
Thanks very much fabric...
Here is the Integration steps:
drive names can be different,
1. OPEN getWhatsOnline.xml FROM
D:\ProgramFiles\Microsoft Visual Studio .NET\Common7\IDE\HTML\StartPageTabs\1033
2. add following code after the last <Tab></Tab> Block
<Tab ID="vs_web_hosting1" Name="SharpToolBox" Filterable="false">
<TabData>
<Value Name="VisualStudioF1Keyword1">vs.homepage.web.hosting1</Value>
</TabData>
<Application Title="Downloads1" ID="vs_web_hosting_app1">
<Pane ID="WebHostingPane1" Title="Web Hosting1">
<LinkGroupSet ID="WHList1" Layout="list" Priority="500">
<LinkGroup ID="WH1" Title="SharpToolBox" Priority="900" />
</LinkGroupSet>
</Pane>
<Data>
<Context>
<Links>
<LItemEx>
<LItem LinkGroup="WH1"/>
<Blurb>Wait while i am downloading SharpToolBox for you...</Blurb>
</LItemEx>
</Links>
</Context>
</Data>
</Application>
<Feeds>
<Feed Expires="86681827931">
<Source ID="DefaultWebHostSrc1" LCID="1033" URL="http://msdn.microsoft.com/vsdata/vsdata.asp">
<Arg Name="tab">vs_web_hosting1</Arg>
</Source>
</Feed>
</Feeds>
</Tab>
3.Open vsHome.js file FROM
D:\ProgramFiles\Microsoft Visual Studio .NET\Common7\IDE\HTML\1033
a. Search The following Function
fnShowContent(oTab)
b. add following line after first for loop
if(oTab.id=="tabvs_web_hosting1RenderDiv"){
window.location.href="http://madgeek.www3.dotnetplayground.com/SharpToolbox/";
}
4. Close and Save , open start page from VS.NET and refresh the page, left hand side you will see menu.
A Nice article on .NET Unit test case development from EG-MS. A must to read for any developer who wants to work in manufactoring domain. Eric thanks very much.
Unit Testing and Test-First Development
From today onwards I'll be working from MS BUIT Office, Hyd. Cool. Great feeling that ..am working with MS Guys...
:)
A great skinning trick from Jesse Ezell...Thanks Alex
http://weblogs.asp.net/jezell/posts/8032.aspx
I have copied the css from Jesse's web and modified a bit for header ;)
Thanks very much jes..