473,802 Members | 1,978 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Penetration of ASP.NET - Developers continue to use VB6 & ASP

Joel Spolsky's new article "How Microsoft Lost the API War" at
http://www.joelonsoftware.com/articles/APIWar.html
describes how .NET has failed, how classic VB6 and ASP continue to be
preferred by developers, and how Microsoft has lost control of the
preferred API.

You really should read the article. Here are some excerpts:

<Joel Spolsky>
"And yet, people aren't really using .NET much.
Oh sure, some of them are..."

"instead of .NET unifying and simplifying, we have a big 6-way mess,
with everybody trying to figure out which development strategy to use
and whether they can afford to port their existing applications to
..NET.

"No matter how consistent Microsoft is in their marketing message
('just use .NET—trust us!'), most of their customers are still using
C, C++, Visual Basic 6.0, and classic ASP, not to mention all the
other development tools from other companies. And the ones that are
using .NET are using ASP.NET to develop web applications, which run on
a Windows server but don't require Windows clients, which is a key
point I'll talk about more when I talk about the web."

"if you're developing a Windows GUI app today using Microsoft's
'official' latest-and-greatest Windows programming environment,
WinForms, you're going to have to start over again in two years to
support Longhorn and Avalon. Which explains why WinForms is completely
stillborn. Hope you haven't invested too much in it. Jon Udell found a
slide from Microsoft labelled 'How Do I Pick Between Windows Forms and
Avalon?' and asks, 'Why do I have to pick between Windows Forms and
Avalon?' A good question, and one to which he finds no great answer."

"So you've got the Windows API, you've got VB, and now you've got
..NET, in several language flavors, and don't get too attached to any
of that, because we're making Avalon, you see, which will only run on
the newest Microsoft operating system, which nobody will have for a
loooong time. And personally I still haven't had time to learn .NET
very deeply, and we haven't ported Fog Creek's two applications from
classic ASP and Visual Basic 6.0 to .NET because there's no return on
investment for us. None. It's just Fire and Motion as far as I'm
concerned..."

"the Web user interface is about 80% there, and even without new web
browsers we can probably get 95% there. This is Good Enough for most
people and it's certainly good enough for developers, who have voted
to develop almost every significant new application as a web
application.

Which means, suddenly, Microsoft's API doesn't matter so much. Web
applications don't require Windows.

It's not that Microsoft didn't notice this was happening. Of course
they did, and when the implications became clear, they slammed on the
brakes. Promising new technologies like HTAs and DHTML were stopped in
their tracks. The Internet Explorer team seems to have disappeared;
they have been completely missing in action for several years. There's
no way Microsoft is going to allow DHTML to get any better than it
already is: it's just too dangerous to their core business, the rich
client. The big meme at Microsoft these days is: 'Microsoft is betting
the company on the rich client.'"

"Much as I hate to say it, a huge chunk of developers have long since
moved to the web and refuse to move back. Most .NET developers are
ASP.NET developers, developing for Microsoft's web server...None of
this bodes well for Microsoft and the profits it enjoyed thanks to its
API power. The new API is HTML, and the new winners in the application
development marketplace will be the people who can make HTML sing.
</Joel Spolsky>

The only sentence in the article that I disagree with is:
JS> "ASP.NET is brilliant; I've been working with web
JS> development for ten years and it's really just a
JS> generation ahead of everything out there."

Whereas in my eyes ASP.NET is not a "generation ahead", but merely a
Microsoft rewrite of some well-known Perl modules available years ago
that:
- use templates to generate dynamic web pages and
- encrypt form data.

dotnetforfood

classic ASP rulez!!!
Jul 19 '05
24 3048
If fun to see how everyone react to someone's opinion.
I might not be the best programmer and know what everything means yet but I
know for a fact that .NET is much better then all other I program in.
It already saved me hours of development time on several website and it
decreased the "space" being used with a few 100mb on sites.

It already has been profitable for me and my friends for who I am making the
sites. They already saved some bucks on the monthly renting webspace
and all this is made possible by .NET. A friend of mine owns a gameshop and
had a MS Access DB with Frontend build in running but since he's opening
a new gameshop he needed that the program would work everywhere. Guess what,
in just 4 days I made the entire program in .NET while I had 6 weeks to
finish it.

