c# Programming Glossary: expressing
Generic LINQ query predicate? http://stackoverflow.com/questions/125400/generic-linq-query-predicate query predicate Not sure if this is possible or if I'm expressing correctly what I'm looking for but I have the following piece..
How much is there to LINQ? http://stackoverflow.com/questions/1418106/how-much-is-there-to-linq spoken LINQ is nothing but a syntactic simplification of expressing monads. Linq to Objects List comprehensions even this would..
What exactly is “interface based programming”? http://stackoverflow.com/questions/1848442/what-exactly-is-interface-based-programming share improve this question It's basically a matter of expressing your dependencies in terms of interfaces instead of concrete..
Should IEquatable<T>, IComparable<T> be implemented on non-sealed classes? http://stackoverflow.com/questions/1868316/should-iequatablet-icomparablet-be-implemented-on-non-sealed-classes allows for and implies there are 2 different ways of expressing equality in your system. It's easy to contrive any number of..
Pipe forwards in C# http://stackoverflow.com/questions/336775/pipe-forwards-in-c-sharp forwards in C# Continuing my investigation of expressing F# ideas in C# I wanted a pipe forward operator. For anything..
What's the best way to represent System.Decimal in Protocol Buffers? http://stackoverflow.com/questions/371604/whats-the-best-way-to-represent-system-decimal-in-protocol-buffers full support for decimal . Since there is no direct way of expressing decimal in proto it won't currently generate a decimal property..
Operation could destabilize the runtime? http://stackoverflow.com/questions/378895/operation-could-destabilize-the-runtime Order Functions Hurt My Brain and I am having trouble expressing precisely why this is a co contravariant issue. share improve..
Retrieve current URL from C# windows form http://stackoverflow.com/questions/5317642/retrieve-current-url-from-c-sharp-windows-form all over the internet along with trying other forms of expressing Internet Explorer and I get the following error Client failed..
Expressing recursion in LINQ http://stackoverflow.com/questions/732281/expressing-recursion-in-linq the best way to express it Or is there a standard way of expressing it that I've missed out on c# .net linq recursion hierarchical..
|