0% found this document useful (0 votes)
38 views

Departmenty of Master of Computer Applications R.V.College of Engineering 5 Sem MCA-B Assignment - 1 Sub:Topics in Enteerprise Architecture Sub Code:10MCA53

The document contains assignment questions for a Master of Computer Applications class discussing topics in enterprise architecture. It includes 6 groups of questions covering .NET Framework, assemblies, Common Intermediate Language (CIL), garbage collection, attributes, configuration files, and assembly versioning. Students are asked to discuss features like the .NET runtime, how to view and work with CIL code, creating custom attributes, and updating assembly versions in client applications. The deadline for submission is September 22, 2012.

Uploaded by

Swaraj Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

Departmenty of Master of Computer Applications R.V.College of Engineering 5 Sem MCA-B Assignment - 1 Sub:Topics in Enteerprise Architecture Sub Code:10MCA53

The document contains assignment questions for a Master of Computer Applications class discussing topics in enterprise architecture. It includes 6 groups of questions covering .NET Framework, assemblies, Common Intermediate Language (CIL), garbage collection, attributes, configuration files, and assembly versioning. Students are asked to discuss features like the .NET runtime, how to view and work with CIL code, creating custom attributes, and updating assembly versions in client applications. The deadline for submission is September 22, 2012.

Uploaded by

Swaraj Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

DEPARTMENTY OF MASTER OF COMPUTER APPLICATIONS R.V.

College of Engineering 5th sem MCA-B Assignment -1 Sub:Topics in Enteerprise Architecture Sub Code:10MCA53
Staff:Chandrashekhar B Submission Date:On or Before 22 September-2012 Group-1 1.a.What is .NET? b.What operating systems does the .NET Framework run on? c.What tools can I use to develop .NET applications? Group-2 1.a.How can I produce an assembly? b.What is the difference between a private assembly and a shared assembly? c.How does assembly versioning work? Group-3. What is ildasm? 1.a.How to view CIL code? b.How will u load dynamic assembly? How will create assemblies at run time? c.How to build C# applications using CSC.exe? Group-4. 1.a.Discuss System.Array Base class in detail b.What is garbage collection? c.Why doesn't the .NET runtime offer deterministic destruction ? Group-5 1.a. What are attributes? Can I create my own metadata attributes? b.How can I get at the Win32 API from a .NET program?

c.How do I write to the application configuration file at runtime? Why Writing into .NET Application Configuration Files Is a Bad Idea Group-6. 1.a.What size is a .NET object? b.lets say I have an application that uses MyApp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name MyApp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new MyApp.dll?

You might also like