Tag: c#


Found 4007 results for 'c%23'.


1) c# - What is the difference between const and readonly in C#?
2) c# - What is the difference between String and string in C#?
3) c# - Case insensitive 'Contains(string)'
4) c# - What is the yield keyword used for in C#?
5) c# - Check ssl protocol, cipher & other properties in an asp.net mvc 4 application
6) c# - C# - compare two SecureStrings for equality
7) plsql - how do you output a plsql array via ref cursor
8) sql-server - What's the most efficient way to load a csv file into SQL Server 2016?
9) c# - RegEx word performance: \w vs [a-zA-Z0-9_]
10) c# - Dotnet app started as daemon doesn't working properly
11) c# - How do I generate a random int number?
12) c# - What Are Some Good .NET Profilers?
13) c# - Is DateTime.Now the best way to measure a function's performance?
14) c# - Fatal Error C1083 - Cannot open include file: "windows.h": No such file or directory
15) c# - Is it good to hash the password or encrypt it?
16) c# - Handling passwords in production config for automated deployment
17) c# - How to Implement Password Resets?
18) c# - Importance of the key size in the Rfc2898DeriveBytes (PBKDF2) implementation
19) c# - Why do I need to use the Rfc2898DeriveBytes class (in .NET) instead of directly using the password as a key or IV?
20) c# - Retrieving salt stored as plaintext alongside ciphertext using C#
21) c# - Hashing a password with pepper and salt in C# using Rfc2898DeriveBytes
22) c# - Implementing secure, unique "single-use" activation URLs in ASP.NET (C#)
23) c# - 'Static readonly' vs. 'const'
24) c# - constant and readonly in c#?
25) c# - difference between ReadOnly and Const?
26) c# - How can I get the equivalent of C++'s "const" in C#?
27) c# - How to enumerate an enum
28) c# - How can I create a constant hashset in c#
29) c# - Difference Between Select and SelectMany
30) c# - What is the difference between const and readonly in C#?
31) c# - const vs. static readonly
32) c# - Returning IEnumerable<T> vs. IQueryable<T>
33) c# - what is the difference between const, readonly and get in a static class
34) c# - What are the correct version numbers for C#?
35) c# - Constant class variable in c#
36) c# - Pre & post increment operator behavior in C, C++, Java, & C#
37) c# - Why is processing a sorted array slower than an unsorted array?
38) c# - How to convert UTF-8 byte[] to string
39) c# - Creating a comma separated list from IList<string> or IEnumerable<string>
40) c# - String.IsNullOrEmpty or string.IsNullOrEmpty
41) c# - Why do lowercase and uppercase versions of string exist and which should I use?
42) c# - String vs string
43) c# - Difference between byte vs Byte data types in C#
44) c# - In C# what is the difference: string vs String
45) c# - Should I use int or Int32
46) c# - How do I get a consistent byte representation of strings in C# without manually specifying an encoding?
47) c# - How would you count occurrences of a string (actually a char) within a string?
48) c# - Split a string by another string in C#
49) c# - Easiest way to split a string on newlines in .NET?
50) c# - Is there a reason for C#'s reuse of the variable in a foreach?