473,395 Members | 1,441 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,395 software developers and data experts.

VB or C#

I know this question has been asked over and over again
But I'm currently doing VB.NET development and just finished migration of a
VB6 app to VB.NET(asp.net) web app. I wanted to do the conversion in C# but
time didn't allow me to learn C# as I went.

My question is in my area all i'm seeing is Jobs for C# developers and even
online i'm seeing examples, tutorials, etc, in C#. should C# be the way to
go or just stick with VB.NET?

I've been doing VB.NET programming for 3 yrs now and comfortable with it.
Should i stay on this road or learn C# and go down that path for future
programming jobs?

Nov 16 '05 #1
17 1186
On the same note, I'd be interested to hear what people think about the
merrits of learning, or continuing to practice C++.

-Cliff

"Mike" <an*******@discussions.microsoft.com> wrote in message
news:uT*************@TK2MSFTNGP11.phx.gbl...
I know this question has been asked over and over again
But I'm currently doing VB.NET development and just finished migration of a VB6 app to VB.NET(asp.net) web app. I wanted to do the conversion in C# but time didn't allow me to learn C# as I went.

My question is in my area all i'm seeing is Jobs for C# developers and even online i'm seeing examples, tutorials, etc, in C#. should C# be the way to
go or just stick with VB.NET?

I've been doing VB.NET programming for 3 yrs now and comfortable with it.
Should i stay on this road or learn C# and go down that path for future
programming jobs?

Nov 16 '05 #2
"Mike" <an*******@discussions.microsoft.com> wrote in message
news:uT*************@TK2MSFTNGP11.phx.gbl...
I've been doing VB.NET programming for 3 yrs now and comfortable with it.
Should i stay on this road or learn C# and go down that path for future
programming jobs?


Impossible to answer this one for you. All I can say is that I'd made a good
living with Visual Basic (VB, VBS, VBA, AccessBasic, WordBasic etc) in all
its flavours since pretty much VB3 and, a few years ago, if you'd told me
that I'd stop using it in favour of a language with its foundations firmly
in C/C++, I'd have laughed in your face! But that's exactly what's happened
:-) I tried C# as soon as I received my initial beta copy and just loved it.
I can't remember when I last wrote any new compiled code in anything else,
though I still support legacy systems for clients etc...

But you're 100% correct about the way the market is going. If, like me,
you're an IT contractor, ignore C# at your peril!
Nov 16 '05 #3
> I know this question has been asked over and over again
But I'm currently doing VB.NET development and just finished migration of a VB6 app to VB.NET(asp.net) web app. I wanted to do the conversion in C# but time didn't allow me to learn C# as I went.
Oh dear. I explained to management that VB.NET was nothing like VB6
so the migration to it would be worse because it looks the same but would
therefore be confusing to me coming from VB6, so I would be better of
learning C# which besides has language specifications outside MS (what
good that is I don't know, but still - it sounds good), and they're happy
with that.
You should try to point out to them the disadvantages of VB.NET if you don't
like it - and give them enough reason to bear with you while you pick up C#
(the practice of carrot-dangling may have to be used - or even a blatant
lie:
"C# is faster" springs to mind...), even if you omit to
mention that the reason you'd prefer C# is because it's more commercially
popular. Too bad that they know that you already know VB.NET, but
getting round that is part of the skill of being a developer.
Also in terms of language, you're very close to both C++ AND Java if you
know c#, the only real difference is the structure of projects and the way
things
are compiled - pick those respective elemtns up and you can list those
languages aswell.


My question is in my area all i'm seeing is Jobs for C# developers and even online i'm seeing examples, tutorials, etc, in C#. should C# be the way to
go
Yes.
or just stick with VB.NET?
Your wallet is begging you to learn C#.

I've been doing VB.NET programming for 3 yrs now and comfortable with it.
Should i stay on this road or learn C# and go down that path for future
programming jobs?

Nov 16 '05 #4
I think it's worth it to become familiar with C# and the capabilities it has
that VB.NET doesn't.

The fact is, 99% of what the languages can do is identical - because the
power is really all in the framework. For almost everything there is a 1 to
1 correspondance, and for the most part it is trivial to go from one
language to the other.

So it'll be worth it if you are familiar with it, just so you can tell
people who dont' know any better 'yes, i know C#', and they think it's
something completely different and complicated. It will obviously also be
helpful if you ever need to do something VB.NET can't do (although for most
types of work I dont' think this is applicable).

