Dev Notes

Suspended Indefinetly...

News

<script type="text/javascript"><!-- google_ad_client = "pub-9887566656700242"; google_ad_width = 120; google_ad_height = 600; google_ad_format = "120x600_as"; google_ad_type = "text"; //2006-12-28: Savvy google_ad_channel = "6620623950"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <script type="text/javascript"><!-- google_ad_client = "pub-9887566656700242"; google_ad_width = 120; google_ad_height = 60; google_ad_format = "120x60_as_rimg"; google_cpa_choice = "CAAQxZqazgEaCMOiwb9yonQWKIHD93M"; google_ad_channel = ""; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>

Favourites

Friends

India MVP & CS

My Blog Roll

Publicity

June 2003 - Posts

Interesting link collection by akp on UML etc...


Demon Unlimited

I Think this will rock the blog communities...Excellent...

http://www.bradsoft.com/feeddemon/beta/feeddemon-beta1.exe

Here it goes ! VS7 Debugger Issue

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)

Welcome to hyderabad Community stars!

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

Posted: Jun 24 2003, 10:55 AM by sudhakar[mvp] | with no comments
Filed under:
Java.NET
I'm wondering how familiar is the term ".NET" ? Sun is also going .net  ;)
Cool..Isn't it.

This guy is really mad about...

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.

 

Unit Testing and Test-First Development

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

Securing your SOAP :)

How do we secure our SOAP? I don't mean of a soap box ;)
Here it goes...

Encrypting SOAP Messages Using Web Services Enhancements

WS-Security Authentication and Digital Signatures with Web Services Enhancements

Enjoy...

Hey I am in MS Office!!!

From today onwards I'll be working from MS BUIT Office, Hyd. Cool. Great feeling that ..am working with MS Guys...

:)

 

Posted: Jun 16 2003, 02:41 PM by sudhakar[mvp] | with 1 comment(s)
Filed under:
Skinning my asp.net weblog

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..

More Posts Next page »