Sign in
Kannan
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
FAQ
India
PowerToys
Team Foundation Server
UI
Archive
Archives
November 2007
(1)
June 2007
(1)
April 2007
(3)
December 2006
(1)
August 2006
(1)
May 2006
(2)
February 2006
(1)
January 2006
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Kannan
TFS Data Source ASP.NET Control
Posted
over 6 years ago
by
MSDNArchive
7
Comments
While learning ASP.NET for developing the RTE for MSDN Forums I had to interact with multiple teams and provide them with status reports on the work items. Some of them were not using TFS yet for that code base. So I wanted a way to easily write a TFS...
Kannan
First CTP version of Team Foundation Server Admin Tool released!.
Posted
over 7 years ago
by
MSDNArchive
6
Comments
The first CTP Version of Team Foundation Server Adminitration Tool has been released today. Its available for download from the GotDotNet .
Kannan
TFS Reporting Simplified
Posted
over 6 years ago
by
MSDNArchive
4
Comments
In my last post we saw how to write a TFS Data Source Component. In this one I will explain how to use them to generate a TFS report like the one below leveraging existing ASP.NET controls. 1. First create a new ASP.NET page. 2. Second register...
Kannan
ASP.NET Rich Text Editor Control Released to Codeplex
Posted
over 6 years ago
by
MSDNArchive
4
Comments
I am glad to announce the release of ASP.NET Rich Text Editor control , that I have blogged about earlier, to the community. Get the sources for this control from codeplex Live Demo Initially was planning to write a lengthy blog entry, but...
Kannan
Mathematics in India of the Vedic age
Posted
over 7 years ago
by
MSDNArchive
2
Comments
An interesting article I read on Mathematics in ancient India
Kannan
Rich Text Editor for MSDN Forums
Posted
over 6 years ago
by
MSDNArchive
2
Comments
It's been a while since I posted. I had been real busy learning all about the web technologies & building a rich text editor for MSDN forums. One version of it is available as a post editor, as part of forums beta server at http://beta.communities...
Kannan
Team Foundation Server
Posted
over 7 years ago
by
MSDNArchive
1
Comments
“How well is the project going?” is a question too often asked to a first line manager that several of them spend hours to collect the data so that they can present it to their VP or manager. Quite often organizations end up having one system for...
Kannan
Team Foundation Server - User Permission Manager tool
Posted
over 7 years ago
by
MSDNArchive
1
Comments
As I mentioned earlier in my Blog entry I am currently working on releasing a CTP version of Team Foundation User Permission Manager tool. Based on our internal use and feedback from users 'not adding users by default to SharePoint and SQL Reporting Services...
Kannan
New Screen Shots of Team Foundation Server User Permission Manager
Posted
over 7 years ago
by
MSDNArchive
1
Comments
Last Friday reviewed the proposed screen shots and after going over several iterations finalized on this one
Kannan
V1.0 Release of Team Foundation Admininstration Tool
Posted
over 7 years ago
by
MSDNArchive
1
Comments
I am glad to announce the availability of v1.0 release of the Team Foundation Administration tool at http://go.microsoft.com/fwlink/?LinkId=59385 as a shared source project on www.codeplex.com . To learn more about codeplex check out Jim's blog
Kannan
FREE DOWNLOAD of both standalone Visual Studio Team Foundation clients
Posted
over 7 years ago
by
MSDNArchive
0
Comments
FREE DOWNLOAD of both standalone Visual Studio Team Foundation clients to connect to any CodePlex project. Read Koby's entry for details. http://blogs.msdn.com/korbyp/archive/2006/05/23/605597.aspx
Kannan
FAQ Item 1: How to generate Md5 hash string for a file.
Posted
over 7 years ago
by
MSDNArchive
0
Comments
using System.Security.Cryptography; .... FileStream file = new FileStream (fileName, FileMode .Open); MD5 md5 = new MD5CryptoServiceProvider (); byte [] result = md5.ComputeHash(file); file.Close(); string md5Hash = Convert .ToBase64String...
Kannan
Creating Cool Icons
Posted
over 7 years ago
by
MSDNArchive
0
Comments
Wish you could create those cool vista like icons for your application with ease?. Check out IconWorkshop at http://www.axialis.com/ . I recently tried it out and it looks pretty easy to create those cool icons with this tool.
Kannan
Iterators
Posted
over 6 years ago
by
MSDNArchive
0
Comments
Going through the documentation I found it hard to figure out how I could expose my custom Enumerator to foreach. I was trying to implement an “Inorder” traversal as a property to my Binary Search Tree, so that I could do the following. BinarySearchTree...
Page 1 of 1 (14 items)