step to create a strong name?



step to create a strong name?..

Answer / sachinkunal

1.Solution explorer->class library1->Prperties
2.Select singing tab->check the sing assembly checkbox->select->new
3.In the dialogbox ->enter strong name key in key file name->ok

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

• What Session State providers are available in ASP.NET? What are the pros and cons of each?

2 Answers   Infosys,


Briefly describe different techniques for ASP.NET State Management?

6 Answers   Deloitte, Syntax Softtech,


Who can consume WebAPI?

0 Answers  


Why session is used in asp.net?

0 Answers  


Diff between web user control and web custom control?

0 Answers  






Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


Is asp.net still used?

0 Answers  


How information about the user's locale can be accessed?

0 Answers   MindCracker,


What is server side session?

0 Answers  


Types of values mode can hold session state in Web.Config?

6 Answers   Accenture,


Difference between ADO.net Dataset , ADO Record Set & ADO Data Reader?

3 Answers   HCL, NIIT,


Which is faster viewdata or viewbag?

0 Answers  


Categories