InCisif.net 1.4 Released
InCisif.net is an automation tool designed to implement client-side functional testing of web applications under Internet Explorer 6 or 7, using languages such as C#, VB.Net or IronPython.
InCisif Software Released InCisif.net 1.4
InCisif Software Released InCisif.net 1.4
Hi,
ReplyDeleteIs it same as java programming?
Pramod Kumar
http://seopramod.googlepages.com/
.NET programming is not entirely dissimilar from Java programming - but defintiely not the same.
ReplyDeleteCode runs on the .NET virtual machine (the CLR - Common Language Runtime) instead of the JVM (Java Virtual Machine) that Java code runs on.
This means that you have different libraries and platform differences. You also tend to use different languages.
IronPython is good though...