472,951 Members | 1,564 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,951 software developers and data experts.

Why C# (Visual studio) development is more troublesome

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! Furthermore, there is no visual data
binding.

Why VS2005 is in such a way??

It does speed up web development (ASP.NET) but not Winform (desktop) program.
Jun 27 '08 #1
3 1121
Visual data-binding is fully supported - but first you need to tell it
what to bind to. One way (not the only, but the easiest for using the
designer) is to drop a BindingSource onto the form (if you don't use the
designer, you can bind more directly). In fact, once your projcet knows
about data sources, you can drag fields directly from the Data Sources
window onto the form. For more control, there is a (DataBindings)
expando in the property grid, with various controls. Or you can
customise further in code.

Whether designer-based binding is a good idea depends on many things;
personally I find it pretty flakey (in most tools, VS included) - but
pretty easy to do by hand.

I don't know about DateTimePicker - I can't say it has ever caused me
lack of sleep...

Marc
Jun 27 '08 #2
On May 1, 7:35*am, Geossl <Geo...@discussions.microsoft.comwrote:
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! Furthermore, there is no visual data
binding.

Why VS2005 is in such a way??

It does speed up web development (ASP.NET) but not Winform (desktop) program.
Hi,
I think you might need to read a book about databinding, it's fully
supported.
What are the visual features missing?

I don't remember if the datetimePicker support a DateTime? , I bet it
does though.
Jun 27 '08 #3
Geossl wrote:
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! Furthermore, there is no visual data
binding.

Why VS2005 is in such a way??

It does speed up web development (ASP.NET) but not Winform (desktop) program.
I think you need to spend some more time using VS2005 (note that 2008
are out).

VS2005 should be more productive than VB6 or Delphi 5/6/7 - at least for
tasks over a certain complexity.

But it takes time to learn a new tool.

Arne
Jun 27 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

63
by: Jerome | last post by:
Hi, I'm a bit confused ... when would I rather write an database application using MS Access and Visual Basic and when (and why) would I rather write it using Visual Studio .Net? Is it as easy...
18
by: Rob R. Ainscough | last post by:
MS Visual Studio Ad contained in VS Magazine. Two developers in "hip" clothing diagramming out a huge flow chart on a beach. I could NOT stop laughing at the stupidity of the ad -- "Let your...
18
by: Brandon Bray [MSFT] | last post by:
Shortly, the Visual C++ Tools Refresh will be available on the MSDN Visual C++ devcenter. You will need to have installed the Visual Studio 2005 Beta first. <http://msdn.microsoft.com/visualc> I...
8
by: Will Chamberlain | last post by:
I came across a rather interesting article this morning and thought I'd share. We all know that Visual Studio is a great IDE, but I think we can all agree that it is adds a dramatic change to how...
0
by: innovasys | last post by:
TORQUAY, DEVON, UK - Innovasys announced the release of Document! X 5, the fifth version of the documentation solution of choice for developers using Microsoft Visual Studio or the .NET Framework....
4
by: Ben Kim | last post by:
Hello all, I have VS 2005 and SQL 2005 installed on my machine. However the "Getting Started" area of the Start Page shows SQL information instead of Visual Studio information when I start up...
3
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the...
1
by: bharathreddy | last post by:
This Article gives an introduction to VSTS Team Foundation & fundamental difference between Visual Source Safe (VSS) and VSTS Team Foundation. Team Foundation is a set of tools and technologies...
2
by: Kevin | last post by:
Hi! The Visual Web Developer is better than Visual Studio 2005 for web development? All the Ajax examples are developed in Visual Web Developer. Thanks
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.