Hi to all..I have to create an intranet application on
C#.NET windows Application so please please let can you
people help me as iam new in .NET and if u have any samples
or website address from where i can get sample please let know.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

from web.config file with connection string who to interact means who to connect in gridview. in my system shows null something error what is the problem

3 Answers   Bally Technologies,


what is accessspecifier and explation each with example?

3 Answers  


Can we extend static class in c#?

0 Answers  


What is a web service in c#?

0 Answers  


What does out mean c#?

0 Answers  






Are there functions in c#?

0 Answers  


hi, I am a begineer to c sharp. I have written a code for finding out prime numbers. Can anyone identify what are the flaws in my code. Kindly donot complex the code or present logic because i am new to c sharp and just started learning programming language.Thanks in advance. class Program { static void Main(string[] args) { int a,b=1; a = int.Parse(Console.ReadLine()); c= int.Parse(Console.ReadLine()); if (a % b == 0 && a % 2 != 0 && a % a == 0) Console.WriteLine(a); else if (a % b == 0 && a % 2 == 0) Console.WriteLine(a%2); Console.WriteLine("Number is not PRIME"); Console.ReadLine(); } } }

2 Answers  


What is datagridview in c#?

0 Answers  


How can I get the ascii code for a character in c#?

0 Answers  


What is use of hashtable in c#?

0 Answers  


What is the benefit of interface in c#?

0 Answers  


Difference between debug.write and trace.write?

0 Answers  


Categories