Which one Should i Choose ??? .NET or Delphi

Recently , i was in discussion with My manager as well the client in moving an application from Delphi to .NET ( Visual Studio 2010 ) and thought myself Which one is Better?? and was struck up with no clear answer.

Here’s i compare two technologies ( Not Technically but just about what i feel ) and this is just my opinion and others might well disagree with me too . Here we go .

Anders Hejlsberg was involved in C# and for Delphi too and this puts me in a quetion on there might be similarities too …

C# / .NET

C# is a simple and very well defined language .
Its from Microsoft and .NET is the future for Development on the Microsoft Platform.
Visual Studio’s Code Editor and the Options of the Extensions / Addons to the IDE brings me more functions to be brought together in single IDE / Place especially Code Compare too and Data Compare tool etc
Excellent Community Support for .NET . Check the following sites

  • Share/Bookmark
Read more

2009,Resolutions and Top Blog Posts

Every year, I make a resolution and the time of the year is back again for me to look back and evaluate what I’ve done well, what I missed, and what I need to change to make 2010 even better than 2009.

  • Share/Bookmark
Read more

ASP.NET MVC in Delphi Prism – Introduction

ASP.NET MVC is a web development framework from Microsoft that combines the effectiveness of the model-view-controller architecture .
It is an alternative to the WebForms that was and is still mostly used one in ASP.NET .

What is a Model View Controller (MVC) Framework?

  • Share/Bookmark
Read more

I’m asked, how did you learn what you know ?’

A few days back i read an article titled “I’m asked, how did you learn what you know ?” from Joe Stagner . This article inspired me a lot.Especially the keypoints such as “Be an insomniac or addicted to caffeine” .,”Have a ONE-A-DAY policy”.

  • Share/Bookmark
Read more

Autocomplete Extender Control in ASP.NET

AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup panel to display words that begin with the prefix typed into the textbox.

Extenders are server controls that allow to extend a set of ASP.NET server controls by adding client side functionality.

  • Share/Bookmark
Read more

Retreive User’s IP Address in ASP.NET

There may be a requirement of getting the user’s IP address using ASP.NET and C# or VB .NET when a user logs in to the webpage.

This can be achieved easily with the .NET Framework.

The IP Address can be retreived in the following ways.

  • Share/Bookmark
Read more