Click here to Skip to main content
15,922,630 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Thread and resource handles leak in .NET 1.1 Pin
ischen_s14-Sep-05 20:47
ischen_s14-Sep-05 20:47 
Question.NET Framework Online TV & Radio Example Pin
Ahmed Erarslan4-Sep-05 0:35
Ahmed Erarslan4-Sep-05 0:35 
QuestionIs .Net really an improvement over other IDEs? Pin
Member 22462852-Sep-05 22:06
Member 22462852-Sep-05 22:06 
AnswerRe: Is .Net really an improvement over other IDEs? Pin
Colin Angus Mackay2-Sep-05 22:40
Colin Angus Mackay2-Sep-05 22:40 
AnswerRe: Is .Net really an improvement over other IDEs? Pin
Michael P Butler3-Sep-05 0:26
Michael P Butler3-Sep-05 0:26 
AnswerRe: Is .Net really an improvement over other IDEs? Pin
Christian Graus4-Sep-05 11:13
protectorChristian Graus4-Sep-05 11:13 
GeneralRe: Is .Net really an improvement over other IDEs? Pin
Member 22462854-Sep-05 14:41
Member 22462854-Sep-05 14:41 
GeneralRe: Is .Net really an improvement over other IDEs? Pin
Christian Graus4-Sep-05 14:50
protectorChristian Graus4-Sep-05 14:50 
KarlKaiser wrote:
Frankly, in my pompous opinion, over 20 years after the PC revolution, that a developer would have to hand-code basic UI processes for a data maintenance app (including combo-boxes in grids) points to a glaring failure of craftsmanship at MicroSoft (maybe they don't have the funds?!).

Well, you have to face the fact that you're using a programming language now, not a framework designed to support a database Smile | :)


KarlKaiser wrote:
It seems to me in recent years that MS did not want to extend or even adapt VFP, but to let it slowly starve and hope the developers would stick with MS anyway.

Like I said, they bought it to kill it. Yes, it was you who decided to stick with a product whose life cycle was obviously in the process of being cut short. Smile | :)


KarlKaiser wrote:
Well, if you've got the time to take, then good for you.

Well, I like to know what I'm doing. The VC6 wizard used to make a mess at times, and if you didn't know what it was doing, it was hell to tidy up.

KarlKaiser wrote:
I don't want to get too dramatic, but to me this is a ghastly failure in such a presumably sophisticated product.

To be honest, once again, I never play with the stuff you're using, I'd prefer to be writing code that calls my own stored procedures instead of asking a datagrid to update itself to the database.

KarlKaiser wrote:
Are you suggesting that I first insert the record at the database and then select it out to the client in order to populate the defaults (I hope not!).

If you don't want to have to fill the values in yourself, that is exactly what you need to do. Otherwise, you need to populate the values yourself. There is no connection between the database and the app, ADO.NET is a disconnected framework.

The core issue is that FoxPro is basically a database system, and whatever language you happen to be using now ( C# or VB.NET ? ) is a language with far more usefulness and potential than FoxPro could ever have had. That it doesn't automagically do everything you'd like in the database realm is a reflection perhaps of how new the framework is, but also how much more it is than a system for putting together data centric business apps. And like I said, everything you're talking about, I can do effortlessly, in seconds. I'm sure if I had to learn FoxPro and you were watching, you'd be surprised at the things I complained about, because you could do them just as easily.



Christian Graus - Microsoft MVP - C++
GeneralRe: Is .Net really an improvement over other IDEs? Pin
Member 22462854-Sep-05 15:54
Member 22462854-Sep-05 15:54 
GeneralRe: Is .Net really an improvement over other IDEs? Pin
Christian Graus4-Sep-05 16:05
protectorChristian Graus4-Sep-05 16:05 
GeneralRe: Is .Net really an improvement over other IDEs? Pin
Member 22462854-Sep-05 17:30
Member 22462854-Sep-05 17:30 
GeneralRe: Is .Net really an improvement over other IDEs? Pin
Christian Graus4-Sep-05 17:36
protectorChristian Graus4-Sep-05 17:36 
GeneralRe: Is .Net really an improvement over other IDEs? Pin
Michael P Butler6-Sep-05 0:24
Michael P Butler6-Sep-05 0:24 
QuestionSHA-2, is it in .NET? PinPopular
Dave Shaw2-Sep-05 13:13
Dave Shaw2-Sep-05 13:13 
AnswerRe: SHA-2, is it in .NET? Pin
Paul Conrad14-Sep-05 19:59
professionalPaul Conrad14-Sep-05 19:59 
QuestionGDI Region Union Bug Pin
Steve Knauber2-Sep-05 4:27
Steve Knauber2-Sep-05 4:27 
QuestionApplication Architecture Pin
radasys2-Sep-05 3:51
radasys2-Sep-05 3:51 
AnswerRe: Application Architecture Pin
radasys5-Sep-05 0:38
radasys5-Sep-05 0:38 
Question.Net and HtmlHelp function Pin
daisyliu1-Sep-05 6:34
daisyliu1-Sep-05 6:34 
QuestionTimeZone.CurrentTimeZone not updated when machine's time zone changes. Pin
Matt Casto1-Sep-05 6:17
Matt Casto1-Sep-05 6:17 
AnswerRe: TimeZone.CurrentTimeZone not updated when machine's time zone changes. Pin
Matt Casto2-Sep-05 4:59
Matt Casto2-Sep-05 4:59 
AnswerRe: TimeZone.CurrentTimeZone not updated when machine's time zone changes. Pin
Richard Deeming5-Sep-05 8:17
mveRichard Deeming5-Sep-05 8:17 
GeneralRe: TimeZone.CurrentTimeZone not updated when machine's time zone changes. Pin
Matt Casto5-Sep-05 15:32
Matt Casto5-Sep-05 15:32 
GeneralRe: TimeZone.CurrentTimeZone not updated when machine's time zone changes. Pin
Richard Deeming5-Sep-05 23:50
mveRichard Deeming5-Sep-05 23:50 
GeneralRe: TimeZone.CurrentTimeZone not updated when machine's time zone changes. Pin
Matt Casto6-Sep-05 1:17
Matt Casto6-Sep-05 1:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.