I dont care about money and stuff thats going on with programmers and so,
heck I dont even get paid (althrou I wish I was lol) but I program because I
like it.
I learn new things because I like it. and you know, I like .NET :D

Richard

"dotnetforf ood" <do***********@ yahoo.com> schreef in bericht
news:64******** *************** **@posting.goog le.com...
Joel Spolsky's new article "How Microsoft Lost the API War" at
http://www.joelonsoftware.com/articles/APIWar.html
describes how .NET has failed, how classic VB6 and ASP continue to be
preferred by developers, and how Microsoft has lost control of the
preferred API.

You really should read the article. Here are some excerpts:

<Joel Spolsky>
"And yet, people aren't really using .NET much.
Oh sure, some of them are..."

"instead of .NET unifying and simplifying, we have a big 6-way mess,
with everybody trying to figure out which development strategy to use
and whether they can afford to port their existing applications to
.NET.

"No matter how consistent Microsoft is in their marketing message
('just use .NET-trust us!'), most of their customers are still using
C, C++, Visual Basic 6.0, and classic ASP, not to mention all the
other development tools from other companies. And the ones that are
using .NET are using ASP.NET to develop web applications, which run on
a Windows server but don't require Windows clients, which is a key
point I'll talk about more when I talk about the web."

"if you're developing a Windows GUI app today using Microsoft's
'official' latest-and-greatest Windows programming environment,
WinForms, you're going to have to start over again in two years to
support Longhorn and Avalon. Which explains why WinForms is completely
stillborn. Hope you haven't invested too much in it. Jon Udell found a
slide from Microsoft labelled 'How Do I Pick Between Windows Forms and
Avalon?' and asks, 'Why do I have to pick between Windows Forms and
Avalon?' A good question, and one to which he finds no great answer."

"So you've got the Windows API, you've got VB, and now you've got
.NET, in several language flavors, and don't get too attached to any
of that, because we're making Avalon, you see, which will only run on
the newest Microsoft operating system, which nobody will have for a
loooong time. And personally I still haven't had time to learn .NET
very deeply, and we haven't ported Fog Creek's two applications from
classic ASP and Visual Basic 6.0 to .NET because there's no return on
investment for us. None. It's just Fire and Motion as far as I'm
concerned..."

"the Web user interface is about 80% there, and even without new web
browsers we can probably get 95% there. This is Good Enough for most
people and it's certainly good enough for developers, who have voted
to develop almost every significant new application as a web
application.

Which means, suddenly, Microsoft's API doesn't matter so much. Web
applications don't require Windows.

It's not that Microsoft didn't notice this was happening. Of course
they did, and when the implications became clear, they slammed on the
brakes. Promising new technologies like HTAs and DHTML were stopped in
their tracks. The Internet Explorer team seems to have disappeared;
they have been completely missing in action for several years. There's
no way Microsoft is going to allow DHTML to get any better than it
already is: it's just too dangerous to their core business, the rich
client. The big meme at Microsoft these days is: 'Microsoft is betting
the company on the rich client.'"

"Much as I hate to say it, a huge chunk of developers have long since
moved to the web and refuse to move back. Most .NET developers are
ASP.NET developers, developing for Microsoft's web server...None of
this bodes well for Microsoft and the profits it enjoyed thanks to its
API power. The new API is HTML, and the new winners in the application
development marketplace will be the people who can make HTML sing.
</Joel Spolsky>

The only sentence in the article that I disagree with is:
JS> "ASP.NET is brilliant; I've been working with web
JS> development for ten years and it's really just a
JS> generation ahead of everything out there."

Whereas in my eyes ASP.NET is not a "generation ahead", but merely a
Microsoft rewrite of some well-known Perl modules available years ago
that:
- use templates to generate dynamic web pages and
- encrypt form data.

dotnetforfood

classic ASP rulez!!!

