Friday, April 5, 2013

C# Interview questions- HCL

C# Interview questions- HCL


C# Interview questions- HCL

Posted: 07 Mar 2013 03:19 AM PST

I have recently attended the interview in HCL . Following are some of the questions asked in C#. They have covered C#, Asp.net & SQL Sever and also some questions asked in Design patterns. Interview went for around 1 hour. I have posted only C# questions in this article. Will cover the other area of questions in the following articles.

How to save the data of multiple checked items in a Grid to your Database using schema of a table?

Posted: 03 Apr 2013 11:22 PM PDT

When we are programming in .Net.We come across the scenario (i.e)we need to store the selected items in a grid .Some times the selected items are more for saving the data into database.It become a tedious way of storing the data in database.Because looping the selected items and inserting the data row by row in database will lead to stuck or unresponsive of the application for the end user.for this Scenario i had a better way of handling the things.This is the one I want to discuss in this ...

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home