Logo
Company > Services > Programming

Windows Forms Programming C#

The last two years we spent programming the "Interview System" for a customer.

Highlights are:

  • Client Server Synchronization: When a report is a generated on the laptop, all the data of the interviewed person is available on the desktop too.  Same thing with data entry.  When data is entered on another pc it is available right away on all other pcs or laptops. All communication is 128 bit encrypted.  Here the Windows Communications Foundation was used in combination with SQL 2008 Enterprise server.
  • The reports are generated based upon the data entered in about 50 Forms and three satelite databases which provide additional data to process the report. The third way of optaining data used is to let the system read a standardized word document.  It scans for certain phrases and ratings and uses those for the "Interview questionaire" report.
  • The report has about 15 phrases which are randomized, what means each phrase has ten variations of that phrase.The report generation uses random phrasing without put back, what means once a phrase is used it has to first use all the other phrases before it starts all over again. 
  • The final report is also using merging, where hand edited parts of the report are merged with the report derived from the database.

We are more than happy to show you a prototype of this work via screensharing.

 

Please take a look at our customer testimonials. You can contact us here.
Faqs for Programming

Question:

Dear Sir, I am beginner to programming. And i have developed a windows application(visual studio 2008), with sql server 2005 But i dont know how to deploy my application with sql, so that i can install my app in any system. Sir, I have heard that your website is trusted and very informative. Please help us. We are in great need. regards,

Answer:

If you would like to have the database within the application then you use sql compact edition (which has an sdf extension). You should get the 3 months trial of VS2010. If you would like to connect externally over port 1433 with linq then your sql 2005 server has to be on a internet server so that the applications can access it. If you want to make it more complicated you can encrypt communication between the client and the database server with the Microsoft Communications Foundation. Again get the three months trial of Visual Studio 2010 and go through the examples. But for applications with an internal database the sql compact edition (vs 2010) is the best, very slim and very fast.
FAQs are for the purpose of telling you how much it costs to fix the issue remotely, not to solve the problem for free via email.

Question:

Email (optional) :

FAQ Categories (optional) :