¡@

Home 

c# Programming Glossary: curiosity

What are the differences between the XmlSerializer and BinaryFormatter

http://stackoverflow.com/questions/1154198/what-are-the-differences-between-the-xmlserializer-and-binaryformatter

the differences between the two. The genesis of my curiosity lies in why the BinaryFormatter is able to deserialize directly..

C#: Assign same value to multiple variables in single statement

http://stackoverflow.com/questions/1419252/c-assign-same-value-to-multiple-variables-in-single-statement

in single statement Is there any way just out of curiosity because I came across multiple same value assignments to multiple..

Objects that represent trees

http://stackoverflow.com/questions/1806511/objects-that-represent-trees

in C# or in .net that represents a binary tree or for curiosity and n ary tree I am not talking about presentation tree controls..

How does C# compilation get around needing header files?

http://stackoverflow.com/questions/1917935/how-does-c-sharp-compilation-get-around-needing-header-files

is a pretty high level explanation but it satisfies my curiosity enough. But I'd also like to have a similar high level understanding..

What's the fastest way to bulk insert a lot of data in SQL Server (C# client)

http://stackoverflow.com/questions/24200/whats-the-fastest-way-to-bulk-insert-a-lot-of-data-in-sql-server-c-client

in Bulk Import Optimizing Bulk Import Performance Out of curiosity why is your index set up like that It seems like ContainerId..

How to bind a table in a dataset to a WPF datagrid in C# and XAML

http://stackoverflow.com/questions/2511177/how-to-bind-a-table-in-a-dataset-to-a-wpf-datagrid-in-c-sharp-and-xaml

XAML specifcally the datatable inside the dataset Out of curiosity is there a reason that ItemsSource just doesn't show up as a..

byte[] array pattern search

http://stackoverflow.com/questions/283456/byte-array-pattern-search

contents of post here since it is not an answer Out of curiosity I've created a small benchmark with the different answers. Here..

Regex to strip line comments from C#

http://stackoverflow.com/questions/3524317/regex-to-strip-line-comments-from-c-sharp

between the and end of line. Also just to satisfy my curiosity can anyone explain why I need the lookahead twice . ^ r n and..

Addition of two integers using bitwise operators

http://stackoverflow.com/questions/4068033/addition-of-two-integers-using-bitwise-operators

big c codes and some not working codes . Anyway it's a curiosity that I have just want to look at the code and try to understand..

C# if-null-then-null expression

http://stackoverflow.com/questions/4244225/c-sharp-if-null-then-null-expression

if null then null expression Just for curiosity convenience C# provides two cool conditional expression features..

Any faster way of copying arrays in C#?

http://stackoverflow.com/questions/5099604/any-faster-way-of-copying-arrays-in-c

assembly at hand. Update Due to requests and to satisfy my curiosity I tested this using System using System.Diagnostics using System.Reflection..

When to use struct in C#?

http://stackoverflow.com/questions/521298/when-to-use-struct-in-c

while resizing 15 times during the operation. Just out of curiosity what would the total time to fill be if I already knew the capacity..

add values to enum

http://stackoverflow.com/questions/55375/add-values-to-enum

in implementing any given method it just provoked my curiosity when it occurred to me c# java .net share improve this question..

Creating dynamic queries with entity framework

http://stackoverflow.com/questions/5541234/creating-dynamic-queries-with-entity-framework

Does any one know of a faster method to do String.Split()?

http://stackoverflow.com/questions/568968/does-any-one-know-of-a-faster-method-to-do-string-split

on String. Jon Skeet manually coded the loop. Out of curiosity I compared the two versions and his was an order of magnitude..

What is a good choice of database for a small .NET application? [closed]

http://stackoverflow.com/questions/6749556/what-is-a-good-choice-of-database-for-a-small-net-application

support differs across them all. This list is just for curiosity. There is now also Karvonite however the code gallery link is..

How do I write a Parser in C#?

http://stackoverflow.com/questions/7377344/how-do-i-write-a-parser-in-c

all code examples or links to code examples . Note Out of curiosity has anyone answering this question ever implemented a parser..

Lambda Expression using Foreach Clause [duplicate]

http://stackoverflow.com/questions/858978/lambda-expression-using-foreach-clause

archive 2009 05 18 foreach vs foreach.aspx ORIG More of a curiosity I suppose but one for the C# Specification Savants... Why is..

Can I change a private readonly field in C# using reflection?

http://stackoverflow.com/questions/934930/can-i-change-a-private-readonly-field-in-c-sharp-using-reflection

after the constructor completed its execution note just curiosity public class Foo private readonly int bar public Foo int num..