Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7623573
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T04:44:26+00:00 2026-05-31T04:44:26+00:00

I trying to built some application with metro-UI with C# for Window 8, due

  • 0

I trying to built some application with metro-UI with C# for Window 8, due to Window 8 will be running on tablet soon, and now i knew my application required a lot of processing power, thus, ideas come into my mind, what if i could make the high performance process on server; either get another VPS or Azure to process the functions then send back the processed function results to the Window 8 Metro-UI application ?

The high performance functions i mentioning about ::

  • face images recognition – recognize face on server then tell the result
  • Generate Image – some user upload image will put watermark and regenerate a new image
  • Crop Image – like facebook, crop the face part from big image
  • Edit Image – in case of the crop is not so right or the alignment got problem
  • Filter Data – big amount of data from user, need to filter then insert to server
  • and others…

What come into my minds are, WCF ? but i never learn it in details before.. any keywords to research on this issues ?? Thank you for reply. =D

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T04:44:27+00:00Added an answer on May 31, 2026 at 4:44 am

    Basically any technology allowing for communication between your application and a server can do what you ask as long. If you implement both sides you can define any relevant aspect like protocol, security etc.

    Regarding Azure and WCF:

    Yes you can implement what you ask via WCF on Azure… Azure and WCF by itself do not know anything about images or similar things – it is up to you to implement whatever you want…

    You can use WCF even without Azure… basically WCF has some support for loadbalancing/routing etc built-in so you can even go and setup some webfarm for the heavy lifting…

    WCF can use different protocols – some are more portable regarding other platforms (like HTTP/SOAP which is usable with iOS or Android for example), others are more performant (like a binary TCP-based protocol…). Some are more firewall-friendly (like http) etc.
    Which to choose depends really alot on what you need…

    Regarding Metro:

    Metro Apps can be implemented with C#, JavaScript etc. – depending on your situation it might be an option to implement this as a combination of HTML5/JavaScript client-side and WCF/C# server-side…

    Regarding image editing etc.:

    How to implement this depends on the functions you want to give the user… some things are achievable by using scaled-down version of the image client-side (like red-eye-correction) and some are rather complex (like high-end-color-correction) since they need several aspects (high resolution, color-management etc.).

    There are several .NET based image processing libraries out there (free and commercial) which offer a wide variety of image-related function… some have cloud-specific interfaces (http and/or some UI-controls etc.). Be sure to check on licensing before using libraries in the cloud (Azure or similar)…

    Edit image/Filter data is a wide field thus not specific enough… Compare image (in term of face) seems to imply that you want to do some recognition… this is a very complex and broad area but very well possible with .NET…

    Since you don’t give details on the use cases/scenarios it is hard to give any specific advice… feel free to add more details so the answers can be more specific…

    UPDATE – as per comments the OP wants to basically implement something similar to face recognition found on facebook:

    Implemeting face recognition similar to facebook is a VERY BIG project IMHO… the algorithms for recognition are complex and the “good ones” are usually developed internally and not sold/licensed to others… so you will have to find some high-quality image-processing library and develop/implement your algorithm on top of that library. There are some good starting points for such algorithms but basically you will need to do a lot of work to enhance/refine them… for this you will need a lot of test data/images etc.

    As for watermarks this is another complex area… some technologies are opensource, most are not robust enough depending on what you want to achieve… security of watermark varies alot… does it need to be robust enough for someone printing and scanning it back ? or for someone taking a photo off a screen ? or just for scaling ?

    Another aspect is the legal side of this… several relevant aspects of such algorithms are patented which means you might need to acquire proper licenses… privacy is another legal aspect to keep in mind when implementing this sort of application…

    UPDATE 2 – as per comments:

    Some general search terms for implementing a process which calls functions on a server and gets the results back are “SOAP”, “WCF”, “WebService”, “JSON”.

    You can find some general information:

    • http://msdn.microsoft.com/en-us/netframework/aa663324
    • http://msdn.microsoft.com/en-us/library/dd163896.aspx
    • http://homepages.ius.edu/rwisman/b438/html/net.htm
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to work out some kinks in a multitouch application I've built. It
I am trying to build an application to simulate some basic spheres moving around.
I'm trying to build an application from source in windows that requires some Unix
I'm trying to build my first cocoa application. done some iPhone developing before. I
I'm trying to subclass the built-in file class in Python to add some extra
Hi I'm trying to build a layout where some shapes will popup every 2
i'm trying to built in support for locations in my application and i'm expecting
I've built a Django web application and some Django-Piston services. Using a web interface
I'm trying to implement a binding between some custom-built models and just beginning to
I have some strange behavior occurring in an ASP.NET application that I am trying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.