↧
Advanced Dotnet Tutorial: Static and Dynamic web pages
We can broadly classify web sites and web pages into two categories: Static web pages Dynamic web pages Static Web PagesA static web page is a page which has the same content always. In case of static...
View ArticleWPF 4.5 – Part 9 : binding to static properties
There is two different ways to make a property bindable: implementing INotifyPropertyChanged is the most known solution, the other one is to create a event named PropertyNameChanged. In WPF 4.0 there...
View ArticleWhat is Static keyword in C# | Tech Samosa
In this post let us try to explore what is static keyword in C# Definition of static keyword As per MSDN, “Use the static modifier to declare a static member, which belongs to the type itself rather...
View Article