|
||||||
| C# Programming C# (pronounced C-sharp) is a new object oriented language from Microsoft and is derived from C and C++. It also borrows a lot of concepts from Java too including garbage collection. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Hi All,
I am trying to learning C# visual studio 2005 Win form (desktop program) by development a new project. As I am working on this project, I found using C# in Visual Studio 2005 is not as easy as Delphi 5, 6, 7 or VB (before .Net version). It has to make a lot of code and some visual features which exist in Delphi or VB are disappeared. Moreover, the control in VS2005 lacks a lot of feature. The datetimepicker cannot handle database null value! Why VS2005 is in such a way?? It does speed up web development (ASP.NET) but not Winform (desktop) program. |
| Sponsored Links |
|
|
|
|||||
|
I prefer the VS2005 (and now 2008) IDE over Delphi or Visual Basic 6.0. I've never used the datetimepicker with a database so I've not experienced the null value problem. I imagine a simple test for null before sending the value to the control would fix the issue.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog Don't hesitate to ask any questions that you have! Check out our ASCII Calculator! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Visual Studio 2008: C# Hello World Tutorial | Jordan | CSharp Tutorials | 1 | 02-27-2008 07:48 AM |
| Tutorial: Visual Studio 2008 Obfuscating with Dotfuscator | Jordan | Tutorials, Classes and Code | 0 | 02-08-2008 02:01 PM |
| Visual Studio 2005 and Windows Vista | Jordan | General Programming | 3 | 01-22-2007 03:21 PM |
| Visual Studio 2005 Pro Won't Install | CheeseBurgerMan | Software Development Tools | 10 | 09-22-2006 05:44 PM |
| Visual Studio 2005 Express Edition | Crane | Software Development Tools | 9 | 05-25-2006 06:17 PM |