But I don't think one or other is going to be marketable, because like I
said, they are pretty much the same thing at this point. But it never hurts
to know both - and it won't be difficult to learn the other once you know
one, so you might as well.
"Mike" <an*******@discussions.microsoft.com> wrote in message
news:uT*************@TK2MSFTNGP11.phx.gbl...
I know this question has been asked over and over again
But I'm currently doing VB.NET development and just finished migration of a VB6 app to VB.NET(asp.net) web app. I wanted to do the conversion in C# but time didn't allow me to learn C# as I went.

My question is in my area all i'm seeing is Jobs for C# developers and even online i'm seeing examples, tutorials, etc, in C#. should C# be the way to
go or just stick with VB.NET?

I've been doing VB.NET programming for 3 yrs now and comfortable with it.
Should i stay on this road or learn C# and go down that path for future
programming jobs?

Nov 16 '05 #5
"Cliff Harris" <he***@myrealbox.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
On the same note, I'd be interested to hear what people think about the
merrits of learning, or continuing to practice C++.


If you're using C++, there's still time to repent.

;)

YMMV, but prior to .NET my OO language experience was with C++ (since 1989)
and Eiffel (since 1995). Although I write books and teach, my primary
purpose in (computing) life was building large telecom systems. The only
C++I've written since the summer of 2000 has been:

- Some small amounts of Visual Studio VSIP C++ code for some friends in
Santa Barbara that shall remain nameless.
- Some work with the framework's profiler API for a project.

The odd thing is that today I write far more Eiffel than C++, with most of
my consulting and writing centered around C#. The new work on the managed
C++ syntax is certainly interesting though - if you're considering using C++
you should check it out (although I think Eiffel is a much better language
than C++).

--
Mickey Williams
Author, "Microsoft Visual C# .NET Core Reference", MS Press
www.servergeek.com/blogs/mickey
Nov 16 '05 #6
While C# is getting more popular, my alma mater, like many other
universities I'm sure, are still teaching C++ in the classrooms (in fact
some still teach COBOL, but we'll ignore those).

From what you posted, I got the feeling that you didn't really see much of a
point to C++ anymore. I'm sure it's got to carry some merrit in some
industries still. (Like possibly gaming? Or embedded programming?)

I'd still think C++ has some use in low-level programming as well. While C#
can do most things through the use of PInvoke, if you're mostly going to be
under the hood, optimization would tell me to ditch C# in favor of unamanged
C++ in that case.

Thoughts?

-Cliff

"Mickey Williams" <my first name at servergeek.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
"Cliff Harris" <he***@myrealbox.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
On the same note, I'd be interested to hear what people think about the
merrits of learning, or continuing to practice C++.
If you're using C++, there's still time to repent.

;)

YMMV, but prior to .NET my OO language experience was with C++ (since

1989) and Eiffel (since 1995). Although I write books and teach, my primary
purpose in (computing) life was building large telecom systems. The only
C++I've written since the summer of 2000 has been:

- Some small amounts of Visual Studio VSIP C++ code for some friends in
Santa Barbara that shall remain nameless.
- Some work with the framework's profiler API for a project.

The odd thing is that today I write far more Eiffel than C++, with most of
my consulting and writing centered around C#. The new work on the managed
C++ syntax is certainly interesting though - if you're considering using C++ you should check it out (although I think Eiffel is a much better language
than C++).

--
Mickey Williams
Author, "Microsoft Visual C# .NET Core Reference", MS Press
www.servergeek.com/blogs/mickey

Nov 16 '05 #7
Cliff Harris wrote:
On the same note, I'd be interested to hear what people think about the
merrits of learning, or continuing to practice C++.


"C++: An octopus made by nailing extra legs onto a dog." -- Unknown
Nov 16 '05 #8
Mike,

If your concern is the job market and the market in your area expects C#
(very shortsighted in my opinion), then take a look at C#. My main
recommendation, however, would be to not focus on your language of choice,
but on learning the .NET Framework. No matter which language you are using
you will need to know the .NET Framework well. Most companies that have
actually done any .NET development will understand this and not be as
concerned about the language itself. The problem at that point is getting
past HR and being able to talk to someone technical.

If you do any more conversions from VB6 I would recommend going to C#. My
experience is that most VB6 developers have less of a problem learning C#
than the dealing with the differenced between VB6 and VB.NET. I co-authored
a book on VB.NET a couple years ago, but have done only C# development since
then because of the frustration of prior VB6 developers when moving to
VB.NET.

-Jay

"Mike" <an*******@discussions.microsoft.com> wrote in message
news:uT*************@TK2MSFTNGP11.phx.gbl...
I know this question has been asked over and over again
But I'm currently doing VB.NET development and just finished migration of a VB6 app to VB.NET(asp.net) web app. I wanted to do the conversion in C# but time didn't allow me to learn C# as I went.

