I'm not sure if I'm using any of the right language, and I'm a beginner...
I have created an ObservableDictionary like so:
[Serializable]
public class ObservableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, INotifyCollectionChanged
{
public ObservableDictionary() ...
I want to make a small web application. The details are given below.
Three tabs will be opened in an Internet Explorer. Each tab will go to our client's website i.e. www.xyz.com
The client's website has a database of addresses. The www.xyz.com has an address checking tool. I will enter 3...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.