What does assemblyinfo.cs file consist of?
Answers were Sorted based on User's Feedback
Answer / srikanth
Assemblyinfo.cs is the file that will be created by
the .net runtime where the information like version number,
strong name,signature details of the assembly will be
stored in.
| Is This Answer Correct ? | 20 Yes | 3 No |
Answer / chauhan rakesh botad
AssemblyInfo.cs file contains details about the assembly
name,version info.,security info. and various details
including company,description and trademark etc..
| Is This Answer Correct ? | 11 Yes | 0 No |
What are the new navigation controls in asp.net 2.0?
What is the difference between asp.net and mvc?
I have prepared A Dynamic website in asp.net with c# and using Ms Sql server 2005 as backend database.i am facing problem while uploading this site on my FTP address it is not accessing the database.please could u tell me how cn i upload Sqlserver database on the web and what would be the connection string...???? I am using Server=".";initial catalog=databasename;persist security info=false;integrated security=SSPI;...pleas help me... Thanks in Advance..
accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.
What are Themes? What is their use ?
Breifly explain about stack and heap memory Managemet?
How can we call webservices in Banking Applications? and where we are using it?
Explain the difference between debug.write and trace.write?
# What is the transport protocol you use to call a Web service?
What are the event handlers that can be included in the Global.asax file?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What is bound controls
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)