Tag: .net


Found 1387 results for '.net'.


1) .net - How do I stop .NET Telemetry to stop collecting data in Ubuntu Linux
2) c# - What is the difference between const and readonly in C#?
3) c# - What is the difference between String and string in C#?
4) .net - Where are the readonly/const in .NET?
5) c# - Check ssl protocol, cipher & other properties in an asp.net mvc 4 application
6) tls - Are there any functional differences in the implementations of OpenSSL, GnuTLS, Java's TLS, and .NET's TLS?
7) c# - Dotnet app started as daemon doesn't working properly
8) c# - What Are Some Good .NET Profilers?
9) c# - Is DateTime.Now the best way to measure a function's performance?
10) c# - Fatal Error C1083 - Cannot open include file: "windows.h": No such file or directory
11) c# - Is it good to hash the password or encrypt it?
12) .net - Django Authentication from .NET using HttpWebRequest and HttpWebResponse via HTTP POST
13) attacks - Random URL string: What kind of attack is this, and what can be done to stop it?
14) cookies - Differences between Cookie vs Session Variable to sensitive data
15) php - How to approach replacing md5 for transporting Unity game data to a remote server
16) encryption - How secure is this communication chat?
17) oauth - Securing a multi-tenant API with SSO and different roles per tenant
18) mobile - Revoke OAuth2 Token For Mobile App
19) c# - How to enumerate an enum
20) c# - What is the difference between const and readonly in C#?
21) .net - What is the difference between .NET Core and .NET Standard Class Library project types?
22) c# - What are the correct version numbers for C#?
23) .net - Difference between decimal, float and double in .NET?
24) c# - Why is processing a sorted array slower than an unsorted array?
25) c# - How to convert UTF-8 byte[] to string
26) c# - String.IsNullOrEmpty or string.IsNullOrEmpty
27) c# - In C# what is the difference: string vs String
28) c# - How do I get a consistent byte representation of strings in C# without manually specifying an encoding?
29) c# - Split a string by another string in C#
30) c# - Easiest way to split a string on newlines in .NET?
31) tls - SSL Authenticated SOAP Request works in SoapUI but not through code
32) authentication - Cookie + CSRF Token vs OAuth Token for Native Mobile Apps
33) xss - How to bypass .Net 4.5 request validation, for an XSS attack?
34) brute-force - Securing AES 128 encrypted ZIPs against brute force attacks
35) c# - Should 'using' directives be inside or outside the namespace?
36) c# - How can I get the application's path in a .NET console application?
37) c# - Proper use of the IDisposable interface
38) c# - Calling the base constructor in C#
39) c# - Why not inherit from List<T>?
40) .net - What is the best algorithm for overriding GetHashCode?
41) .net - Why avoid string.ToLower() when doing case-insensitive string comparisons?
42) c# - Find a substring in a case-insensitive way - C#
43) .net - What does CultureInfo.InvariantCulture mean?
44) c# - Catch multiple exceptions at once?
45) cryptography - Using AesCryptoServiceProvider in C#, should using an incorrect IV mangle just the first block?
46) .net - BCrypt workfactor for salt?
47) c# - What does "yield break;" do in C#?
48) c# - Trouble understanding yield in C#
49) cryptography - Diffie Hellman c# implementation
50) .net - Why does .NET use banker's rounding as default?