Search Results

0
votes
1answer
54 views

How does UI could be for data transformation between 2 DBs in c# ?

Hi, I am developing a c# win form. In it, i wanna to transfer data between 2 DBs. Data divide into 3 different categories (like employees, courses and letters). Now, I wanna to know that ho …
2
votes
9answers
370 views

Practical usage of virtual functions in c#

What 's the practical usage of virtual functions in c#? …
3
votes
1answer
70 views

Get Parameters Type and no. of parameters for a function in Visual Studio Editor (C#)

After writing the name and opening and closing parentheses (brackets) of a function in C#, is there any way to get the types and number of parameters of the function, without deleting the openi …
3
votes
6answers
414 views

Equivalence of “With…End With” in c#?

Hi I know that c# has using element....but as you know, using disposes object automatically... clearly, I want the equivalence of with......end with in vb6.0? Merci …
0
votes
2answers
98 views

Oh, virtual, new,… modifiers in c# have different rules…so what is the best way or best-practices for learning OOP rules and use them easily…?

I found C# very interesting...but unfortunately (or fortunately ! ) it has many features to implement OOP rules....they have different machanisms and make me sometimes confused.... so what …
-1
votes
6answers
138 views

win-based application (c#) needs a class for handling DB Connection

Hi... I think having a class (clsConnection) which we can take advantage of it in order to execute every SQL queryies like select, insert, update, delete, .... is pretty good. but how compl …
1
vote
3answers
112 views

Practical usage of new (modifier) functions?

Hi... What's the Practical usage of new (modifier) functions? …
2
votes
7answers
387 views

In c# , when sending a parameter to a method, when should we use “ref” and when “out” and when without any of them?

In c# , when sending a parameter to a method, when should we use "ref" and when "out" and when without any of them? …
1
vote
8answers
209 views

How do I break lines for a method definition with many parameters in C#?

In c#, when we are writing a method which gets for example 6 parameters, and we want to break the parameters in 3 lines, how could we break the lines? …
0
votes
1answer
421 views

How to Send DateTime Or DbNull to DB using c#?

Hi all. I have a web form (.aspx) that has a textbox. My user can enter a value into the textbox as a persian date. what should I do is converting texbox.text into DateTime. But sometimes,t …
5
votes
3answers
821 views

Is there any difference between DateTime in c# and DateTime in SQL server?

hi Is there any difference between DateTime in c# and DateTime in SQL server? …
0
votes
1answer
25 views

writing a function which creates a string (javascript) and then add it to a button as its attribute?

hi I have a Button in my .aspx web form and use c# 3.0 I want to add a javascript function to its attribute as its "onclick" event handler. the function has 1 parameter in order to check whether on …
-1
votes
2answers
71 views

Having a List<T>, How to get Other Fields from DB?

Hi I have a method named "GetOrders". This method reads an XML file and gathers OrderNumber of all orders related to a specific user. The method returns a list. Now I wanna to know, having …
1
vote
3answers
79 views

Is there any constraint to specify the access specifier of members of a class when we have specified access specifier of the class?

Hi Suppose that we have a class named class1. The class1 has several properties and methods and we have decided to specify the access specifier of class1 as internal. Now, can we se …
2
votes
2answers
235 views

How to handle null for a allow-null datetime field (DB) in our program?

How could we handle null for a datetime field (got from SQL Server) in our program in c#? …

1 2 next
15 30 50 per page