473,417 Members | 1,477 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

C# & VB-> General Questions

C# 2005 express & vb 2005 express:
1. During runtime, I can edit my codes in C#..... How come this cannot be
done in VB? it says ...."read-only" during runtime......

2. Why does vb automatically show the errors, but C# i have to build the app
b4 errors are underlined in my code?
Nov 21 '05
55 1744
So, Hareth, if you're still following this discussion, did you find out what
you wanted to know?

Any further questions?

Tom Dacon
Dacon Software Consulting

"Hareth" <ab******@hotmail.com> wrote in message
news:ud**************@tk2msftngp13.phx.gbl...
C# 2005 express & vb 2005 express:
1. During runtime, I can edit my codes in C#..... How come this cannot be
done in VB? it says ...."read-only" during runtime......

2. Why does vb automatically show the errors, but C# i have to build the
app b4 errors are underlined in my code?

Nov 21 '05 #51
Hey, Daniel, let's call a truce on this. This is getting to the point where
it's no longer an invigorating exchange of ideas, and has stopped being
either illuminating or fun.

I'll use it and make what I think is good use of it, you're free to ignore
it even when it becomes available, and we let all these other folks make up
their own minds by trying it out and seeing whether it works for them.

Of all things, I don't like the idea of this community of developers making
decisions based on mere hearsay. Sure you've got strong opinions about what
you perceive as the lack of value of the feature, I've got my own ideas
about it that differ from yours. I'm happy to see everyone else make up
their own minds based on their own experiences, informed by the opinions
they've read about it here and, I hope, elsewhere.

How's that sound?

Tom Dacon
Dacon Software Consulting
"Daniel O'Connell [C# MVP]" <onyxkirx@--NOSPAM--comcast.net> wrote in
message news:OE**************@TK2MSFTNGP12.phx.gbl...

And you have yet to post any point what so ever. Your posts run between Ad
Hominem attacks and empty "good going" responses.

Worse yet, *YOUR* response was
"EXCELLENT POINT ! Best point made in this thread."

In other words, his opinion was somehow a good one while my disagreeing
one was distrustworthy? Is it perhaps that you believe the earlier opinoin
while disagree with mine? Do you not see how self-serving your stance is
here?

I'm sorry, you aren't here to participate in discussion or even listen,
you are entirely concerned with supporting something based on your own raw
bias instead of facts or even well formed arguments. All you are trying to
do is discredit everyone who disagree's with you by any means possible.

And that is disgusting.

regards
roy fine


Nov 21 '05 #52
Dennis <De****@discussions.microsoft.com> wrote:
It's been an ineresting discussion to follow. Speaking from an end
user's point of view, I couldn't care less how sloppy the code is nor
what form it's in, I just want a simple interface for the enduser and
an application that is bug free.
But the sloppier the code is, the harder it is to maintain and to find
bugs. Clean code is a means to an end, the end being a better
application with fewer bugs.
Maybe a bit more use of debuggers would help because there's a lot
of software out there that's not intuitive to use and is very buggy!


Or perhaps a bit more thinking at the design stage coupled with more
testing would help... randomly going into the debugger isn't going to
fix bugs. You've got to know they're there to start with.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 21 '05 #53
Tom Dacon <td****@community.nospam> wrote:
Hey, Daniel, let's call a truce on this. This is getting to the point where
it's no longer an invigorating exchange of ideas, and has stopped being
either illuminating or fun.

I'll use it and make what I think is good use of it, you're free to ignore
it even when it becomes available, and we let all these other folks make up
their own minds by trying it out and seeing whether it works for them.

Of all things, I don't like the idea of this community of developers making
decisions based on mere hearsay. Sure you've got strong opinions about what
you perceive as the lack of value of the feature, I've got my own ideas
about it that differ from yours. I'm happy to see everyone else make up
their own minds based on their own experiences, informed by the opinions
they've read about it here and, I hope, elsewhere.

How's that sound?


