473,406 Members | 2,404 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,406 software developers and data experts.

ASP.NET vs Silverlight?

Any idea if MS will try to promote Silverlight over ASP.NET for web
development or will silverlight remain just as a adobe's flash like
tecnology?
Jun 27 '08 #1
18 4178
On Jun 14, 10:28 pm, Artificer <eliezerfigue...@gmail.comwrote:
Any idea if MS will try to promote Silverlight over ASP.NET for web
development or will silverlight remain just as a adobe's flash like
tecnology?
Hi,

I think

Silverlight is the next generation RIA (Rich internet application)
supporting very developer friendly environment ... more over besides
the powerful support of Graphics device we can write programs with our
favorite c# and xaml...

As for asp.net i think it will remain on track ...

Munna
Jun 27 '08 #2
A bit of both.

There are some applications that will work well with adding a movie (or
similar) in them, ala Flash. Other applications will be better as 100%
Silverlight.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
"Artificer" <el*************@gmail.comwrote in message
news:a0**********************************@x41g2000 hsb.googlegroups.com...
Any idea if MS will try to promote Silverlight over ASP.NET for web
development or will silverlight remain just as a adobe's flash like
tecnology?
Jun 27 '08 #3
re:
!Any idea if MS will try to promote Silverlight over ASP.NET for web
!development or will silverlight remain just as a adobe's flash like tecnology?

I fail to see what Silverlight adds to a data-driven ASP.NET application.

Silverlight is for presenting streaming media and Rich Interactive Applications(RIA) for the web.
If you don't use streaming media...you don't need Silverlight.

Silverlight doesn't require ASP.NET to be used on the web-server.
You could use Silverlight with PHP on Linux if you wanted to.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Artificer" <el*************@gmail.comwrote in message
news:a0**********************************@x41g2000 hsb.googlegroups.com...
Any idea if MS will try to promote Silverlight over ASP.NET for web
development or will silverlight remain just as a adobe's flash like
tecnology?

Jun 27 '08 #4
"Artificer" <el*************@gmail.comwrote in message
news:a0**********************************@x41g2000 hsb.googlegroups.com...
Any idea if MS will try to promote Silverlight over ASP.NET for web
development or will silverlight remain just as a adobe's flash like
tecnology?
ASP.NET forms may still have a role to play in the public web space where
simple forms are needed. However for more extensive UIs and for intranet
applications I think Silverlight is going to be big, real big.

--
Anthony Jones - MVP ASP/ASP.NET
Jun 27 '08 #5
I hardly think Silverlight will replace ASP.Net, because truly rich applications
can be developed using them in conjunction with each other.

It also needs to be taken into account that most people don't like installing
plugins in their browser, so large scale uptake will be slow.

Personally I would still prefer to do back office applications without
Silverlight. Myself and the other seniors at our company still aren't
particularly thrilled with Silverlight.

Silverlight 2.0 will likely be a big thing, like LINQ to SQL, until people start
using it in enterprise applications and start taking all the extra implications
into account.
--
--------------------------------- --- -- -
Posted with NewsLeecher v3.9 Final
Web @ http://www.newsleecher.com/?usenet
------------------- ----- ---- -- -

Jun 27 '08 #6
"Blackhand" <bl*******@email.comwrote in message
news:M5******************************@giganews.com ...
I hardly think Silverlight will replace ASP.Net, because truly rich
applications
can be developed using them in conjunction with each other.

It also needs to be taken into account that most people don't like
installing
plugins in their browser, so large scale uptake will be slow.

Personally I would still prefer to do back office applications without
Silverlight. Myself and the other seniors at our company still aren't
particularly thrilled with Silverlight.

Silverlight 2.0 will likely be a big thing, like LINQ to SQL, until people
start
using it in enterprise applications and start taking all the extra
implications
into account.

I was speaking to the future, I wasn't suggesting that Silverlight is ready
now. However with a stronger control framework a future Silverlight will be
very compelling.

Simply put HTML is just not the right platform to deliver a UI (as opposed
to displaying content). The use of HTML in this way was forced on to users
by IT departments trying to regain control of applications delvered to users
and by woefully inadequate means of centrally managing what is installed on
PCs.

The continued focus of those developing the HTML standard and the related
CSS standard is content delivery with only a secondary nod to UI. The fact
is though that a UI developer wants a much finer control over the
presentation whereas the HTML/CSS committees are going in the other
direction, trying to separate content from presentation.

