C#/Questions Answered by Expert Hosnieh [Sara]

SubjectDate Asked
Create bilingual dictionary3/19/2010
  Q: I am new to c#. Right now i would like to create a bilingual dictionary as my project. I would like ...
  A: the best option for creating a dictionary is database, of course you can save words in files too but ...
barcode3/10/2010
  Q: How I can integrate barcode with C# code in sales and purchase module. (generating, searching, ...
  A: I don't know how to connect to barcode reader, it should have a module for that , I mean when you ...
Building a PDF Viewer application3/8/2010
  Q: I had contacted you earlier regarding my final yera engineering project. Anyway, I'll recap. My ...
  A: download the pdfsharp.dll from this website http://sourceforge.net/projects/pdfsharp or you can ...
Deleting empty rows from excel3/4/2010
  Q: I want to delete the empty rows from an excel file programatically using c#.
  A: I did not use excel like that, you know in excel you should have headers for each of your column ...
inheritence3/4/2010
  Q: class Animal { public void bark() { ...
  A: You override the bark() function in animal bark if you comment those lines in which write dog bark ...
Passing parameters2/28/2010
  Q: My question 'How do I pass parameters : (datasollecito1DataTime.Value - ...
  A: then you can write a function and call it in datetimepicker_valuechange like this private ...
Database Connectivity2/20/2010
  Q: would you please send me the code of database connectivity with SQL server to my email. or give me ...
  A: I don't have your email address but this can be a sample private SqlConnection sqlcon; ...
::Connection String for WinApp::2/20/2010
  Q: I am trying to connect C# windows application to SqlServer Express. But i am not able to execute the ...
  A: in attachdbfilename you should specify the complete path for instance 1- Data ...
asp2/19/2010
  Q: i want a pop up window every time product page is opened which asks what type of product usr want to ...
  A: then in your product page add this javascript code the link to your product page should be something ...
asp2/15/2010
  Q: i want a pop up window every time product page is opened which asks what type of product usr want to ...
  A: you do not need to do it server side (via asp or .net) you can use client side scripts such as ...
Remote Desktop in .Net2/15/2010
  Q: i need to develop program to use in remote desktop. i search on net and i got one tutorial for it. ...
  A: about your first question, unfortunately I did not work on that and I cannot help you in that issue, ...
Creation of a PDF reader (with extra security features), a new custom file extension in C#.1/20/2010
  Q: AS part of the final year engineering project, I am developing a PDF reader and there are some extra ...
  A: in C#.net there is a project for pdf creation http://sourceforge.net/projects/pdfsharp it is open ...
multiplayer card game programming.1/18/2010
  Q: which program would be better for creating a multiplayer card game with AI's(bots) and client/server ...
  A: C#.net is more highlevel language than C++ , c#.net for client server application have some ...
repeater1/18/2010
  Q: With great hope im writing this mail to you. I have a small project. It is a online exam project. ...
  A: unfortunately most of the time I am so busy , just sometimes when I am less busy I come to this ...
repeater1/12/2010
  Q: With great hope im writing this mail to you. I have a small project. It is a online exam project. ...
  A: first , why didn't you used gridview, listview, repeater or datalist? instead of making tables ...
LinkLabel1/11/2010
  Q: i'm searching to keep the linklabel in listview. can u help me with coding and procedure to keep the ...
  A: like gridview or repeater , listview have item template than you can add it in html source of your ...
Data binding an Array to a data grid1/9/2010
  Q: I have a web service which querys a database I have created a web client for this service and I need ...
  A: I consider that the delimiter for each row are "|" and the delimiter between data are "." ...
Data binding an Array to a data grid1/8/2010
  Q: I have a web service which querys a database I have created a web client for this service and I need ...
  A: You need to use datatable and import rows in to it and then bind the datatable to your datagrid ...
c#12/21/2009
  Q: i made a gui form which have three lables, three text box and a buton n i have to ask user to enter ...
  A: you need to define a public variable for checking the users, each time the user click on button and ...
c#12/21/2009
  Q: now i completly understand d mean of ms script thnak u very much......... bt i want tht value shud ...
  A: again sorry for this delay, this is the code you have a button that in button click you should write ...
c#12/9/2009
  Q: i design a form in which user enter name, address, city, Mob. now i want to use these detail in ...
  A: you can redirect to other page and show those details for more information to how to show your data ...
c#12/9/2009
  Q: its not proper it shud read 11 to 19. as 11 shud show eleven, 12 shud show twelove etc ANSWER: ...
  A: sorry for my late response. I was so busy with many projects. we use script languages because C# or ...
c#12/2/2009
  Q: its not proper it shud read 11 to 19. as 11 shud show eleven, 12 shud show twelove etc ANSWER: ...
  A: the simplest way is as follow, there's other way too such as detecting each character and parsing ...
c#10/26/2009
  Q: its not proper it shud read 11 to 19. as 11 shud show eleven, 12 shud show twelove etc
  A: private void button1_Click(object sender, EventArgs e) { int i, j, counter = ...
c#10/23/2009
  Q: i wana to make a prog that read the int value if user enter 1 then show one if 123 show one two ...
  A: private void button1_Click(object sender, EventArgs e) { int i,j,counter=0; ...
get bmp from image10/20/2009
  Q: I've checked that my webcams are standard, and the webcam bit works fine. The problem occurs when I ...
  A: so it seems that the WebCam dll or the code or class related to that has problem and cannot detect ...
get bmp from image10/19/2009
  Q: I've checked that my webcams are standard, and the webcam bit works fine. The problem occurs when I ...
  A: I try to help you as much as I can but first I need to know more about your problem. does your ...
how to use Dataset object and objectDataSource to edit data10/19/2009
  Q: Hi I 'm new to ASP.NET and C#. I have some table which are joined together. for example: ...
  A: salam, masaleyeh aval inke agar shoma darid yek table ro update mikonid dige chera az inner join... ...
how to use Dataset object and objectDataSource to edit data10/18/2009
  Q: Hi I 'm new to ASP.NET and C#. I have some table which are joined together. for example: ...
  A: Salam, yes you can write in Persian, Do you set parameters to your objectdatasource, also if you ...
C# Question10/16/2009
  Q: I am C# programmer My application is not running and i have to open it on any key press. Like when ...
  A: int counter; protected override void OnKeyDown(KeyEventArgs keyEvent) { ...
c#10/14/2009
  Q: i wana to make a prog that read the int value if user enter 1 then show one if 123 show one two ...
  A: for instance you have a textbox on your form and a button write this code in a click of your button ...
C# Question10/13/2009
  Q: I am C# programmer My application is not running and i have to open it on any key press. Like when ...
  A: I didn't get your meaning exactly 1- you want to open your application when you press ctrl+L or ...

All Questions in This Category

C#

All Answers


Answers by Expert:


Ask Experts

Volunteer


Hosnieh [Sara]

Top Expert on this page

Expertise

Questions which I can answers: 1- Programming (C#.net, Vb.net, javascript, HTML) more Web applications 2- CSS 3-Databases (Ms SQL server -all versions) 4-OS (workstation and servers (windows)) 5- MS office 6- General problems in computer software I cannot answer other kinds of questions which I did not mention here.

Experience

my CV: http://iran-americamarket.com/Contact.aspx I have more than 8 years Experience in IT field. my core skills are : • Asp.net Developer (Portal, Dynamic websites ,e-commercial websites) • Visual studio.net 2003,2005,2008 (VB.net , C#.net , AJAX.net) • O.O programming (n-tier Architecture) • Database (SQL server 2000-2005, Oracle9i, Ms Access) , TSQL, Stored procedures, Triggers • IIS 5-6 , SSL (Installation and configuration SSL) , Network(TCP/IP ,Active directory , DHCP, … ), Windows 2000-2003 Server Configuration and administration • UML (usecase diagram, class diagram) , Microsoft Project • Graphics Design( Photoshop , Flash ) • JavaScript , CSS, DHTML, XML • Hardware (physical installation, configuration , and driver installation) • Ms Office all versions (Ms word, Ms Access, Ms Excel, Ms Outlook , Ms FrontPage, and etc) • OS (Windows –Linux) and VMware • Network Monitoring (Solarwinds) • Computer Teacher, English Teacher • MATLAB (simulations and computation projects)

Organizations
-

Publications
Translation Experience English to Farsi • Use brain scan to predict when people will buy products . May 2008 (Published in AI Magazine) – Medicine , AI • Totally tubular motors _Tomorrow automation technology : March 2008 (Published in AI Magazine) – AI , Mechanic, Industry • Improving PLC compatibility and function flexibility: March 2008 (Published in AI Magazine) – AI , Robotics , Industry • Make packaging lines more flexible: January 2008 (Published in AI Magazine) – AI , Robotics , Industry • Personal CNC : December 2007 (Published in AI Magazine) – AI , Medical , Industry • Multipurpose optical tools Characterize as MEMS: December 2007 (Published in AI Magazine)- optical physics • Managing Innovation: November 2007 (Published in AI Magazine) – IT Management • Calculating the total value of ownership (TVO):October 2007 (Published in San-ate Hooshmand Magazine) -IT and Economics

Education/Credentials
I am currently student and doing my Master in Computer Network Engineering

Awards and Honors
- Poster about new methods of management in Organization( Entrepreneurship ) - 2007

Past/Present Clients
-

©2012 About.com, a part of The New York Times Company. All rights reserved.