My question is in my area all i'm seeing is Jobs for C# developers and even online i'm seeing examples, tutorials, etc, in C#. should C# be the way to
go or just stick with VB.NET?

I've been doing VB.NET programming for 3 yrs now and comfortable with it.
Should i stay on this road or learn C# and go down that path for future
programming jobs?

Nov 16 '05 #9
"Bonj of Beeeeeves" <1234512345789123456789> wrote in message
news:eO**************@TK2MSFTNGP11.phx.gbl...
Your wallet is begging you to learn C#.


Damn straight!
Nov 16 '05 #10
"Jay Miller" <jm*****@astradigital.com> wrote in message
news:e%****************@TK2MSFTNGP10.phx.gbl...
If you do any more conversions from VB6 I would recommend going to C#. My
experience is that most VB6 developers have less of a problem learning C#
than the dealing with the differenced between VB6 and VB.NET. I co-authored a book on VB.NET a couple years ago, but have done only C# development since then because of the frustration of prior VB6 developers when moving to
VB.NET.


I couldn't have put it better myself. That pretty much sums it up, IMO.
Nov 16 '05 #11
"Cliff Harris" <he***@myrealbox.com> wrote in message
news:eo**************@TK2MSFTNGP10.phx.gbl...
From what you posted, I got the feeling that you didn't really see much of a point to C++ anymore. I'm sure it's got to carry some merrit in some
industries still. (Like possibly gaming? Or embedded programming?)