This means that UI developer often has to wrestle HTML into doing what is
needed. That's not to mention that various browsers don't always interpret
the same HTML/CSS in the same way. Yes ASP.NET does help reduce that
significantly by insulating the developer somewhat but it can never be
complete and it still doesn't fix the fact that the underlying technology
isn't properly suited to the task.

Having a sandbox on the client which has few external dependacies running
code written in C# that does what you ask it to, is over time, going to be
prefered to struggling with HTML based UIs. This is of course an my own
conjectured opinion and depends a great deal on whether a usable control
framework appears in Silverlight.

In the wider world of the public web where, as you say, some users are loath
to install additional components Silverlight may not have as much impact.
It already has established competitors which are fairly ubiquitous.
--
Anthony Jones - MVP ASP/ASP.NET
Jun 27 '08 #7
re:
!Simply put HTML is just not the right platform to deliver a UI (as opposed to displaying content).

If you mean a *Rich User Interface* or *Rich Interactive Applications*,
I agree, but there's a lot of adequate HTML-based UI's on the web now.

If there's a need for visual demonstrations, Silverlight/Flash can't be beat,
and Silverlight certainly does a lot more than Flash does, but for data-driven
online catalogs/shopping carts, and/or any website which doesn't have the
need to visually demonstrate concepts or products, Silverlight/Flash are
overhead-producing overkill.

When it comes to giving clients quick data and purchasing choices,
platforms which deliver HTML to clients, like ASP.NET does,
are much more efficient and quick-loading than either Silverlight or Flash.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Anthony Jones" <An*@yadayadayada.comwrote in message news:Oh**************@TK2MSFTNGP03.phx.gbl...
"Blackhand" <bl*******@email.comwrote in message
news:M5******************************@giganews.com ...
>I hardly think Silverlight will replace ASP.Net, because truly rich
applications
>can be developed using them in conjunction with each other.

It also needs to be taken into account that most people don't like
installing
>plugins in their browser, so large scale uptake will be slow.

Personally I would still prefer to do back office applications without
Silverlight. Myself and the other seniors at our company still aren't
particularly thrilled with Silverlight.

Silverlight 2.0 will likely be a big thing, like LINQ to SQL, until people
start
>using it in enterprise applications and start taking all the extra
implications
>into account.

I was speaking to the future, I wasn't suggesting that Silverlight is ready
now. However with a stronger control framework a future Silverlight will be
very compelling.

Simply put HTML is just not the right platform to deliver a UI (as opposed
to displaying content). The use of HTML in this way was forced on to users
by IT departments trying to regain control of applications delvered to users
and by woefully inadequate means of centrally managing what is installed on
PCs.

The continued focus of those developing the HTML standard and the related
CSS standard is content delivery with only a secondary nod to UI. The fact
is though that a UI developer wants a much finer control over the
presentation whereas the HTML/CSS committees are going in the other
direction, trying to separate content from presentation.

This means that UI developer often has to wrestle HTML into doing what is
needed. That's not to mention that various browsers don't always interpret
the same HTML/CSS in the same way. Yes ASP.NET does help reduce that
significantly by insulating the developer somewhat but it can never be
complete and it still doesn't fix the fact that the underlying technology
isn't properly suited to the task.

Having a sandbox on the client which has few external dependacies running
code written in C# that does what you ask it to, is over time, going to be
prefered to struggling with HTML based UIs. This is of course an my own
conjectured opinion and depends a great deal on whether a usable control
framework appears in Silverlight.

In the wider world of the public web where, as you say, some users are loath
to install additional components Silverlight may not have as much impact.
It already has established competitors which are fairly ubiquitous.
--
Anthony Jones - MVP ASP/ASP.NET

Jun 27 '08 #8
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:OO**************@TK2MSFTNGP05.phx.gbl...
Silverlight is a bandwidth-intensive platform, hardly suitable for
business needs.
As far as eye-candy goes, it's alright, though.
Agreed 100%. Silverlight is great when the main purpose of the site it's
used on is to show how clever the developers are at graphics stuff, but for
business apps where functionality is more important than graphics,
Silverlight is all but irrelevant...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jun 27 '08 #9
Another problem that's getting overlooked, is that search engine spiders
can't parse the content of flash/silverlight.

For a lot of our clients that would be reason enough not to go for a
full on Silverlight solution (your site is only as good as its traffic).
Yes there are was to improve search engine friendliness, bottom line is
unfortunately, the spider still can't crawl the content and rank your
page anywhere near as well as if it was HTML.

