Does C# support static class?Is Static class be inherited by
any class?
Answer Posted / balamurugan
Static class cannot create any objects
Static class can have only private constructors
static class can contain only static members
Static loads automatically when the clr loads the namespace
of the class.
Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What are the advantages and disadvantages of Using Cookies?
What is .net remoting?
When you use Ajax controls in the ASP.NET application?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Less than one page, how many windows will you be able to maintain?
What is anonymous authentication?
Diff between web user control and web custom control?
Define session in asp.net.
in which protocol ASP.NET WEB API Work?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What is the difference between ldap and active directory?
How do I know asp.net mvc version? : Asp.Net MVC
Which platform does Microsoft .NET use for exchanging data between applications?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.