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

What is .Net?

Apparently, I have been living on the wrong planet.
I have written 15 databases in Microsoft Access in the past 10
years, some of which are split, one uses ODBC interface with a SQL
server, one has a many-to-many relationship, and all of which have
Basic code to handle events and run functions which I have coded, and
all this time have never heard of .Net -- until today.
So, I looked it up on Google, asking for Access and .Net and
got gizzilion millions of hits. I guess this is big time stuff.
Can anyone direct me to a readable web page that at least
tells me what .Net is, and whether it is something I should know about
and use?
Thaks. Pete Brady, pt*****@aol.com

Jul 20 '07 #1
11 2457
VB.Net is the latest version of Visual Basic, more or less! I say more or
less because it is a radical departure from what VB was. For a fairly simple
but straightfoward synopsis of it I think Wikipedia may give you what you're
looking for!

http://en.wikipedia.org/wiki/Visual_Basic_.NET

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via http://www.accessmonster.com

Jul 20 '07 #2
Baz
If Access works for you then stick to it. For general database applications
dotnet offers less functionality than Access (e.g. no continuous forms or
subforms) and costs multiples more in development effort.

"Paul Brady" <pt*****@aol.comwrote in message
news:51********************************@4ax.com...
Apparently, I have been living on the wrong planet.
I have written 15 databases in Microsoft Access in the past 10
years, some of which are split, one uses ODBC interface with a SQL
server, one has a many-to-many relationship, and all of which have
Basic code to handle events and run functions which I have coded, and
all this time have never heard of .Net -- until today.
So, I looked it up on Google, asking for Access and .Net and
got gizzilion millions of hits. I guess this is big time stuff.
Can anyone direct me to a readable web page that at least
tells me what .Net is, and whether it is something I should know about
and use?
Thaks. Pete Brady, pt*****@aol.com

Jul 20 '07 #3
I've also worked with Access for about 7 years and for getting a
fairly robust database up and running quickly it can't be beat. You
can really 'push the envelope' with Access and VB 6.x and do some
magic that a .NET developer would write a million lines of code to
replicate. So why look at .NET? Well I first started working with .NET
2 years ago and Access and .NET compliment each other well. I
routinely use Access (both tables and queries) in my .NET
applications. Although SQL server is the most recognized data server
platform for .NET, Access can be used just as easily. .NET has OLE
data adapter which is just for Access databases. The beauty of .NET
for me has been the low development time and ease of getting a
database published on the Web. An Access database I developed over a
period of 4 years and was very complex needed suddenly, by the
customer, the ability to view it through their website. Before I
learned .NET I would have had to tell them I couldn't do it, which
would have been the wrong answer.

Don't think of .NET though as simply a new version of VB. Although
VB.net shares many similarities to VB 6.x, there are key conceptual
differences that make it different. .NET can be thought of as an
umbrella under which sits compilers and development tools for not only
VB, but also for technologies like HTML, Java, C#, ASP - this
makes .NET the powerful tool everybody is talking about.

On Jul 19, 9:00 pm, Paul Brady <ptbr...@aol.comwrote:
Apparently, I have been living on the wrong planet.
I have written 15 databases in Microsoft Access in the past 10
years, some of which are split, one uses ODBC interface with a SQL
server, one has a many-to-many relationship, and all of which have
Basic code to handle events and run functions which I have coded, and
all this time have never heard of .Net -- until today.
So, I looked it up on Google, asking for Access and .Net and
got gizzilion millions of hits. I guess this is big time stuff.
Can anyone direct me to a readable web page that at least
tells me what .Net is, and whether it is something I should know about
and use?
Thaks. Pete Brady, ptbr...@aol.com

Jul 20 '07 #4
Could you explain further what .Net is. Is it a software package on its own?
I have seen Asp.Net; are they the same? Can .Net be run on a single desktop?
Is there something that needs to be installed to be able to run .Net?

Thanks!

Steve