Mark Rae [MVP] wrote:
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:OO**************@TK2MSFTNGP05.phx.gbl...
>Silverlight is a bandwidth-intensive platform, hardly suitable for
business needs.
As far as eye-candy goes, it's alright, though.

Agreed 100%. Silverlight is great when the main purpose of the site it's
used on is to show how clever the developers are at graphics stuff, but
for business apps where functionality is more important than graphics,
Silverlight is all but irrelevant...

Jun 27 '08 #10
Another problem that's getting overlooked, is that search engine spiders
can't parse the content of flash/silverlight.

For a lot of our clients that would be reason enough not to go for a
full on Silverlight solution (your site is only as good as its traffic).
Yes there are ways to improve search engine friendliness, bottom line
is, unfortunately, the spider still can't crawl the content and rank
your page anywhere near as well as if it was HTML.

Mark Rae [MVP] wrote:
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:OO**************@TK2MSFTNGP05.phx.gbl...
>Silverlight is a bandwidth-intensive platform, hardly suitable for
business needs.
As far as eye-candy goes, it's alright, though.

Agreed 100%. Silverlight is great when the main purpose of the site it's
used on is to show how clever the developers are at graphics stuff, but
for business apps where functionality is more important than graphics,
Silverlight is all but irrelevant...

Jun 27 '08 #11
search engines just need to evolve. no biggie.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
-------------------------------------------------------
"Blackhand" <bl*******@email.comwrote in message
news:oY******************************@giganews.com ...
Another problem that's getting overlooked, is that search engine spiders
can't parse the content of flash/silverlight.

For a lot of our clients that would be reason enough not to go for a full
on Silverlight solution (your site is only as good as its traffic). Yes
there are ways to improve search engine friendliness, bottom line is,
unfortunately, the spider still can't crawl the content and rank your page
anywhere near as well as if it was HTML.

Mark Rae [MVP] wrote:
>"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:OO**************@TK2MSFTNGP05.phx.gbl...
>>Silverlight is a bandwidth-intensive platform, hardly suitable for
business needs.
As far as eye-candy goes, it's alright, though.

Agreed 100%. Silverlight is great when the main purpose of the site it's
used on is to show how clever the developers are at graphics stuff, but
for business apps where functionality is more important than graphics,
Silverlight is all but irrelevant...

Jun 27 '08 #12

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:OO**************@TK2MSFTNGP05.phx.gbl...
I'll agree to the extent that there's a lot of work to be done on
Silverlight,
and that its future, if the promise made can be delivered, may be bright.

There's no way that Silverlight can compete in throughput efficiency with
ASP.NET, though.
>
I don't understand that statement. Currently I have an ASP.NET / AJAX
developement tuned such that all that needs to pass back between client and
server is the dynamically changing data. All the JS, CSS, XSL and
containing HTML is pretty much served up from the clients local cache.

I can't see any reason why the same can't apply in to a Silverlight app in
the future. In fact it would be quite natural.
Silverlight is a bandwidth-intensive platform, hardly suitable for
business needs.
As far as eye-candy goes, it's alright, though.
Yes, currently its potential is clouded by all this 'eye-candy' that is
currently being promoted not least of course by MS because it isn't ready to
do anything else.
--
Anthony Jones - MVP ASP/ASP.NET
Jun 27 '08 #13
re:
!I can't see any reason why the same can't apply in to a Silverlight app in the future.

Let me know when it's ready.

<chuckle>


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Anthony Jones" <An*@yadayadayada.comwrote in message news:OQ****************@TK2MSFTNGP02.phx.gbl...
>
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:OO**************@TK2MSFTNGP05.phx.gbl...
>I'll agree to the extent that there's a lot of work to be done on
Silverlight,
>and that its future, if the promise made can be delivered, may be bright.

There's no way that Silverlight can compete in throughput efficiency with
ASP.NET, though.
>>

I don't understand that statement. Currently I have an ASP.NET / AJAX
developement tuned such that all that needs to pass back between client and
server is the dynamically changing data. All the JS, CSS, XSL and
containing HTML is pretty much served up from the clients local cache.

I can't see any reason why the same can't apply in to a Silverlight app in
the future. In fact it would be quite natural.
>Silverlight is a bandwidth-intensive platform, hardly suitable for
business needs.
>As far as eye-candy goes, it's alright, though.

