473,623 Members | 2,453 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 4195
On Jun 14, 10:28 pm, Artificer <eliezerfigue.. .@gmail.comwrot e:
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.comwrot e in message
news:a0******** *************** ***********@x41 g2000hsb.google groups.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(RI A) 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.comwrot e in message
news:a0******** *************** ***********@x41 g2000hsb.google groups.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.comwrot e in message
news:a0******** *************** ***********@x41 g2000hsb.google groups.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*******@emai l.comwrote in message
news:M5******** *************** *******@giganew s.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*@yadayadaya da.comwrote in message news:Oh******** ******@TK2MSFTN GP03.phx.gbl...
"Blackhand" <bl*******@emai l.comwrote in message
news:M5******** *************** *******@giganew s.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
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.comwrot e in message
news:OO******** ******@TK2MSFTN GP05.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 #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 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.comwrot e in message
news:OO******** ******@TK2MSFTN GP05.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

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

Similar topics

3
2600
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 : http://www.microsoft.com/silverlight/default.aspx http://www.microsoft.com/silverlight/why-compelling.aspx http://silverlight.net/Default.aspx
2
2002
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
2360
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 working with the javascript rather than the server control. The web page looks like this: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="video5.aspx.cs" Inherits="GalleryServerPro.Web.video5" %>
1
2845
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 silverlight client to Silverlight streaming service. I tried to user WebClient and HttpWebRequest for that purpose but, unfortunately I can found the way to do so. There are some problems with both classes. 1. There is no property of get...
3
689
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 per their MSDN policy. -------------------- I have a web site under .NET 2.0 that renders videos using the Silverlight media player. The web page looks like this: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="video2.aspx.cs"
7
7145
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 Silverlight 2.0. To get these tools please visit this page Get Started : The Official Microsoft Silverlight Site and follow Step 1. Occasionally you find the need to have users upload multiple files at once. You could use multiple FileUpload...
0
1819
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 development PC. I have previously tested switching between 3 and 4 in the properties page and had no trouble running the app. Today.. I installed a full version of VS2010 Professional. I re-installed Silverlight 3 and 4 as well. The Application...
0
8227
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8670
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
8613
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
8326
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
7150
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
6106
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
5561
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2602
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1473
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.