Category Archives: MS Visual Studio 2010

C#. Windows Forms. An example of creating a report in an application created using the Windows Forms Application template for a database of the Microsoft SQL Server type, which is located in the local *.mdf file




Continue reading C#. Windows Forms. An example of creating a report in an application created using the Windows Forms Application template for a database of the Microsoft SQL Server type, which is located in the local *.mdf file

C#. Windows Forms. An example of creating a report in an application created using the Windows Forms Application template. The Microsoft Access database (* .mdb)




Continue reading C#. Windows Forms. An example of creating a report in an application created using the Windows Forms Application template. The Microsoft Access database (* .mdb)

C#. WPF. An example of creating a new application that supports the WPF (Windows Presentation Foundation) platform. Creating a hello application “Hello world!”. Overview of the main project files




Continue reading C#. WPF. An example of creating a new application that supports the WPF (Windows Presentation Foundation) platform. Creating a hello application “Hello world!”. Overview of the main project files

C#. Windows Forms. An example of using a delegate to call an anonymous method. The development of the program for finding the area of a triangle using the Heron’s formula




Continue reading C#. Windows Forms. An example of using a delegate to call an anonymous method. The development of the program for finding the area of a triangle using the Heron’s formula

C#. Windows Forms. The implementation of the concepts of “inheritance” and “polymorphism” in the object-oriented programming through the creation of two classes. The interfaces ICloneable and IEquatable.




Continue reading C#. Windows Forms. The implementation of the concepts of “inheritance” and “polymorphism” in the object-oriented programming through the creation of two classes. The interfaces ICloneable and IEquatable.

C#. Windows Forms. Example the development of application, that demonstrates work with lists and associative arrays. Classes Dictionary, List, StreamReader




Continue reading C#. Windows Forms. Example the development of application, that demonstrates work with lists and associative arrays. Classes Dictionary, List, StreamReader