"slinky" <ca***************@yahoo.comwrote in message
news:11**********************@57g2000hsv.googlegro ups.com...
I've also worked with Access for about 7 years and for getting a
fairly robust database up and running quickly it can't be beat. You
can really 'push the envelope' with Access and VB 6.x and do some
magic that a .NET developer would write a million lines of code to
replicate. So why look at .NET? Well I first started working with .NET
2 years ago and Access and .NET compliment each other well. I
routinely use Access (both tables and queries) in my .NET
applications. Although SQL server is the most recognized data server
platform for .NET, Access can be used just as easily. .NET has OLE
data adapter which is just for Access databases. The beauty of .NET
for me has been the low development time and ease of getting a
database published on the Web. An Access database I developed over a
period of 4 years and was very complex needed suddenly, by the
customer, the ability to view it through their website. Before I
learned .NET I would have had to tell them I couldn't do it, which
would have been the wrong answer.

Don't think of .NET though as simply a new version of VB. Although
VB.net shares many similarities to VB 6.x, there are key conceptual
differences that make it different. .NET can be thought of as an
umbrella under which sits compilers and development tools for not only
VB, but also for technologies like HTML, Java, C#, ASP - this
makes .NET the powerful tool everybody is talking about.

On Jul 19, 9:00 pm, Paul Brady <ptbr...@aol.comwrote:
>Apparently, I have been living on the wrong planet.
I have written 15 databases in Microsoft Access in the past 10
years, some of which are split, one uses ODBC interface with a SQL
server, one has a many-to-many relationship, and all of which have
Basic code to handle events and run functions which I have coded, and
all this time have never heard of .Net -- until today.
So, I looked it up on Google, asking for Access and .Net and
got gizzilion millions of hits. I guess this is big time stuff.
Can anyone direct me to a readable web page that at least
tells me what .Net is, and whether it is something I should know about
and use?
Thaks. Pete Brady, ptbr...@aol.com