Jul 19 '05 #21
"Richard" wrote in message
news:40******** *************** @newsreader.ewe ka.nl...
: If fun to see how everyone react to someone's opinion.
: I might not be the best programmer and know what everything means yet but
I
: know for a fact that .NET is much better then all other I program in.
: It already saved me hours of development time on several website and it
: decreased the "space" being used with a few 100mb on sites.
:
: It already has been profitable for me and my friends for who I am making
the
: sites. They already saved some bucks on the monthly renting webspace
: and all this is made possible by .NET. A friend of mine owns a gameshop
and
: had a MS Access DB with Frontend build in running but since he's opening
: a new gameshop he needed that the program would work everywhere. Guess
what,
: in just 4 days I made the entire program in .NET while I had 6 weeks to
: finish it.
:
: I dont care about money and stuff thats going on with programmers and so,
: heck I dont even get paid (althrou I wish I was lol) but I program because
I
: like it.
: I learn new things because I like it. and you know, I like .NET :D

Well said Richard. Giving your opinion about something you've experienced,
good or bad, is informative and a benefit for all. This thread beginning,
and the article referenced, while opinions, are written as "THE WORD" and
any opposition to it returns a comment similar to:

[After 5 days, Spolsky's "rambling opinion" is referenced by over 2500
sites. But only I am reading your (non-informative, boring,
uninteresting, empty, useless, wasted) post!-)

Whose opinions are respected: Spolsky's or yours?]

....which turns this pretty much into nothing more than a flame war. It's
nice to see a refreshing post such as yours.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp

Jul 19 '05 #22
D**n! I could have sworn that horse was dead...

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Ken" <Ke*@discussion s.microsoft.com > wrote in message
news:24******** *************** ***********@mic rosoft.com...
actually, i thought the article was saying that the Windows API was dead and you're a good example of why. why develop for Windows when making a web
based app is SO much easier to implement/install/etc.?
so he's not saying that asp.net is dead (that's some other guy's title). he's saying that Microsoft lost the app war with the web.
"Richard" wrote:
If fun to see how everyone react to someone's opinion.
I might not be the best programmer and know what everything means yet but I know for a fact that .NET is much better then all other I program in.
It already saved me hours of development time on several website and it
decreased the "space" being used with a few 100mb on sites.

It already has been profitable for me and my friends for who I am making the sites. They already saved some bucks on the monthly renting webspace
and all this is made possible by .NET. A friend of mine owns a gameshop and had a MS Access DB with Frontend build in running but since he's opening
a new gameshop he needed that the program would work everywhere. Guess what, in just 4 days I made the entire program in .NET while I had 6 weeks to
finish it.

I dont care about money and stuff thats going on with programmers and so, heck I dont even get paid (althrou I wish I was lol) but I program because I like it.
I learn new things because I like it. and you know, I like .NET :D

Richard

"dotnetforf ood" <do***********@ yahoo.com> schreef in bericht
news:64******** *************** **@posting.goog le.com...
Joel Spolsky's new article "How Microsoft Lost the API War" at
http://www.joelonsoftware.com/articles/APIWar.html
describes how .NET has failed, how classic VB6 and ASP continue to be
preferred by developers, and how Microsoft has lost control of the
preferred API.

You really should read the article. Here are some excerpts:

<Joel Spolsky>
"And yet, people aren't really using .NET much.
Oh sure, some of them are..."

"instead of .NET unifying and simplifying, we have a big 6-way mess,
with everybody trying to figure out which development strategy to use
and whether they can afford to port their existing applications to
.NET.

"No matter how consistent Microsoft is in their marketing message
('just use .NET-trust us!'), most of their customers are still using
C, C++, Visual Basic 6.0, and classic ASP, not to mention all the
other development tools from other companies. And the ones that are
using .NET are using ASP.NET to develop web applications, which run on
a Windows server but don't require Windows clients, which is a key
point I'll talk about more when I talk about the web."