Yes, currently its potential is clouded by all this 'eye-candy' that is
currently being promoted not least of course by MS because it isn't ready to
do anything else.
--
Anthony Jones - MVP ASP/ASP.NET


Jun 27 '08 #14
re:
!search engines just need to evolve. no biggie.

That's easy for you to say... ;-)


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Alvin Bruney [ASP.NET MVP]" <vapor dan using hot male spam filterwrote in message
news:FD**********************************@microsof t.com...
search engines just need to evolve. no biggie.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
-------------------------------------------------------
"Blackhand" <bl*******@email.comwrote in message news:oY******************************@giganews.com ...
>Another problem that's getting overlooked, is that search engine spiders can't parse the content of
flash/silverlight.

For a lot of our clients that would be reason enough not to go for a full on Silverlight solution (your site is only
as good as its traffic). Yes there are ways to improve search engine friendliness, bottom line is, unfortunately, the
spider still can't crawl the content and rank your page anywhere near as well as if it was HTML.

Mark Rae [MVP] wrote:
>>"Juan T. Llibre" <no***********@nowhere.comwrote in message news:OO**************@TK2MSFTNGP05.phx.gbl...

Silverlight is a bandwidth-intensive platform, hardly suitable for business needs.
As far as eye-candy goes, it's alright, though.

Agreed 100%. Silverlight is great when the main purpose of the site it's used on is to show how clever the
developers are at graphics stuff, but for business apps where functionality is more important than graphics,
Silverlight is all but irrelevant...


Jun 27 '08 #15
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:eD**************@TK2MSFTNGP05.phx.gbl...
>search engines just need to evolve. no biggie.

That's easy for you to say... ;-)
Surely all you need to do is to enable the AutoEvolve property... ;-)
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jun 27 '08 #16
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
re:
!I can't see any reason why the same can't apply in to a Silverlight app
in the future.
>
Let me know when it's ready.

<chuckle>

;) Yes it could be just another flash (oops) in the pan.
--
Anthony Jones - MVP ASP/ASP.NET
Jun 27 '08 #17
Blackhand wrote:
Another problem that's getting overlooked, is that search engine
spiders can't parse the content of flash/silverlight.
Don't tell anyone, but they /can/ parse Flash content...
http://www.searchengineworkshops.com...les/flash.html

Andrew
Jun 27 '08 #18
I'm still amazed by sites that don't put a date next to their news/blog
posts. It would be nice to be able to know when that article was written.
"Andrew Morton" <ak*@in-press.co.uk.invalidwrote in message
news:6b*************@mid.individual.net...
Blackhand wrote:
>Another problem that's getting overlooked, is that search engine
spiders can't parse the content of flash/silverlight.

Don't tell anyone, but they /can/ parse Flash content...
http://www.searchengineworkshops.com...les/flash.html

Andrew

Jul 1 '08 #19

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

Similar topics

3
by: Michel Claveau | last post by:
Hi! SilverLight ("MS flash killer"), is a plug-in for InternetExplorer (Win), FireFox (Win), and Safari (Mac). The release 1.1-Alpha come with JScript & Python (or ironPython?) See :...
2
by: m.a | last post by:
Hello, I installed MSVC 2008 express and I like to install silverlight. Can I do this? Thenone that I got from silverlight web site, complain about msvc version. Regards
0
by: =?Utf-8?B?Um9nZXIgTWFydGlu?= | last post by:
I have a web site under .NET 2.0 that renders videos using the Silverlight media player. The <asp:MediaPlayercontrol only works on .NET 3.5, but I managed to get things working under .NET 2.0 by...
1
by: Faisal Shafiq | last post by:
I want to upload a file direct to the Silverlight Streaming Service from a Web Client such as silverlight application. As per our product requirement we want to upload a .WMV file directly from...
3
by: =?Utf-8?B?Um9nZXIgTWFydGlu?= | last post by:
Note: My apologies for repeating this post from last week, but my nospam alias and profile account were incorrect. I think I have fixed this, so hopefully this post will trigger MS into a response...
7
Curtis Rutland
by: Curtis Rutland | last post by:
Building A Silverlight (2.0) Multi-File Uploader All source code is C#. VB.NET source is coming soon. Note: This project requires Visual Studio 2008 SP1 or Visual Web Developer 2008 SP1 and...
0
LoanB
by: LoanB | last post by:
Hi, I have encountered an issue today. I have a application which was originally developer using Visual Web Developer Express 2010 and Silverlight 4. I also had Silverlight 3 installed on my...
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?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.