Jul 20 '07 #5
..NET, in the way I think of it, is a technology, but albeit a broad
one. I have Visual Studio .NET 2003 at home. It is hard for me to
categorize it due to the number of things it can do. Studio is the key
word I think of because from it you can develop multiple solutions
from one basic platform. You can develop three basic solution
families: Desktop, Web Services, and Web Applications. All can share
some of the same components such as data connections (to SQLserver,
Oracle, MS-Access). That is, once you reference a database (and you
can visually from .NET studio drill down into your tables and stored
procedures (queries) and see what's in your database) you can use this
basic connectivity to use your data for a desktop application and/or a
web application. The neat thing I like about Visual Studio .NET (and
yes it is a software per say that you buy and load), is that I can
choose from such a variety of sub-technologies to accomplish what I
need. For example: XML, which is a file type (actually much more than
this), can be used a a datasource/database. The other day I was
working on a website design and needed a quick way of storing data. In
this case I simply wanted to store gathered email addresses on my
website to send out newsletters. Well I wanted to do it quickly so
rather than construct a table in an Access database I simply designed,
totally from within Visual Studio .NET, an XML file which, like Access
tables, is not a flat file.. the delimiting is done with what's called
markup:

- <topic>
<entry>Jackie Kennedy spoke fluent French. Her primary dress
designer was Oleg Cassini.</entry>
<name>Cheryl Robinson</name>
</topic>

The above was created in visual studio and is considered a record.
However, unlike Access, XML's markup like <name></nameindicates the
start and end of a field. But XML because of the extra characters for
the markup is considered 'verbose' because it takes up more disk space
and memory that other data file types. But my point is from within
Visual Studio I was able to quickly put together an XML file that
served as a mini-database if you will. (You may try this experiment in
Access - use within Access a capability to Export your table AS an XML
file to see what your Access data would look like if it were in XML
form.) From there I was able in Studio to create a desktop and an
internet application that used the same data. The beuaty is that I
could have with a little more effort (worth it if the database is more
complex), made a connection to an Access database within Studio and
used its tables as my repository for those email addresses I receive.

Sure .NET as a studio 'software' could be used on a single desktop for
the developer, you, and other people consuming your application could
do it as a distributed client front-end or you could have your users
have their client side be completely browser-based as a web
application.

ASP.net is a sub-technology within .NET. ASP means Active Server
Pages. You may notice two basic web extension on various website
URL's. Some may be relatively simple and end in .htm or .html. This is
good for static webpages, but if you are going to have your website
needing the user to move data into and out of your database you need
ASP.net which is a product that ships with Visual Studio. ASP.net web
pages have the .aspx extension you may have seen. This makes for a
webpage that can handle transactions as complex as those in many MS-
Access forms. An .aspx page can have objects on them that are equal or
analogous to MS-Access comboboxes, checkboxes, dataviews, subforms,
buttons, textboxes, etc.

I hope I have answered some questions. Just remember .NET is good for
some things, but Access is BETTER for certain things. If your goal is
simply to get a robust database used only within your office, and do
it quickly, and with lots of bells and whisles, do it in Access, it's
quicker and easier. You can always reference that database in .NET
later if you want to get it to the Web.


On Jul 20, 9:29 am, "Steve" <So...@private.emailaddresswrote:
Could you explain further what .Net is. Is it a software package on its own?
I have seen Asp.Net; are they the same? Can .Net be run on a single desktop?
Is there something that needs to be installed to be able to run .Net?

Thanks!

Steve

"slinky" <campbellbrian2...@yahoo.comwrote in message

news:11**********************@57g2000hsv.googlegro ups.com...
I've also worked with Access for about 7 years and for getting a
fairly robust database up and running quickly it can't be beat. You
can really 'push the envelope' with Access and VB 6.x and do some
magic that a .NET developer would write a million lines of code to
replicate. So why look at .NET? Well I first started working with .NET
2 years ago and Access and .NET compliment each other well. I
routinely use Access (both tables and queries) in my .NET
applications. Although SQL server is the most recognized data server
platform for .NET, Access can be used just as easily. .NET has OLE
data adapter which is just for Access databases. The beauty of .NET
for me has been the low development time and ease of getting a
database published on the Web. An Access database I developed over a
period of 4 years and was very complex needed suddenly, by the
customer, the ability to view it through their website. Before I
learned .NET I would have had to tell them I couldn't do it, which
would have been the wrong answer.
Don't think of .NET though as simply a new version of VB. Although
VB.net shares many similarities to VB 6.x, there are key conceptual
differences that make it different. .NET can be thought of as an
umbrella under which sits compilers and development tools for not only
VB, but also for technologies like HTML, Java, C#, ASP - this
makes .NET the powerful tool everybody is talking about.
On Jul 19, 9:00 pm, Paul Brady <ptbr...@aol.comwrote:
Apparently, I have been living on the wrong planet.
I have written 15 databases in Microsoft Access in the past 10
years, some of which are split, one uses ODBC interface with a SQL
server, one has a many-to-many relationship, and all of which have
Basic code to handle events and run functions which I have coded, and
all this time have never heard of .Net -- until today.
So, I looked it up on Google, asking for Access and .Net and
got gizzilion millions of hits. I guess this is big time stuff.
Can anyone direct me to a readable web page that at least
tells me what .Net is, and whether it is something I should know about
and use?
Thaks. Pete Brady, ptbr...@aol.com- Hide quoted text -

- Show quoted text -

Jul 20 '07 #6
Thank you very much for an excellent synopsis!!!

If I may, some more questions ---
1. In a nutshell, what is the difference between ASP and Asp.Net, what are
the pros and cons of each and which do you recommend for web applications?
2. For a web application, can an Access file of tables be used or must a
SQL database be used with ASP and or ASP.Net?
3. What is the starting point to learning to create web applications,
Visual Studio .NET, ASP.Net, ASP or something else?
4. Whatever your answer to 3, is the learning curve steep (difficult and
time consuming to learn)?
5. Do you do consulting?

Thanks,

Steve


"slinky" <ca***************@yahoo.comwrote in message
news:11**********************@n60g2000hse.googlegr oups.com...
.NET, in the way I think of it, is a technology, but albeit a broad
one. I have Visual Studio .NET 2003 at home. It is hard for me to
categorize it due to the number of things it can do. Studio is the key
word I think of because from it you can develop multiple solutions
from one basic platform. You can develop three basic solution
families: Desktop, Web Services, and Web Applications. All can share
some of the same components such as data connections (to SQLserver,
Oracle, MS-Access). That is, once you reference a database (and you
can visually from .NET studio drill down into your tables and stored
procedures (queries) and see what's in your database) you can use this
basic connectivity to use your data for a desktop application and/or a
web application. The neat thing I like about Visual Studio .NET (and
yes it is a software per say that you buy and load), is that I can
choose from such a variety of sub-technologies to accomplish what I
need. For example: XML, which is a file type (actually much more than
this), can be used a a datasource/database. The other day I was
working on a website design and needed a quick way of storing data. In
this case I simply wanted to store gathered email addresses on my
website to send out newsletters. Well I wanted to do it quickly so
rather than construct a table in an Access database I simply designed,
totally from within Visual Studio .NET, an XML file which, like Access
tables, is not a flat file.. the delimiting is done with what's called
markup:

- <topic>
<entry>Jackie Kennedy spoke fluent French. Her primary dress
designer was Oleg Cassini.</entry>
<name>Cheryl Robinson</name>
</topic>

The above was created in visual studio and is considered a record.
However, unlike Access, XML's markup like <name></nameindicates the
start and end of a field. But XML because of the extra characters for
the markup is considered 'verbose' because it takes up more disk space
and memory that other data file types. But my point is from within
Visual Studio I was able to quickly put together an XML file that
served as a mini-database if you will. (You may try this experiment in
Access - use within Access a capability to Export your table AS an XML
file to see what your Access data would look like if it were in XML
form.) From there I was able in Studio to create a desktop and an
internet application that used the same data. The beuaty is that I
could have with a little more effort (worth it if the database is more
complex), made a connection to an Access database within Studio and
used its tables as my repository for those email addresses I receive.

Sure .NET as a studio 'software' could be used on a single desktop for
the developer, you, and other people consuming your application could
do it as a distributed client front-end or you could have your users
have their client side be completely browser-based as a web
application.

ASP.net is a sub-technology within .NET. ASP means Active Server
Pages. You may notice two basic web extension on various website
URL's. Some may be relatively simple and end in .htm or .html. This is
good for static webpages, but if you are going to have your website
needing the user to move data into and out of your database you need
ASP.net which is a product that ships with Visual Studio. ASP.net web
pages have the .aspx extension you may have seen. This makes for a
webpage that can handle transactions as complex as those in many MS-
Access forms. An .aspx page can have objects on them that are equal or
analogous to MS-Access comboboxes, checkboxes, dataviews, subforms,
buttons, textboxes, etc.

I hope I have answered some questions. Just remember .NET is good for
some things, but Access is BETTER for certain things. If your goal is
simply to get a robust database used only within your office, and do
it quickly, and with lots of bells and whisles, do it in Access, it's
quicker and easier. You can always reference that database in .NET
later if you want to get it to the Web.


On Jul 20, 9:29 am, "Steve" <So...@private.emailaddresswrote:
>Could you explain further what .Net is. Is it a software package on its
own?
I have seen Asp.Net; are they the same? Can .Net be run on a single
desktop?
Is there something that needs to be installed to be able to run .Net?

Thanks!

Steve

"slinky" <campbellbrian2...@yahoo.comwrote in message

news:11**********************@57g2000hsv.googlegr oups.com...
I've also worked with Access for about 7 years and for getting a
fairly robust database up and running quickly it can't be beat. You
can really 'push the envelope' with Access and VB 6.x and do some
magic that a .NET developer would write a million lines of code to
replicate. So why look at .NET? Well I first started working with .NET
2 years ago and Access and .NET compliment each other well. I
routinely use Access (both tables and queries) in my .NET
applications. Although SQL server is the most recognized data server
platform for .NET, Access can be used just as easily. .NET has OLE
data adapter which is just for Access databases. The beauty of .NET
for me has been the low development time and ease of getting a
database published on the Web. An Access database I developed over a
period of 4 years and was very complex needed suddenly, by the
customer, the ability to view it through their website. Before I
learned .NET I would have had to tell them I couldn't do it, which
would have been the wrong answer.
Don't think of .NET though as simply a new version of VB. Although
VB.net shares many similarities to VB 6.x, there are key conceptual
differences that make it different. .NET can be thought of as an
umbrella under which sits compilers and development tools for not only
VB, but also for technologies like HTML, Java, C#, ASP - this
makes .NET the powerful tool everybody is talking about.
On Jul 19, 9:00 pm, Paul Brady <ptbr...@aol.comwrote:
Apparently, I have been living on the wrong planet.
I have written 15 databases in Microsoft Access in the past 10
years, some of which are split, one uses ODBC interface with a SQL
server, one has a many-to-many relationship, and all of which have
Basic code to handle events and run functions which I have coded, and
all this time have never heard of .Net -- until today.
So, I looked it up on Google, asking for Access and .Net and
got gizzilion millions of hits. I guess this is big time stuff.
Can anyone direct me to a readable web page that at least
tells me what .Net is, and whether it is something I should know about
and use?
Thaks. Pete Brady, ptbr...@aol.com- Hide quoted text -

- Show quoted text -


Jul 20 '07 #7
1. In a nutshell, what is the difference between ASP and Asp.Net,
what are
the pros and cons of each and which do you recommend for web
applications?

Let me think about this one

2. For a web application, can an Access file of tables be used or
must a
SQL database be used with ASP and or ASP.Net?

ASP.net can indeed use Access Database tables and queries

3. What is the starting point to learning to create web
applications,
Visual Studio .NET, ASP.Net, ASP or something else?

Well Visual Studio SHIPS with ASP.net as a key technology within it

4. Whatever your answer to 3, is the learning curve steep (difficult
and
time consuming to learn)?

I learned by downloading Microsoft's free Visual Web Studio Express
2005 and taking their #2310 course online, $350 and worth it. Then I
secured my own website from 1and1.com (good service provider). Learn
some HTML (you can view typical HTML by right-clicking on a webpage
and choosing 'View Source'. You won't see any asp.net because it's
hidden, but often I put my VB.net code either embedded as
"script" (just like Java can be embedded as script) or in a separate
file containing vb called 'code-behind' which has another extension
like ".aspx.vb". You can buy software that will design everything for
you, but to really learn it you need to just do it from scratch.
Visual Web Studio Express 2005 is a good place to start... I put
together my whole site with it including an XML database and a blog...
didn't use any 'wizards' as I wanted to learn from th eground up. You
can buy Visual Basic .NET Standard Edition 2003 itself as a complete
package for $100. I have the 2003 version and do a lot of desktop
development in it.

5. Do you do consulting?

I'm a contractor, mostly in Access, looking to graduate to a .net
developer

On Jul 20, 5:28 pm, "Steve" <So...@private.emailaddresswrote:
Thank you very much for an excellent synopsis!!!

If I may, some more questions ---
1. In a nutshell, what is the difference between ASP and Asp.Net, what are
the pros and cons of each and which do you recommend for web applications?
2. For a web application, can an Access file of tables be used or must a
SQL database be used with ASP and or ASP.Net?
3. What is the starting point to learning to create web applications,
Visual Studio .NET, ASP.Net, ASP or something else?
4. Whatever your answer to 3, is the learning curve steep (difficult and
time consuming to learn)?
5. Do you do consulting?

Thanks,

Steve


Jul 21 '07 #8
Microsoft .NET (pronounced "dot net") is a software component that runs
on the Windows operating system. .NET provides tools and libraries that
enable developers to create Windows software much faster and easier.
NET benefits end-users by providing applications of higher capability,
quality and security. The .NET Framework must be installed on a user's
PC to run .NET applications.

http://www.devtopics.com/what-is-net/

*** Sent via Developersdex http://www.developersdex.com ***
Jul 23 '07 #9
Baz
Much faster and easier than what?

"Timm Martin" <tm*****@mini-tools.comwrote in message
news:46*********************@news.qwest.net...
Microsoft .NET (pronounced "dot net") is a software component that runs
on the Windows operating system. .NET provides tools and libraries that
enable developers to create Windows software much faster and easier.
NET benefits end-users by providing applications of higher capability,
quality and security. The .NET Framework must be installed on a user's
PC to run .NET applications.

http://www.devtopics.com/what-is-net/

*** Sent via Developersdex http://www.developersdex.com ***

Jul 23 '07 #10
Seriously and with no disrespect... I'm sure there are TV dinners that
are faster and 100 piece childrens puzzles that are easier... but I
just got handed a database of inventories of about 250 SKU's in 10
states in Access 2003 and my boss wants these 'online' for salespeople
to see tomorrow in a browser based read-only format... with .NET I'll
have it done in time to watch WGN news before bed!

On Jul 23, 3:50 pm, "Baz" <b...@REMOVEbcap.THEeuro1net.CAPScomwrote:
Much faster and easier than what?

"Timm Martin" <tmar...@mini-tools.comwrote in message


Jul 23 '07 #11
Baz
Bully for you, but that doesn't alter the fact that the previous poster
described dotnet as "faster and easier", which is completely meaningless
without saying what he is comparing it to.

Incidentally, I suspect that any wizard with Dreamweaver and PHP could solve
your problem just as quickly, with a result that would be more efficient and
would work on Linux web servers to boot.

"slinky" <ca***************@yahoo.comwrote in message
news:11**********************@q75g2000hsh.googlegr oups.com...
Seriously and with no disrespect... I'm sure there are TV dinners that
are faster and 100 piece childrens puzzles that are easier... but I
just got handed a database of inventories of about 250 SKU's in 10
states in Access 2003 and my boss wants these 'online' for salespeople
to see tomorrow in a browser based read-only format... with .NET I'll
have it done in time to watch WGN news before bed!

On Jul 23, 3:50 pm, "Baz" <b...@REMOVEbcap.THEeuro1net.CAPScomwrote:
Much faster and easier than what?

"Timm Martin" <tmar...@mini-tools.comwrote in message



Jul 25 '07 #12

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

Similar topics

2
by: thecrow | last post by:
Alright, what the hell is going on here? In the following code, I expect the printed result to be: DEBUG: frank's last name is burns. Instead, what I get is: DEBUG: frank's last name is...
220
by: Brandon J. Van Every | last post by:
What's better about Ruby than Python? I'm sure there's something. What is it? This is not a troll. I'm language shopping and I want people's answers. I don't know beans about Ruby or have...
699
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro...
92
by: Reed L. O'Brien | last post by:
I see rotor was removed for 2.4 and the docs say use an AES module provided separately... Is there a standard module that works alike or an AES module that works alike but with better encryption?...
137
by: Philippe C. Martin | last post by:
I apologize in advance for launching this post but I might get enlightment somehow (PS: I am _very_ agnostic ;-). - 1) I do not consider my intelligence/education above average - 2) I am very...
12
by: Dario | last post by:
The following simple program behaves differently in Windows and Linux . #include <stdexcept> #include <iostream> #include <string> using namespace std; class LogicError : public logic_error {...
125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
47
by: Neal | last post by:
Patrick Griffiths weighs in on the CSS vs table layout debate in his blog entry "Tables my ass" - http://www.htmldog.com/ptg/archives/000049.php . A quite good article.
121
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode...
8
by: Midnight Java Junkie | last post by:
Dear Colleagues: I feel that the dumbest questions are those that are never asked. I have been given the opportunity to get into .NET. Our organization has a subscription with Microsoft that...
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: 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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...

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.