"if you're developing a Windows GUI app today using Microsoft's
'official' latest-and-greatest Windows programming environment,
WinForms, you're going to have to start over again in two years to
support Longhorn and Avalon. Which explains why WinForms is completely
stillborn. Hope you haven't invested too much in it. Jon Udell found a
slide from Microsoft labelled 'How Do I Pick Between Windows Forms and
Avalon?' and asks, 'Why do I have to pick between Windows Forms and
Avalon?' A good question, and one to which he finds no great answer."

"So you've got the Windows API, you've got VB, and now you've got
.NET, in several language flavors, and don't get too attached to any
of that, because we're making Avalon, you see, which will only run on
the newest Microsoft operating system, which nobody will have for a
loooong time. And personally I still haven't had time to learn .NET
very deeply, and we haven't ported Fog Creek's two applications from
classic ASP and Visual Basic 6.0 to .NET because there's no return on
investment for us. None. It's just Fire and Motion as far as I'm
concerned..."

"the Web user interface is about 80% there, and even without new web
browsers we can probably get 95% there. This is Good Enough for most
people and it's certainly good enough for developers, who have voted
to develop almost every significant new application as a web
application.

Which means, suddenly, Microsoft's API doesn't matter so much. Web
applications don't require Windows.

It's not that Microsoft didn't notice this was happening. Of course
they did, and when the implications became clear, they slammed on the
brakes. Promising new technologies like HTAs and DHTML were stopped in
their tracks. The Internet Explorer team seems to have disappeared;
they have been completely missing in action for several years. There's
no way Microsoft is going to allow DHTML to get any better than it
already is: it's just too dangerous to their core business, the rich
client. The big meme at Microsoft these days is: 'Microsoft is betting
the company on the rich client.'"

"Much as I hate to say it, a huge chunk of developers have long since
moved to the web and refuse to move back. Most .NET developers are
ASP.NET developers, developing for Microsoft's web server...None of
this bodes well for Microsoft and the profits it enjoyed thanks to its
API power. The new API is HTML, and the new winners in the application
development marketplace will be the people who can make HTML sing.
</Joel Spolsky>

The only sentence in the article that I disagree with is:
JS> "ASP.NET is brilliant; I've been working with web
JS> development for ten years and it's really just a
JS> generation ahead of everything out there."

Whereas in my eyes ASP.NET is not a "generation ahead", but merely a
Microsoft rewrite of some well-known Perl modules available years ago
that:
- use templates to generate dynamic web pages and
- encrypt form data.

dotnetforfood

classic ASP rulez!!!


Jul 19 '05 #23
After reading your post, I couldnt convince my self to read that article. But as I read Alvin Bruney's post, I'll read that article when I want a good laugh. For now I already have had a lot of laughs on the new features recently added to the new java, they just added autoboxing!!!! Aint that cool?
The only sentence in the article that I disagree with is:
JS> "ASP.NET is brilliant; I've been working with web
JS> development for ten years and it's really just a
JS> generation ahead of everything out there."
The only thing that you disagree with is perhaps the only thing written right in the article.

Abubakar.
http://joehacker.blogspot.com

"dotnetforf ood" wrote:
Joel Spolsky's new article "How Microsoft Lost the API War" at
http://www.joelonsoftware.com/articles/APIWar.html
describes how .NET has failed, how classic VB6 and ASP continue to be
preferred by developers, and how Microsoft has lost control of the
preferred API.

You really should read the article. Here are some excerpts:

<Joel Spolsky>
"And yet, people aren't really using .NET much.
Oh sure, some of them are..."

"instead of .NET unifying and simplifying, we have a big 6-way mess,
with everybody trying to figure out which development strategy to use
and whether they can afford to port their existing applications to
..NET.

"No matter how consistent Microsoft is in their marketing message
('just use .NET—trust us!'), most of their customers are still using
C, C++, Visual Basic 6.0, and classic ASP, not to mention all the
other development tools from other companies. And the ones that are
using .NET are using ASP.NET to develop web applications, which run on
a Windows server but don't require Windows clients, which is a key
point I'll talk about more when I talk about the web."

