Explore >> Select a destination


You are here

michaelscodingspot.com
| | egvijayanand.in
17.1 parsecs away

Travel
| | This article represents the second installment of the XAML for Beginners series, which elucidates the concept of declarative markup in the context of defining UI in .NET applications. All articles within this series are accessible from here. The initial article focused mainly on introducing XAML and its building blocks. In this article, the focus will...
| | ladimolnar.com
13.8 parsecs away

Travel
| | Summary This articledescribes the motivation for the "weak event" pattern andexplains somedangers associated with using it. Briefly: a weak event manager will not be able to differentiate between subscribers that are active and "in use" and subscribers that are out of scope, garbage collectable but not yet garbage collected.Such subscribers will have their event handler...
| | www.lazy-electron.com
13.1 parsecs away

Travel
| | System.IDisposable is a foundational interface used in most .NET programs. Its primary purpose is to provide a mechanism for releasing "unmanaged" resources: file streams, database connections, network sockets, etc. Here's the whole thing:
| | www.softdevtube.com
80.7 parsecs away

Travel
| Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and