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

.NET (Core and Framework)

 
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 
GeneralRe: Is .Net really an improvement over other IDEs? Pin
Member 22462854-Sep-05 15:54
Member 22462854-Sep-05 15:54 
Hey Christian,

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

Do I sense that this pesky third-tier is intruding on your rarefied world of "pure code"??!! Wink | ;-)

I guess I haven't yet bought into the assumption that these must be mutually-exclusive technologies. (And you wouldn't know it from MicroSoft's positioning of its own product!)

[...MS did not want to extend or even adapt VFP, but to let it slowly starve...]
Yes, it was you who decided to stick with a product whose life cycle was obviously in the process of being cut short.

Well, I don't know how or when MicroSoft's intention to "kill" VFP became "obvious" to you--they certainly never confessed this--but it was only obvious to me in the past 3-4 years.

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.

Well I guess it depends on who is paying for your coding. I'm in the business of creating and maintaining a complex vertical market database app. I can't let my preference to code or not code get in the way of optimizing development if I'm going to say in business.

[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.

Well now that is kludgy. That means I'll have skeleton records in the server DB during the user's edit session. Then, if they cancel out I'll either have to run Delete calls or else run the whole edit session in a transaction.

...Call me niave, but, it seems to me that if the sqlDataAdapter is already fetching the fields' data types, size, null status, etc. why not fetch the default value and populate it where possible when inserting (locally) a new record?

That [C# and .Net] 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.

While I don't dispute what else C# can do, I think a recurrent theme here in our conversation has been MicroSoft's conceit/deceit in positioning .Net in most every communication (from marketing to help documentation) as a powerful dev tool for database applications.

This is especially unfortunate, because over the years I've seen many software ventures either crippled or completely fail for the difference between what MicroSoft says it's tools can do and what they really do.


Take Care and go Code!
Karl

Take Care,
Karl Kaiser
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 
GeneralRe: TimeZone.CurrentTimeZone not updated when machine's time zone changes. Pin
Richard Deeming6-Sep-05 6:57
mveRichard Deeming6-Sep-05 6:57 

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.