Sei sulla pagina 1di 4

List of Experiments Internet Programming Using C# Lab Code: MCA-21 LAB-1 1.

Write a simple program in c# to write a string on the screen 2. Write a program in C# to prompt the user for some input and then take some a ction. LAB-2 3. Write a program in C# to demonstrate different kinds of arrays including jagg ed arrays. 4. Write a program to demonstrate boxing LAB-3 5. Write a program to demonstrate how unary operators are used. 6. Write a program in C# to demonstrate how binary operators work LAB-4 Statements 7. Write a program in C# to find out the range of number from 1-10 or 11-20 or 2 1-30 or less than 1 8. Write a program in C# to find out the number entered between 1 -3 LAB-5 9. Write a program in C# to override a method which calculates pay of an employ ees to take bonus into account.

10. Write a program in C# to ask a user to enter a choice to add, delete, modify or view address using methods for each functionality. LAB-6 11. Write a program in C# to demonstrate and verify that the static constructor runs only one time, even though two instances of Class are created, and that it runs before the instance constructor runs. 12. Write a program in C# to create read only properties

LAB-7

13. Write a Program to create a write only property. 14. Write a Program to demonstrate that despite of the internal implementation of the class, its data can be obtained consistently through the use of indexers LAB-8 15. Write a program in C# to show that when a struct is passed to a method, a co py of the struct is passed, but when a class instance is passed, a reference is passed. 16. Write a Program to implement an Interface LAB-9 17. Write a program in C# to to perform conversions between enums and their bas e types 18.Write a program to string manipulations and calling methods directly by using delegates.

LAB-10 19. Write a program to invoke an event when a list of documents is changed. 20. Write a program to implement a three-valued logical type with operator overl oading. The possible values of this type are DBBool.dbTrue, DBBool.dbFalse, and DBBool.dbNull, where the dbNull member indicates an unknown value. LAB-11 21. Write a program to display attributes of two classes order and accounts with the implementation of Author attribute class. 22. Write a program in c# in which a derived communicate with base class during instantiation.

LAB-12 23. Write a program in C# to create a base class shape and derived classes i.e., Rectangle, Circle, and Triangle. Invoke the method from base class shape using polymorphism LAB-13 24. Write a program in C# to open a file to write and read and handle the except ion.

LAB-14 25. Write a program in C# to create an object of type Alpha (oAlpha) and a threa d (oThread) that references the Beta method of the Alpha class. Start the thread . The program should wait until the thread is initialized and also stops the ex ecution for milliseconds. LAB-15 26. Write a program inc# to create and use a thread pool LAB-16 27. Write a program to implement a collection class used with for each. LAB-17 28.Write a program in C# to which provides type safety in C# while maintaining i nteroperability with other languages LAB-18 29. Write a program to use indexed properties to perform some text operations on object of a class. LAB-19 30 Write a program in c# to using .NET Framework calls to deny the UnmanagedCod e permission i.e. for imperative security. LAB-20 31 Write a program in c# to use attributes for the security permissions.i.e. fo r Declarative Security.

LAB-21 32 Write a program in c# to check for the unmanaged code permission is execute d once at load time, rather than upon every call to the unmanaged method. LAB-22 33 Create a Basic Web Page in Visual Web Developer LAB-23 34 Creating a Basic Web Page in Visual Web Developer and add a button control o n it.

LAB-24 35 Creating a Basic Web Page in Visual Web Developer , add a GridView Control on it, connect to sql server database and display data in gridview with paging a nd sorting.

Potrebbero piacerti anche