Dot Net TechnologyTU Board 2026
What are difference between text files and binary files? List commonly used classes in C for file handling. Write a C console application to save Student record (roll, name, marks of 5 subjects)…
10What are difference between text files and binary files? List commonly used classes in C# for file handling. Write a C# console application to save Student record (roll, name, marks of 5 subjects) into file "student.txt" and then display student record with average marks. [2+1+7]
A worked answer is on its wayMeanwhile, read the Dot Net Technology notes for this topic.
Discussion
Loading…
More Dot Net Technology questions
What is variable size array? Write a C program to create multidimensional array to store the marks of three student in different subjects. First student has…TU Board 20265What is dialog? Develop a Window application MDI with menu File containing new, open and close menu items. When the user click new, open new child form inside…TU Board 20265What is Transaction in ADO.NET? Why they are important in database operations explain with suitable example? [1+4]TU Board 20265Develop an ASP.NET MVC application to perform addition and multiplication of two numbers. [5]TU Board 20265What is state management in ASP.NET? Explain QueryString as state management technique with suitable example. [1+4]TU Board 20265Explain the difference between server side and client side AJAX components. [5]TU Board 20265