Sunday, January 18, 2009

ஏன் முதல் தமிழ் செய்தி

தமிழ் ப்லோக் போஸ்ட் எழுதுவது இனி சுலபம்

Tuesday, January 16, 2007

microsoft acquired Sysinternals

Sysinternals a well known company for the tools like, processmon, filemon and regmon, ie filemonitoring and registry monitoring tools and some other freewares also. now microsoft acquired this company and now microsoft hosted this tools in its website.

my question here is , sysinternals was a independent company they were hacking the internals of the system, and creating lots of freeware, but i dont know what is going to happen here afterwards
because the sysinternals man is loaded with lot of other interesting work at microsoft.

one advantage of this aquisation is.
i can able to use these tools in the coorporate environment
and one more is i dont get security warning message when i run these tools.

i dont know what others are thinking.

i request microsoft to develop more tools like this, and dont remove any sysinternals tools from the website and provide these tools in the upcoming versions like windows vista.

Nunit - and open source

one of my friend asked me about Nunit, it that a framework or not,
i told him it is a unittesting framework.
and it contains a dll , which we need to include in our test project and compile the test project.
and tools included are nunitConsole which helps us to run the unit testcases in the console mode.
and NunitGUI which is used to run the testcases in the GUI mode.

and Nunit can be integrated with the Build task , and can be put in the build server and use cruise control.net to execute the testcases .

Iam a fan of microsoft. but i dont like the strategy microsoft follows.
for instance , it has developed its own unit testing framework. which can be executed inside the visual studio.

but the visual studio testcases can also be executed with the nunit.

Due to the fast change of framework (dotnet), the open source documentation tool died.
and microsoft has introduced a new tool which is known as SandCatle.

i dont know whether it is possible to execute the Unit testcases written using Visual studio testing framework, can be executed without installing Vs.net.
(ie) i use Visual studio to develop the testcases. compile the dll and run them in the dll without visual studio.
my question here is whether microsoft providing any free tool to execute the testcases without Nunit.

Monday, January 15, 2007

how to convert pdf to text

option 1:
create the word document in open office and use open office to convert the document to pdf.
(open source)
option 2:
http://sourceforge.net/projects/pdfcreator/ (opensource)

option 3:
http://www.pdf995.com/ (freeware)

option 4:
use adobe distiller (PROPRIOTORY)

Thursday, December 14, 2006

serialization problem in .net is solved

not possible to serialize the dictionary objects and nullable types in the form of xml, ie xmlserialization, this has been resolved by new xmlformatter class in .net 3.0.
so in .net 3.0 able to serialize generic types and nullable types. not tested actually. if any one tested it then tell me.
thanks

installing mozilla thunderbird in windows xp and norton antivirus

when you install any internet aware applications, like news agreegaters, the norton antivirus does not allow them to access the internet, so these applications does not tell you that norton firewall is stoping the access, so manually created a firewall rule stating that allow access to thunderbird to use internet.

the problem is for some applications norton firewall tells that program is accessing the internet -"do you want to allow it or block it". why it is not informing for thunderbird.

Thursday, August 24, 2006

How to change the port address in the vs2005 asp.net development webserver

To change the Port.

click the webservice or website project to see the propery pages.
and change the port there. and set the dynamic port to false.
and dont forget to stop the iis if you want to use the port 80.
iis can be stopped by using the following commands.

iisreset / stop
net stop iisadmin /a