Click here to Skip to main content
15,881,787 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I'm doing a project for B.E and it is a virtual warehouse(traditional application + 3d view implementation using XNA both are different ) both have access to SQL server at back end. my question is , I think directly accessing SQL server from XNA application would be a massive kill it will take a long time.so,should i use asynchronous pattern like create a wcf or asp.net service and require xna application to store data locally?
Posted
Comments
PIEBALDconsult 17-Dec-14 12:58pm    
Not if you don't understand it.
Sergey Alexandrovich Kryukov 17-Dec-14 15:00pm    
Not necessarily. It depends on various factors we cannot figure out from your information. It's not even clear what exactly pattern you mean.
—SA

1 solution

if your application is taking lot of time and you know that it may take a longer time.It would be better to implement asynchronous calls and multithreading. you may not neccessarily need to use a service.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900