Lack of value of a feature is one thing - when a feature is downright
dangerous (as Daniel and I believe it is), that's a different matter.
It's fine for people who don't like the feature to ignore it - but
Daniel and I aren't so much worried for our own code as for the people
who *don't* ignore it, but who misuse it and write sloppy code which
possibly we'll have to end up working with.

I'll continue to recommend that people think very carefully before
using it...

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 21 '05 #54
>
Lack of value of a feature is one thing - when a feature is downright
dangerous (as Daniel and I believe it is), that's a different matter.
It's fine for people who don't like the feature to ignore it - but
Daniel and I aren't so much worried for our own code as for the people
who *don't* ignore it, but who misuse it and write sloppy code which
possibly we'll have to end up working with.

I'll continue to recommend that people think very carefully before
using it...


Jon, and Daniel, I'm pretty much done with this discussion, but as a final
comment I'll just say that if they're going to write sloppy code they'll do
it with or without E&C (interestingly, this is the other side of the coin
that a previous observation was engraved on). Personally, I've always found
that the best solutions to bad coding practices have been education and
mentorship. I fail to see that a prohibition against a single particular
feature of the development environment.addresses that core issue, but then
perhaps my experiences have been different from yours.

And there I said I wasn't going to keep going on this...human nature's a
funny thing, no?

Best regards,
Tom Dacon
Dacon Software Consulting
Nov 21 '05 #55
Thanx for all the insight....I got the idea.....

I'm just surprised how far this post went.....I started WWIII, and I don't
even know which button I pressed!

Anyway,

I'm innocent...lol

Hareth

"Hareth" <ab******@hotmail.com> wrote in message
news:ud**************@tk2msftngp13.phx.gbl...
C# 2005 express & vb 2005 express:
1. During runtime, I can edit my codes in C#..... How come this cannot be
done in VB? it says ...."read-only" during runtime......

2. Why does vb automatically show the errors, but C# i have to build the
app b4 errors are underlined in my code?

Nov 21 '05 #56

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

Similar topics

3
by: Frank V. | last post by:
Hello, I'm new to VB.net, moving from VB6 to VB.net. My question is "In VB.net what is the equivalent of the App.major (and others) VB6 property. I, like a lot of people I imaging, display the...
2
by: lobrys | last post by:
hi I build a VB .NET application that makes file access, environnemet acess, database access, etc.... If I ran the app locally, everything works....(normal) If I copy the app on a server, and...
6
by: Rich Wallace | last post by:
All, I receive an xml doc with an element which contains a &amp; in the data. I am attempting to insert the data into a SQL Server database and I want to convert the &amp; to a "&" character before I...
17
by: orekinbck | last post by:
Hi There Say I want to check if object1.Property1 is equal to a value, but object1 could be null. At the moment I have code like this: if (object1 != null) { if (object1.Property ==...
3
by: Menu Chen | last post by:
我用LISTVIEW控件的时候,想限制用户对控件列大小的调节 但是找遍了LISTVIEW的属性,没有实现该功能的 另外,如果实在不能限制用户对列大小的调节的话,起码不要显示水平滚动 条,因为那会比较难看,可以吗?
9
by: Jim | last post by:
Hi folks! I'm new to this forum. I've programmed in VB starting w/VB1 about 9 years ago! ;) Certainly most time spent in VB6. Now trying to make the leap to VB.NET. Much harder than I...
8
by: Nathan Sokalski | last post by:
I add a JavaScript event handler to some of my Webcontrols using the Attributes.Add() method as follows: Dim jscode as String = "return (event.keyCode>=65&&event.keyCode<=90);"...
9
by: rn5a | last post by:
Is putting a VB class file in the special directory named App_Code the same as relocating the VB class file from the App_Code directory to another directory & then using the VBC tool, compiling the...
7
by: Charles Law | last post by:
This is a very basic question, but I can' turn up a statement on the subject: In C#, if I have If (x == 1 && y == 2) { .... }
5
by: Mark B | last post by:
Hi experts, I'm converting a homebrew AD management progam I wrote, from VB6 to VB 2008. I've got some code that sticks values in to Active Directory like this:- objOU.PutEx...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.