Sign in
Durgaprasad Gorti's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Ruby On Rails IIS IIS 7 RoR Windows
Archive
Archives
December 2011
(1)
May 2010
(1)
September 2009
(1)
June 2009
(3)
January 2009
(1)
October 2007
(1)
September 2007
(2)
October 2005
(2)
September 2005
(4)
August 2005
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Durgaprasad Gorti's WebLog
Outlook quick steps and mouse button programming
Posted
over 2 years ago
by
Durgaprasad Gorti
0
Comments
I have acciddentally discovered a cool tip. Most of you use the Outlook Quick Steps correct? Now, one of the ways you can customize is to create your own Quick Steps For example, I have a quick step to move my mail to a folder. Then I assigned a...
Durgaprasad Gorti's WebLog
"Start In" folder is not honored when you launch the command prompt as an administrator
Posted
over 3 years ago
by
dgorti
0
Comments
Say you have a command prompt shortcut. You set it to start in a particular folder by editing the properties as shown above. Then you also set the Advanced properties to launch it as Administrator. You launch the shortcut and it puts you in windows\System32...
Durgaprasad Gorti's WebLog
Embed Ruby code directly inside MSBUILD file using DLR and IronRuby
Posted
over 4 years ago
by
dgorti
2
Comments
You know the MSBUILD drill. Everything is a custom task. Need to add two numbers? Write a custom task. Need to replace spaces in a string with '_' character? Write a custom task. I don't like the overhead of writing custom tasks. What you have with...
Durgaprasad Gorti's WebLog
Ruby On Rails with IIS 7 - Reloaded
Posted
over 4 years ago
by
dgorti
27
Comments
In my last post I mentioned getting into Ruby and making MABUILD and rake work together. I think I found a better way to do the same with PowerShell integration, which I will write up sometime this week. Now, it is inevitable that Ruby leads to Ruby On...
Durgaprasad Gorti's WebLog
Calling RAKE from MSBUILD
Posted
over 4 years ago
by
dgorti
2
Comments
These days, I am spending quite a bit of time with Ruby, Ruby On Rails and RAKE. I am not into the Ruby religion yet, and not drinking the ruby Kool-aid that much. Just a little. I needed to integrate the TeamBuild (Team System) with Ruby/RAKE. So in...
Durgaprasad Gorti's WebLog
Doing the same thing again and again
Posted
over 4 years ago
by
dgorti
1
Comments
A while back in the C++ days, there were class libraries doing things like sending mail, opening/reading cert store, event log writing reading, etc. These were written in C++ to encapsulate some of the pain associated with routine tasks. Great Idea!!...
Durgaprasad Gorti's WebLog
To Agile or Not Agile
Posted
over 4 years ago
by
dgorti
3
Comments
I have been pondering over the Agile, Iterative, XTreme, waterfall and several other software methodologies. I think that each of them have their strengths, I have no reason to bash one methodology or pump some other methodology. Personally, I really...
Durgaprasad Gorti's WebLog
VSTT Controller and Agent setup
Posted
over 6 years ago
by
dgorti
4
Comments
In my previous blog article, I pointed out that in a workgroup environment, Windows XP has the force guest policy on and it prevents agents and clients connecting to the controller. In this post, I want to expand on this and talk a bit more about VSTT...
Durgaprasad Gorti's WebLog
Querying on WorkItem Links through the API
Posted
over 6 years ago
by
dgorti
4
Comments
In Rosario Team Foundation Server, significant new functionality is added for liking work item types http://blogs.msdn.com/bharry/archive/2007/08/06/work-item-tracking-enhancements-in-the-aug-rosario-ctp.aspx http://blogs.msdn.com/teams_wit_tools/archive...
Durgaprasad Gorti's WebLog
VSTT Controller, agent in a workgroup
Posted
over 6 years ago
by
dgorti
2
Comments
So I moved from the networking group to Visual Studio Team System Test. Recently, I was investigating an issue where the client, controller and agent are not working together when in a workgroup topology. In other words, the machines that are running...
Durgaprasad Gorti's WebLog
Using a Network Monitor
Posted
over 8 years ago
by
dgorti
3
Comments
These days connected applications are everywhere. Web Services and Indigo based applications are used to hook up various services over the internet. When something goes wrong you can debug all you want but ultimately you need to look at what is really...
Durgaprasad Gorti's WebLog
Getting SubnetMask through System.Net.NetworkInformation
Posted
over 8 years ago
by
dgorti
1
Comments
Some people have asked me how to get the SubnetMask for the network interfafce. The subnet mask is valid only for IPv4. The solution may not jump at you since there is no property called SubnetMask, however there is a property called IPv4Mask. Here is...
Durgaprasad Gorti's WebLog
Using System.Net Tracing
Posted
over 8 years ago
by
dgorti
13
Comments
In Whidbey (.NET Framework 2.0) System.Net has a new feature called Tracing. This uses the builtin CLR Tracing functionality. What is interesting about the System.Net Tracing is that You can easily see the data that is being sent or received without having...
Durgaprasad Gorti's WebLog
Only one usage of each socket address (protocol/network address/port) is normally permitted
Posted
over 8 years ago
by
dgorti
18
Comments
Lets say that you are invoking a web service from another web service. Both are on the same box. You might be making authenticated or unauthenticated calls and perhaps you are setting the KeepAlive = false. Intermittently, (under load) you might get ...
Durgaprasad Gorti's WebLog
I spoke at the PDC 2005
Posted
over 8 years ago
by
dgorti
2
Comments
I presented System.Net tips and tricks. I did the lunch session on Tuesday and Wednesday. Lunch sessions are particularly difficult, you only have 45 minutes - You can't present lengthy topics. I chose to talk about the System.Net Tracing, Negotiate Stream...
Durgaprasad Gorti's WebLog
Please post your questions to http://forums.microsoft.com/msdn/ShowForum.aspx?ForumID=40
Posted
over 8 years ago
by
dgorti
0
Comments
If you have questions on the System.Net [managed network programming api's] please post your questions to http://forums.microsoft.com/msdn/ShowForum.aspx?ForumID=40 I monitor this forum and so does all of my team. This is your best bet to get your...
Durgaprasad Gorti's WebLog
Cookies, Cookie Collection and CookieContainer
Posted
over 8 years ago
by
dgorti
5
Comments
When using System.Net or Web Services, you might want to receive or send cookies, perhaps for session state maintenance or in some rare situations for proxy authentication. The first thing we are tempted to do is to access WebResponse.Cookies collection...
Page 1 of 1 (17 items)