For a more specific answer, please ask a more specific question. What do you mean by large volmen web app? What kind of application?
As a general rule of thumb, if your web server / server side algorithm can take the load for a traditional HTML web app, then they will be able to serve the same app in Silverlight - usually even with less resources.
We Developed Garment Product Erp In Vb6.0 and want upgrade web application .We are used Complex Queries Script And 1000 Objects Includes (Tables,Views,StoredProcedure,Triggers.).Is Possible to excute Queries in SilverLights3.0.
I have More doubts Regarding SilverLight3.0,Kindly explain to me.
You probably wouldn't want to execute the queries on the client, rather on the server. That said, you can use .net RIA Services to form LINQ queries on the client that get translated to SQL queries and are executed on the server.
As for ERP and other LOB systems, Silverlight is a great choice. The only drawback is no native printing support, but there are some workaround for that - you can find quite a lot of recommendations on the net.
I wrote a quick blog post about RIA Services for you
here. Altough it is in C#, there is only three lines of code you need to transfer to VB. It explains what I meant by the LINQ queries getting transferred to the server.
jitsuresh
0 Points
8 Posts
Performance Of SilverLight3.0
Sep 08, 2009 11:05 AM | LINK
Can Develop Large Volumn of WebApplication in Silverlight3.0 ?.
Regards
T.Suresh
vvvbandi
Member
258 Points
39 Posts
Re: Performance Of SilverLight3.0
Sep 08, 2009 11:31 AM | LINK
Yes. :)
For a more specific answer, please ask a more specific question. What do you mean by large volmen web app? What kind of application?
As a general rule of thumb, if your web server / server side algorithm can take the load for a traditional HTML web app, then they will be able to serve the same app in Silverlight - usually even with less resources.
Silverlight MVP, My Blog
Please mark as answer if you find this post useful.
jitsuresh
0 Points
8 Posts
Re: Performance Of SilverLight3.0
Sep 08, 2009 12:42 PM | LINK
We Developed Garment Product Erp In Vb6.0 and want upgrade web application .We are used Complex Queries Script And 1000 Objects Includes (Tables,Views,StoredProcedure,Triggers.).Is Possible to excute Queries in SilverLights3.0.
I have More doubts Regarding SilverLight3.0,Kindly explain to me.
Regards.
T.Suresh.
vvvbandi
Member
258 Points
39 Posts
Re: Performance Of SilverLight3.0
Sep 08, 2009 12:54 PM | LINK
You probably wouldn't want to execute the queries on the client, rather on the server. That said, you can use .net RIA Services to form LINQ queries on the client that get translated to SQL queries and are executed on the server.
As for ERP and other LOB systems, Silverlight is a great choice. The only drawback is no native printing support, but there are some workaround for that - you can find quite a lot of recommendations on the net.
Silverlight MVP, My Blog
Please mark as answer if you find this post useful.
jitsuresh
0 Points
8 Posts
Re: Performance Of SilverLight3.0
Sep 08, 2009 01:15 PM | LINK
Thanking You for your replay.
I developing Vbdotnet language in silverlight3.0,Kindly example for LINQ queries execution in Server Site.
Regards
T.Suresh
vvvbandi
Member
258 Points
39 Posts
Re: Performance Of SilverLight3.0
Sep 08, 2009 03:01 PM | LINK
I wrote a quick blog post about RIA Services for you here. Altough it is in C#, there is only three lines of code you need to transfer to VB. It explains what I meant by the LINQ queries getting transferred to the server.
Silverlight MVP, My Blog
Please mark as answer if you find this post useful.