Hi all silverlight "god"! ;-)
We are a small group of programmer that normally user c#/vb with ASp.net AJAX suite from Telerik and OpenAccess ORM. Now we have to start a new project but we need to program it with Silverlight. We will use the Sylverlight suite from Telerik.
Normally for this kind of project we use 3-tier layer: presentation layer, business layer and the openAccess ORM entity for the database layer.
In silverlight this kind of architecture seam to be different. We read a lot of blog, post, webcast and we are quite lost to "how to start" correctly this application project.
We initially plan to have:
1- Presentation layer (sylverlight projet)
2- Service layer (we don't know witch one we can use: RIA ? )
3- Business layer in c# class application
4- Open access for the database layer in c# class project
But after some reading, I think the "best practice" is to combine the Business and Service layer in the same Silverlight web projet to gain access to more robust security (login). It is true?
We found the "Business Application template" from the silverlight 4 installation for VS2010 that create a application, with are similar to:
1- presentation layer (the silverlight project)
2- Business and service ( the web project)
We can add the OpenAccess ORM somewhere in the Business layer with another class projet to hold the entity.
I think this post can be interesting for new programmers that need to combine n-Tier application with silverlight and Telerik ORM
Can you share with me your "best practice" or send my some link? Maybe someone have a sample project that implement Telerik ORM and n-tier silverlight application?
Thanks for you support.
We are a small group of programmer that normally user c#/vb with ASp.net AJAX suite from Telerik and OpenAccess ORM. Now we have to start a new project but we need to program it with Silverlight. We will use the Sylverlight suite from Telerik.
Normally for this kind of project we use 3-tier layer: presentation layer, business layer and the openAccess ORM entity for the database layer.
In silverlight this kind of architecture seam to be different. We read a lot of blog, post, webcast and we are quite lost to "how to start" correctly this application project.
We initially plan to have:
1- Presentation layer (sylverlight projet)
2- Service layer (we don't know witch one we can use: RIA ? )
3- Business layer in c# class application
4- Open access for the database layer in c# class project
But after some reading, I think the "best practice" is to combine the Business and Service layer in the same Silverlight web projet to gain access to more robust security (login). It is true?
We found the "Business Application template" from the silverlight 4 installation for VS2010 that create a application, with are similar to:
1- presentation layer (the silverlight project)
2- Business and service ( the web project)
We can add the OpenAccess ORM somewhere in the Business layer with another class projet to hold the entity.
I think this post can be interesting for new programmers that need to combine n-Tier application with silverlight and Telerik ORM
Can you share with me your "best practice" or send my some link? Maybe someone have a sample project that implement Telerik ORM and n-tier silverlight application?
Thanks for you support.