about silverlight...
-
hi, i am very new to silverlight, can you suggest me any site that will give basic information abt silverlight app, how to run them and usage thaknx in advance koolprasad2003 :) Be a good listener...Because Opprtunity knoughts softly...N-Joy
-
hi, i am very new to silverlight, can you suggest me any site that will give basic information abt silverlight app, how to run them and usage thaknx in advance koolprasad2003 :) Be a good listener...Because Opprtunity knoughts softly...N-Joy
-
hi, i am very new to silverlight, can you suggest me any site that will give basic information abt silverlight app, how to run them and usage thaknx in advance koolprasad2003 :) Be a good listener...Because Opprtunity knoughts softly...N-Joy
- Silverlight quickstart might be useful for you. - If you want to know about what software you will need, please check-out my reply http://www.codeproject.com/script/Forums/View.aspx?fid=1004257&msg=2427127[ title="New Window">^] - Silverlight is web technology so you can run the application on browser.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
- Silverlight quickstart might be useful for you. - If you want to know about what software you will need, please check-out my reply http://www.codeproject.com/script/Forums/View.aspx?fid=1004257&msg=2427127[ title="New Window">^] - Silverlight is web technology so you can run the application on browser.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
thankx many ... as you say...
Michael Sync wrote:
- Silverlight is web technology so you can run the application on browser.
it is different from asp.Net web aplication 2.0 ???? regards koolprasad2003 Be a good listener...Because Opprtunity knoughts softly...N-Joy
-
thankx many ... as you say...
Michael Sync wrote:
- Silverlight is web technology so you can run the application on browser.
it is different from asp.Net web aplication 2.0 ???? regards koolprasad2003 Be a good listener...Because Opprtunity knoughts softly...N-Joy
koolprasad2003 wrote:
it is different from asp.Net web aplication 2.0 ????
There are a lot of differences between ASP.NET and Silverlight. - Silverlight is like Flash. You will see it as embedded object on the browser. For ASP.NET, it's just normal HTML page. - ASP.NET is the server-side technology. Silverlight is client-side technology that works on browser. - You don't need any extra plugin to view the ASP.NET website but you will need Silverlight plugin to view the Silverlight content. - You will need Microsoft .NET and Windows server to host ASP.NET web site but you don't need anything for Silverlight. You can host the silverlight application on Linux server or any server that you like. - ASP.NET uses HTML and Silverlight uses XAML. - You won't get the same view for ASP.NET in different browsers. (If you have some experiences in Ajax-enabled website development, you will know how to fix something for IE6 and other thing for Firefox or other browsers). But with Silverlight, you will get the same view for all browsers. - and there may be more... There are only one same thing. Both website can be viewed with browsers. :) Hope that you will get some ideas about that.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
koolprasad2003 wrote:
it is different from asp.Net web aplication 2.0 ????
There are a lot of differences between ASP.NET and Silverlight. - Silverlight is like Flash. You will see it as embedded object on the browser. For ASP.NET, it's just normal HTML page. - ASP.NET is the server-side technology. Silverlight is client-side technology that works on browser. - You don't need any extra plugin to view the ASP.NET website but you will need Silverlight plugin to view the Silverlight content. - You will need Microsoft .NET and Windows server to host ASP.NET web site but you don't need anything for Silverlight. You can host the silverlight application on Linux server or any server that you like. - ASP.NET uses HTML and Silverlight uses XAML. - You won't get the same view for ASP.NET in different browsers. (If you have some experiences in Ajax-enabled website development, you will know how to fix something for IE6 and other thing for Firefox or other browsers). But with Silverlight, you will get the same view for all browsers. - and there may be more... There are only one same thing. Both website can be viewed with browsers. :) Hope that you will get some ideas about that.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
Michael Sync wrote:
you will need Silverlight plugin to view the Silverlight content.
For Viewing It's fine but what about Interface to develop a Silverlight Powered Application?
Michael Sync wrote:
You will see it as embedded object on the browser.
Is it going to be done through a browser? :confused:
Michael Sync wrote:
But with Silverlight, you will get the same view for all browsers.
Sounds Gooood :-D , That is going to save our lots of efforts and time that we spend for all browser compatible application.
Believe Yourself™ :-\™
-
Michael Sync wrote:
you will need Silverlight plugin to view the Silverlight content.
For Viewing It's fine but what about Interface to develop a Silverlight Powered Application?
Michael Sync wrote:
You will see it as embedded object on the browser.
Is it going to be done through a browser? :confused:
Michael Sync wrote:
But with Silverlight, you will get the same view for all browsers.
Sounds Gooood :-D , That is going to save our lots of efforts and time that we spend for all browser compatible application.
Believe Yourself™ :-\™
Hello,
Gandalf - The White wrote:
what about Interface to develop a Silverlight Powered Application?
I already answered this question in this post[^].
Gandalf - The White wrote:
Is it going to be done through a browser?
For development? no. What I was saying is that when Silverlight object is the embedded object...
Gandalf - The White wrote:
That is going to save our lots of efforts and time that we spend for all browser compatible application.
Yes. It's really good. but MS need to take some times to make this happen. For the time being, Silverlight works on IE and Firefox on IE and Saferi on Mac. Moonlight will come for Linux users but it might take some time... I think SL will support Opera in next release beta1... but not like Javascript, there are only two options... SL will work or won't work at all. :)
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)