I think the gaming angle is overrated. Managed languages (J*, C#, etc) will
start consuming the gaming space soon enough. Time-critical and very
low-level work will be done in C++, but in my opinion embedded systems that
don't have hard real-time requirements will eventually be written using Java
or .NET.

--
Mickey Williams
Author, "Microsoft Visual C# .NET Core Reference", MS Press
www.servergeek.com/blogs/mickey
Nov 16 '05 #12
> I co-authored
a book on VB.NET a couple years ago, but have done only C# development since then because of the frustration of prior VB6 developers when moving to
VB.NET. Are you saying that in your experience, you think that VB6 developers get
more frustrated learning VB.NET than C#? Why do you think this is?

I've heard the argument before that it's easier for a VB6 developer to move
to C# because VB.NET is too similar to VB6. While I can't say whether this
is actually true on the whole in the real world, it just doesn't seem to
make intuative sense to me. Saying that it's easier to teach C# to a VB6
developer is like saying it's easier to teach an English-speaking plumber
how to be an electrician if the classes are given in Spanish.

I may be in the minority here, but it just seems logical to me that teaching
VB.NET to a VB6 developer would be easier because one could concentrate on
OO principles and new aspects of the .NET Framework because they already had
a grasp of VB's key words and syntax.

- Mitchell S. Honnert

"Mike" <an*******@discussions.microsoft.com> wrote in message
news:uT*************@TK2MSFTNGP11.phx.gbl...
I know this question has been asked over and over again
But I'm currently doing VB.NET development and just finished migration of
a
VB6 app to VB.NET(asp.net) web app. I wanted to do the conversion in C#

but
time didn't allow me to learn C# as I went.

My question is in my area all i'm seeing is Jobs for C# developers and

even
online i'm seeing examples, tutorials, etc, in C#. should C# be the way

to go or just stick with VB.NET?

I've been doing VB.NET programming for 3 yrs now and comfortable with it. Should i stay on this road or learn C# and go down that path for future
programming jobs?


Nov 16 '05 #13
Mitchell S. Honnert <mi***@honnert.com> wrote:
I co-authored a book on VB.NET a couple years ago, but have done only
C# development since then because of the frustration of prior VB6 developers
when moving to VB.NET.
Are you saying that in your experience, you think that VB6 developers get
more frustrated learning VB.NET than C#? Why do you think this is?

I've heard the argument before that it's easier for a VB6 developer to move
to C# because VB.NET is too similar to VB6. While I can't say whether this
is actually true on the whole in the real world, it just doesn't seem to
make intuative sense to me. Saying that it's easier to teach C# to a VB6
developer is like saying it's easier to teach an English-speaking plumber
how to be an electrician if the classes are given in Spanish.


No, it's not really. It makes perfect sense to me. VB.NET will differ
from VB in various subtle ways, some of which aren't really involved in
learning the .NET framework. VB.NET is a very large actual *language*
compared with C#, because of the extra functions it provides which call
into Microsoft.VisualBasic.dll.

I certainly find it easier to learn something when I don't already have
expectations of what's going to happen which may prove wrong in subtle
ways - learning something from scratch, you don't have as many
assumptions 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 16 '05 #14

"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP***********************@msnews.microsoft.co m...
Mitchell S. Honnert <mi***@honnert.com> wrote:
I co-authored a book on VB.NET a couple years ago, but have done only
C# development since then because of the frustration of prior VB6 developers when moving to VB.NET.
Are you saying that in your experience, you think that VB6 developers
get more frustrated learning VB.NET than C#? Why do you think this is?

I've heard the argument before that it's easier for a VB6 developer to move to C# because VB.NET is too similar to VB6. While I can't say whether this is actually true on the whole in the real world, it just doesn't seem to
make intuative sense to me. Saying that it's easier to teach C# to a VB6 developer is like saying it's easier to teach an English-speaking plumber how to be an electrician if the classes are given in Spanish.


No, it's not really. It makes perfect sense to me. VB.NET will differ
from VB in various subtle ways, some of which aren't really involved in
learning the .NET framework. VB.NET is a very large actual *language*
compared with C#, because of the extra functions it provides which call
into Microsoft.VisualBasic.dll.

Yes, there are various subtle differences between the VB6 and VB.NET
language outside of the .NET Framework, but for the most part, they are the
same. This is the very premise of my argument. I learned VB.NET first
(having known VB6) and then learned C#. Personally, I found that I was able
to concentrate on all of the new aspects of the .NET Framework instead of
having to learn the Frameword *and* a completely new language at the same
time.
I certainly find it easier to learn something when I don't already have
expectations of what's going to happen which may prove wrong in subtle
ways - learning something from scratch, you don't have as many
assumptions to start with.

While I can't deny that some people prefer a "clean break" so to speak, I
still can't see how this makes logical sense. It certainly wasn't my
experience. I would agree that there are certain occasions when learning
VB.NET that I said "Oh, well, that's different than I expected". But once I
grokked the Framework, these occasions fell off to almost nothing. (In
fact, in the vast majority of cases where something was subtly different, my
reaction was one of elation that MS finally got rid of some kludgy holdover
from previous versions.) In my opinion, a reasonably good teacher could get
a VB6 developer to that moment of epiphany about the Framework with much
less effort than teaching the developer an entirely new language.

It would certainly appear that Microsoft has the opinion that it's easier
for a VB6 developer to switch to VB.NET than C#. That's been their mantra
from the start. I can't imagine MS trying to sell C# to a company who
currently develops in VB6 by attempting to convince them it's a *good* thing
that the developers would have to learn a new language. They'd be laughed
out of the building.

Thanks for the input. Very interesting topic.

- Mitchell S. Honnert
Nov 16 '05 #15
Mitchell S. Honnert <mi***@honnert.com> wrote:

<snip>
It would certainly appear that Microsoft has the opinion that it's easier
for a VB6 developer to switch to VB.NET than C#. That's been their mantra
from the start.


Well, I think they're at least convinced that many VB programmers would
*prefer* not to have to learn a new language. Whether or not that's the
same thing as it actually being *easier* for them to have a clean break
is a different matter - a lot rides on perception.

I'm sure there are some people for whom it's easier to build on
existing knowledge and have to revise some of it, and others for whom
it's easier to make a clean break. I know I made a conscious effort
when learning C# after Java to avoid making Java assumptions as far as
possible - I read the C# in a Nutshell book from the start, even though
there weren't very many unexpected bits.

Fortunately, as both VB.NET and C# are important to MS, both groups of
people can be happy in .NET.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #16
You hit the nail on the head when you talk about perception. I think it is
important to Microsoft to project an easy migration path for VB6 developers
to VB.NET. For seasoned developers which .NET language they transition to
probably doesn't matter. For less experienced developers, however, I have
found that they struggled more with the subtle changes from VB6 to VB.NET.
I have found it easier to explain must OO concepts from a fresh start in C#
rather than try to compare them to VB6's object based features. Without
"but that's how it worked in VB6", I've been able to keep my developers more
focused on the Framework.

Jay

"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
Mitchell S. Honnert <mi***@honnert.com> wrote:

<snip>
It would certainly appear that Microsoft has the opinion that it's easier for a VB6 developer to switch to VB.NET than C#. That's been their mantra from the start.


Well, I think they're at least convinced that many VB programmers would
*prefer* not to have to learn a new language. Whether or not that's the
same thing as it actually being *easier* for them to have a clean break
is a different matter - a lot rides on perception.

I'm sure there are some people for whom it's easier to build on
existing knowledge and have to revise some of it, and others for whom
it's easier to make a clean break. I know I made a conscious effort
when learning C# after Java to avoid making Java assumptions as far as
possible - I read the C# in a Nutshell book from the start, even though
there weren't very many unexpected bits.

Fortunately, as both VB.NET and C# are important to MS, both groups of
people can be happy in .NET.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Nov 16 '05 #17
"Jay Miller" <ja********@astradigital.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
You hit the nail on the head when you talk about perception. I think it is important to Microsoft to project an easy migration path for VB6 developers to VB.NET. For seasoned developers which .NET language they transition to
probably doesn't matter. For less experienced developers, however, I have
found that they struggled more with the subtle changes from VB6 to VB.NET.
I have found it easier to explain must OO concepts from a fresh start in C# rather than try to compare them to VB6's object based features. Without
"but that's how it worked in VB6", I've been able to keep my developers more focused on the Framework. I guess I can see where people would get bogged down in the "but that's how
it worked in VB6" trap. But in my personal experience, my reaction to the
differences between the language components of VB6 and VB.NET was more along
the lines of "thank God that's not how it works anymore." I'm not sure if
learning C# first would have helped that out.

I still hold to the opinion that even inexperienced VB6 developers can be
taught the principles of Object Oriented programming (perhaps before they
even see a .NET language) and be brought to that "hallelujah" moment where
OO light bulb turns on. Once this epipany occurs, I would think that most
programmers would react positively to each new aspect of the language by
saying, "Yes, this makes sense in the context of OO. This is a better way
to do it."

Maybe I'm being naive, but I do believe that even the stereotypically
unskilled VB6 developer can overcome any preconceived notions in less time
than is saved by making a "clean break" but having to learn a new language.
In other words, I agree with Microsoft (be it based on perception or fact)
that it's better for a VB6 developer to go to VB.NET over C#.

- Mitchell S. Honnert

"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
Mitchell S. Honnert <mi***@honnert.com> wrote:

<snip>
It would certainly appear that Microsoft has the opinion that it's easier for a VB6 developer to switch to VB.NET than C#. That's been their mantra from the start.


Well, I think they're at least convinced that many VB programmers would
*prefer* not to have to learn a new language. Whether or not that's the
same thing as it actually being *easier* for them to have a clean break
is a different matter - a lot rides on perception.

I'm sure there are some people for whom it's easier to build on
existing knowledge and have to revise some of it, and others for whom
it's easier to make a clean break. I know I made a conscious effort
when learning C# after Java to avoid making Java assumptions as far as
possible - I read the C# in a Nutshell book from the start, even though
there weren't very many unexpected bits.

Fortunately, as both VB.NET and C# are important to MS, both groups of
people can be happy in .NET.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too


Nov 16 '05 #18

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

Similar topics

3
by: William C. White | last post by:
Does anyone know of a way to use PHP /w Authorize.net AIM without using cURL? Our website is hosted on a shared drive and the webhost company doesn't installed additional software (such as cURL)...
2
by: Albert Ahtenberg | last post by:
Hello, I don't know if it is only me but I was sure that header("Location:url") redirects the browser instantly to URL, or at least stops the execution of the code. But appearantely it continues...
3
by: James | last post by:
Hi, I have a form with 2 fields. 'A' 'B' The user completes one of the fields and the form is submitted. On the results page I want to run a query, but this will change subject to which...
0
by: Ollivier Robert | last post by:
Hello, I'm trying to link PHP with Oracle 9.2.0/OCI8 with gcc 3.2.3 on a Solaris9 system. The link succeeds but everytime I try to run php, I get a SEGV from inside the libcnltsh.so library. ...
1
by: Richard Galli | last post by:
I want viewers to compare state laws on a single subject. Imagine a three-column table with a drop-down box on the top. A viewer selects a state from the list, and that state's text fills the...
4
by: Albert Ahtenberg | last post by:
Hello, I have two questions. 1. When the user presses the back button and returns to a form he filled the form is reseted. How do I leave there the values he inserted? 2. When the...
1
by: inderjit S Gabrie | last post by:
Hi all Here is the scenerio ...is it possibly to do this... i am getting valid course dates output on to a web which i have designed ....all is okay so far , look at the following web url ...
2
by: Jack | last post by:
Hi All, What is the PHP equivilent of Oracle bind variables in a SQL statement, e.g. select x from y where z=:parameter Which in asp/jsp would be followed by some statements to bind a value...
3
by: Sandwick | last post by:
I am trying to change the size of a drawing so they are all 3x3. the script below is what i was trying to use to cut it in half ... I get errors. I can display the normal picture but not the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...

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.