c# Programming Glossary: equivalents
Java's equivalents of Func and Action http://stackoverflow.com/questions/1184418/javas-equivalents-of-func-and-action equivalents of Func and Action What are Java's equivalents of Func and.. equivalents of Func and Action What are Java's equivalents of Func and Action I mean instead of writing this on my own..
Passing an operator along with other parameters http://stackoverflow.com/questions/1190062/passing-an-operator-along-with-other-parameters to std binary_function is Func T U R . There are no equivalents to std less and std greater but it is fairly trivial to create..
Possible pitfalls of using this (extension method based) shorthand http://stackoverflow.com/questions/123088/possible-pitfalls-of-using-this-extension-method-based-shorthand only work for value types but you could return nullable equivalents int propertyValue2 myObject ObjectProp IntProperty or int propertyValue3..
switch / pattern matching idea http://stackoverflow.com/questions/156467/switch-pattern-matching-idea more expressive than the current switch conditional C# equivalents. I won't try to give a direct example my F# isn't up to it but..
Java equivalents of C# String.Format() and String.Join() http://stackoverflow.com/questions/187676/java-equivalents-of-c-sharp-string-format-and-string-join equivalents of C# String.Format and String.Join I know this is a bit of.. I know this is a bit of a newbie question but are there equivalents to C#'s string operations in Java Specifically I'm talking about..
C# Byte[] to Url Friendly String http://stackoverflow.com/questions/1886686/c-sharp-byte-to-url-friendly-string I know all about System.Web.HttpUtility.UrlEncode and its equivalents however they only work properly with query string parameters...
Linq where column == (null reference) not the same as column == null http://stackoverflow.com/questions/2097539/linq-where-column-null-reference-not-the-same-as-column-null operators are syntactically translated to their SQL equivalents. The semantics reflect SQL semantics as defined by server or..
C# little endian or big endian? http://stackoverflow.com/questions/217980/c-sharp-little-endian-or-big-endian allows you to define the endianness there are similar equivalents for BinaryReader Writer. No online usage guide I'm afraid but..
What is the point of Convert.ToDateTime(bool)? http://stackoverflow.com/questions/2689572/what-is-the-point-of-convert-todatetimebool involves turning string values into their DateTime equivalents. While doing this I noticed that the Convert.ToDateTime method..
Using a bitmask in C# http://stackoverflow.com/questions/3261451/using-a-bitmask-in-c-sharp . The Set and Unset methods don't appear to have equivalents though so I'd still say this class has some merit. Note Using..
C# Equivalent of SQL Server 2005 DataTypes http://stackoverflow.com/questions/425389/c-sharp-equivalent-of-sql-server-2005-datatypes table lists Microsoft SQL Server data types their equivalents in the common language runtime CLR for SQL Server in the System.Data.SqlTypes.. in the System.Data.SqlTypes namespace and their native CLR equivalents in the Microsoft .NET Framework. SQL Server data type CLR data..
What's a C# regular expression that'll validate currency, float or integer? http://stackoverflow.com/questions/617826/whats-a-c-sharp-regular-expression-thatll-validate-currency-float-or-integer 10000 1 000 000.150 100000.123 10000 Or the negative equivalents c# regex numbers currency share improve this question You..
What task is best done in a functional programming style? http://stackoverflow.com/questions/694651/what-task-is-best-done-in-a-functional-programming-style example here's a function which converts Nand's to their equivalents let rec simplify function Nand p q when p q Not simplify p Nand..
Do __LINE__ __FILE__ equivalents exist in C#? http://stackoverflow.com/questions/696218/do-line-file-equivalents-exist-in-c __LINE__ __FILE__ equivalents exist in C# For logging purposes __LINE__ __FILE__ were my..
No Code Coverage Information for Tests Using Moles http://stackoverflow.com/questions/7013990/no-code-coverage-information-for-tests-using-moles around I have found this and this which seem to be NCover equivalents of my problem. They say that it is something to do with Moles..
Django or Ruby on Rails [closed] http://stackoverflow.com/questions/732476/django-or-ruby-on-rails to stick with python django. I've struggled to find ruby equivalents. However the RoR community seems to be much bigger Bigger is..
Migrating from ASP.NET WebForms to MVC [closed] http://stackoverflow.com/questions/8522841/migrating-from-asp-net-webforms-to-mvc are much cleaner faster and responsive than the WebForms equivalents. I'm excited to move it from MVC v2 to v3 and convert to Razor..
|