"if you're developing a Windows GUI app today using Microsoft's
'official' latest-and-greatest Windows programming environment,
WinForms, you're going to have to start over again in two years to
support Longhorn and Avalon. Which explains why WinForms is completely
stillborn. Hope you haven't invested too much in it. Jon Udell found a
slide from Microsoft labelled 'How Do I Pick Between Windows Forms and
Avalon?' and asks, 'Why do I have to pick between Windows Forms and
Avalon?' A good question, and one to which he finds no great answer."

"So you've got the Windows API, you've got VB, and now you've got
..NET, in several language flavors, and don't get too attached to any
of that, because we're making Avalon, you see, which will only run on
the newest Microsoft operating system, which nobody will have for a
loooong time. And personally I still haven't had time to learn .NET
very deeply, and we haven't ported Fog Creek's two applications from
classic ASP and Visual Basic 6.0 to .NET because there's no return on
investment for us. None. It's just Fire and Motion as far as I'm
concerned..."

"the Web user interface is about 80% there, and even without new web
browsers we can probably get 95% there. This is Good Enough for most
people and it's certainly good enough for developers, who have voted
to develop almost every significant new application as a web
application.

Which means, suddenly, Microsoft's API doesn't matter so much. Web
applications don't require Windows.

It's not that Microsoft didn't notice this was happening. Of course
they did, and when the implications became clear, they slammed on the
brakes. Promising new technologies like HTAs and DHTML were stopped in
their tracks. The Internet Explorer team seems to have disappeared;
they have been completely missing in action for several years. There's
no way Microsoft is going to allow DHTML to get any better than it
already is: it's just too dangerous to their core business, the rich
client. The big meme at Microsoft these days is: 'Microsoft is betting
the company on the rich client.'"

"Much as I hate to say it, a huge chunk of developers have long since
moved to the web and refuse to move back. Most .NET developers are
ASP.NET developers, developing for Microsoft's web server...None of
this bodes well for Microsoft and the profits it enjoyed thanks to its
API power. The new API is HTML, and the new winners in the application
development marketplace will be the people who can make HTML sing.
</Joel Spolsky>

The only sentence in the article that I disagree with is:
JS> "ASP.NET is brilliant; I've been working with web
JS> development for ten years and it's really just a
JS> generation ahead of everything out there."

Whereas in my eyes ASP.NET is not a "generation ahead", but merely a
Microsoft rewrite of some well-known Perl modules available years ago
that:
- use templates to generate dynamic web pages and
- encrypt form data.

dotnetforfood

classic ASP rulez!!!

Jul 19 '05 #24
Wah Jee Wah!

"Abubakar" wrote:
After reading your post, I couldnt convince my self to read that article. But as I read Alvin Bruney's post, I'll read that article when I want a good laugh. For now I already have had a lot of laughs on the new features recently added to the new java, they just added autoboxing!!!! Aint that cool?
The only sentence in the article that I disagree with is:
JS> "ASP.NET is brilliant; I've been working with web
JS> development for ten years and it's really just a
JS> generation ahead of everything out there."


The only thing that you disagree with is perhaps the only thing written right in the article.

Abubakar.
http://joehacker.blogspot.com

"dotnetforf ood" wrote:
Joel Spolsky's new article "How Microsoft Lost the API War" at
http://www.joelonsoftware.com/articles/APIWar.html
describes how .NET has failed, how classic VB6 and ASP continue to be
preferred by developers, and how Microsoft has lost control of the
preferred API.

You really should read the article. Here are some excerpts:

<Joel Spolsky>
"And yet, people aren't really using .NET much.
Oh sure, some of them are..."

"instead of .NET unifying and simplifying, we have a big 6-way mess,
with everybody trying to figure out which development strategy to use
and whether they can afford to port their existing applications to
..NET.

"No matter how consistent Microsoft is in their marketing message
('just use .NET—trust us!'), most of their customers are still using
C, C++, Visual Basic 6.0, and classic ASP, not to mention all the
other development tools from other companies. And the ones that are
using .NET are using ASP.NET to develop web applications, which run on
a Windows server but don't require Windows clients, which is a key
point I'll talk about more when I talk about the web."

