Click here to Skip to main content
15,907,687 members
Everything / Properties

Properties

properties

Great Reads

by Tomaž Štih
Simple trick to implement csharpish properties in modern C++
by Dev Leader
With this post, we’re still just scratching the surface of what’s doable when integrating Python and C#.
by ASP.NET Community
LoginStatus control is used to display Login /Logout links based on the login status of the current user.If the user logged in it displays Logout ,if
by ASP.NET Community
The CompareValidator control compares the value of one control to another, or to an explicit value in the control's ValueToCompare property.

Latest Articles

by emartinho
A Java String property value starting with a single number (e.g., a CRON schedule like "0 30 */1 * * ?") is truncated to just the first number.
by Tomaž Štih
Simple trick to implement csharpish properties in modern C++
by Jin Vincent Necesario
In this article, we'll explore the world of C# attributes.
by Sandeep Mewara
Issues faced while setting up Kafka on Windows OS and how I resolved it

All Articles

Sort by Score

Properties 

25 Oct 2020 by Tomaž Štih
Simple trick to implement csharpish properties in modern C++
11 Jun 2015 by Lance Contreras
Create an easily resusable IconBlock (TextBlock that display's an icon)
29 Apr 2021 by emartinho
A Java String property value starting with a single number (e.g., a CRON schedule like "0 30 */1 * * ?") is truncated to just the first number.
24 Nov 2012 by Pascal Ganaye
A super simple and fast methods to copy objects
14 Oct 2014 by Dukhabandhu Sahoo
Learn how property is automatically mapped to column and how to manage it in entity framework code first.
21 Oct 2013 by Houssem_Dellai
Reduce the number of properties in the View-Model by using ObservableCollection
3 Sep 2013 by Praveen Chandran
Showing the property bag values of a site in a content editor Web Part using JavaScript.
9 Dec 2014 by Abhishek Shrivastava
Simple trick to provide compile time safety for client side classes using INotify to notify when property changes (used generally by XAML bindings)