"if you're developing a Windows GUI app today using Microsoft's
'official' latest-and-greatest Windows programming environment,
WinForms, you're going to have to start over again in two years to
support Longhorn and Avalon. Which explains why WinForms is completely
stillborn. Hope you haven't invested too much in it. Jon Udell found a
slide from Microsoft labelled 'How Do I Pick Between Windows Forms and
Avalon?' and asks, 'Why do I have to pick between Windows Forms and
Avalon?' A good question, and one to which he finds no great answer."

"So you've got the Windows API, you've got VB, and now you've got
..NET, in several language flavors, and don't get too attached to any
of that, because we're making Avalon, you see, which will only run on
the newest Microsoft operating system, which nobody will have for a
loooong time. And personally I still haven't had time to learn .NET
very deeply, and we haven't ported Fog Creek's two applications from
classic ASP and Visual Basic 6.0 to .NET because there's no return on
investment for us. None. It's just Fire and Motion as far as I'm
concerned..."

"the Web user interface is about 80% there, and even without new web
browsers we can probably get 95% there. This is Good Enough for most
people and it's certainly good enough for developers, who have voted
to develop almost every significant new application as a web
application.

Which means, suddenly, Microsoft's API doesn't matter so much. Web
applications don't require Windows.

It's not that Microsoft didn't notice this was happening. Of course
they did, and when the implications became clear, they slammed on the
brakes. Promising new technologies like HTAs and DHTML were stopped in
their tracks. The Internet Explorer team seems to have disappeared;
they have been completely missing in action for several years. There's
no way Microsoft is going to allow DHTML to get any better than it
already is: it's just too dangerous to their core business, the rich
client. The big meme at Microsoft these days is: 'Microsoft is betting
the company on the rich client.'"

"Much as I hate to say it, a huge chunk of developers have long since
moved to the web and refuse to move back. Most .NET developers are
ASP.NET developers, developing for Microsoft's web server...None of
this bodes well for Microsoft and the profits it enjoyed thanks to its
API power. The new API is HTML, and the new winners in the application
development marketplace will be the people who can make HTML sing.
</Joel Spolsky>

The only sentence in the article that I disagree with is:
JS> "ASP.NET is brilliant; I've been working with web
JS> development for ten years and it's really just a
JS> generation ahead of everything out there."

Whereas in my eyes ASP.NET is not a "generation ahead", but merely a
Microsoft rewrite of some well-known Perl modules available years ago
that:
- use templates to generate dynamic web pages and
- encrypt form data.

dotnetforfood

classic ASP rulez!!!

Jul 19 '05 #25

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

Similar topics

8
2360
by: dotnetforfood | last post by:
I surveyed market penetration of various server-side technologies using Google's search facility and posted them to the microsoft.public.inetserver.asp.general newsgroup. Results are in number of occurrences of each file extension: FileExt Occurrences ==================== ..PHP 324M ..ASP 243M ..CGI 171M
5
5100
by: Tarundeep Singh Kalra | last post by:
Hi, i am a VC++ developer (MFC) and i want to use .NET at its best. But all the samples , tuotorials etc are either in C# or VB.NET. I have certain doubts :- 1). Is Microsoft going to phase out C++ development especially MFC , ATL since very little material and focus on MFC developers is there ? 2). There are no MCSD Exams that i can take if i want to earn that since
18
1517
by: dotnetforfood | last post by:
Joel Spolsky's new article "How Microsoft Lost the API War" at http://www.joelonsoftware.com/articles/APIWar.html describes how .NET has failed, how classic VB6 and ASP continue to be preferred by developers, and how Microsoft has lost control of the preferred API. You really should read the article. Here are some excerpts: <Joel Spolsky> "And yet, people aren't really using .NET much.
2
1715
by: Scott | last post by:
THis may not be the right forum for market questions, I'm looking for an active set of .Net / C# folks to help us locate the right information. We're considering .Net for a client and need to be able to rely on Windows existing penetratino of .Net I'm looking for the following, : - % of Windows clients that have .Net 1.1 or later installed as of March 2006. - What OS did .Net first appear in, preinstalled - Does .Net come with IE and...
0
10538
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10305
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10285
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9115
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7598
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5494
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5622
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3792
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2966
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.