C# Tutorials List
Topic | Tutorial Link |
---|---|
What are Anonymous Types in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/anonymous-types-in-c/','_blank')"] |
How to Convert String Array to Decimal Array in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/using-array-convertall-to-convert-an-array-of-one-type-to-another-in-c/','_blank')"] |
Using Implicit Method Group Conversion in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/using-implicit-method-group-conversion-in-c/','_blank')"] |
String vs string in c# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/string-vs-string-in-c/','_blank')"] |
What is BigInteger in C# 4.0? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/biginteger-in-c-4-0/','_blank')"] |
How to Fill String with Repeated Characters in C#? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-fill-a-string-with-repeated-characters-in-c/','_blank')"] |
How to Get the list of files from Directory in C#? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-retreive-the-list-of-files-from-directory-in-c/','_blank')"] |
How to convert Binary Number to Decimal , HexaDecimal and Octal Number using C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-convert-binary-number-to-decimal-hexadecimal-and-octal-number-using-c/','_blank')"] |
How to convert Octal Number to Decimal , HexaDecimal and Binary Number using C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-convert-octal-number-to-decimal-hexadecimal-and-binary-number-using-c/','_blank')"] |
3 ways to Sort in Descending order via lambdas | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/3-ways-to-sort-in-descending-order-via-lambdas/','_blank')"] |
How to convert HexaDecimal Number to Decimal , Octal and Binary Number using C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-convert-hexadecimal-number-to-decimal-octal-and-binary-number-using-c/','_blank')"] |
How to order by multiple columns using Lambas and LINQ in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-order-by-multiple-columns-using-lambas-and-linq-in-c/','_blank')"] |
Using Aggregate Function on Arrays in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/using-aggregate-function-on-arrays-in-c/','_blank')"] |
Using Math.Pow Method to Compute Exponents in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/using-math-pow-method-to-compute-exponents-in-c/','_blank')"] |
Auto Incrementing Version Number for a C# Project in Visual Studio | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/auto-incrementing-version-number-for-a-c-project-in-visual-studio/','_blank')"] |
Namespace Alias Qualifier in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/namespace-alias-qualifier-in-c/','_blank')"] |
Difference between the out and ref keyword in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/difference-between-the-out-and-ref-keyword-in-c/','_blank')"] |
How to Loop through or Iterate over all Enum Values in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-loop-through-or-iterate-over-all-enum-values-in-c/','_blank')"] |
How to Log off Windows programmatically using C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-log-off-windows-programmatically-using-c/','_blank')"] |
How to cast integer to Enum in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-cast-integer-to-enum-in-c/','_blank')"] |
DebuggerDisplay Attribute in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/debuggerdisplay-attribute-in-c/','_blank')"] |
How to provide a default value for a Auto-Implemented Properties in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-provide-a-default-value-for-a-auto-implemented-properties-in-c/','_blank')"] |
Using Multiple Order By Clause in LINQ and Lambda Expression (C#) | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/using-multiple-order-by-clause-in-linq-and-lambda-expression-c/','_blank')"] |
What is the difference between IEnumerable and IQueryable in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/what-is-the-difference-between-ienumerable-and-iqueryable-in-c/','_blank')"] |
LIKE operator in LINQ | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/like-operator-in-linq/','_blank')"] |
Using the operator AND in LINQ | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/using-the-operator-and-in-linq/','_blank')"] |
SingleOrDefault vs. FirstOrDefault in LINQ | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/singleordefault-vs-firstordefault-in-linq/','_blank')"] |
Using Lambda Expression and LINQ to Concatenate strings in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/using-lambda-expression-and-linq-to-concatenate-strings-in-c/','_blank')"] |
Difference between Any() and Count() in LINQ | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/difference-between-any-and-count-in-linq/','_blank')"] |
How to return Dictionary as result from a LINQ Query in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-return-dictionary-as-result-from-a-linq-query-in-c/','_blank')"] |
How to capitalize first character of every word of a string in C#? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-capitalize-first-character-of-every-word-of-a-string-in-c/','_blank')"] |
Var keyword in Delphi/Oxygene and C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/var-keyword-in-delphioxygene-and-c/','_blank')"] |
Anonymous Delegate and Anonymous Type in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/anonymous-delegate-and-anonymous-type/','_blank')"] |
Using SQL “IN” Clause in LINQ Query | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/using-sql-in-clause-in-linq-query/','_blank')"] |
How to convert string array to integer array easily using LINQ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-convert-string-array-to-integer-array-easily-using-linq/','_blank')"] |
Automatically implemented properties must define both get and set accessors in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/automatically-implemented-properties-must-define-both-get-and-set-accessors-in-c/','_blank')"] |
Different Ways of Declaring and defining an Array in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/different-ways-of-declaring-and-defining-an-array-in-c/','_blank')"] |
How to convert byte array to string in C#? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-convert-byte-array-to-string-in-c/','_blank')"] |
How to Prevent Overriding a method in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-prevent-overriding-a-method-in-c/','_blank')"] |
How to Add Methods to an existing types in C# using Extension Methods ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-add-methods-to-an-existing-types-in-c-using-extension-methods/','_blank')"] |
When will Finally Block not run in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/when-will-finally-block-not-run-in-c/','_blank')"] |
Finding the Reverse of a Number in C# using Extension Methods | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/finding-the-reverse-of-a-number-in-c-using-extension-methods/','_blank')"] |
Formatting Number with Leading Zeroes in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/formatting-number-with-leading-zeroes-in-c/','_blank')"] |
How to Specify the Number of Decimal Places for a Number in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-specify-the-number-of-decimal-places-for-a-number-in-c/','_blank')"] |
How to Check Even or Odd Number using Bitwise Operator in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-check-even-or-odd-number-using-bitwise-operator-in-c/','_blank')"] |
How to Find if an Integer is a Power of 2 in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-find-if-an-integer-is-a-power-of-2-in-c/','_blank')"] |
Is this Possible with Enum in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/is-this-possible-with-enum-in-c/','_blank')"] |
How to Find if the Enum value is valid in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-find-if-the-enum-value-is-valid-in-c/','_blank')"] |
How to Split a String based on delimiter in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-split-a-string-based-on-delimiter-in-c/','_blank')"] |
How to Reverse an Array in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-reverse-an-array-in-c/','_blank')"] |
How to Get the List of All Drives installed in the System using C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-get-the-list-of-all-drives-installed-in-the-system-using-c/','_blank')"] |
How to Create a Unique and Temporary Filenames in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-create-a-unique-and-temporary-filenames-in-c/','_blank')"] |
How to translate a Hostname to an IP Address using C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-translate-a-hostname-to-an-ip-address-using-c/','_blank')"] |
How to Ping a Host or Machine in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-ping-a-host-or-machine-in-c/','_blank')"] |
How to Send an Email via SMTP in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-send-an-email-via-smtp-in-c/','_blank')"] |
How to Combine Urls in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-use-path-combine-for-uri-in-c/','_blank')"] |
Break vs. continue in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/break-vs-continue-in-c/','_blank')"] |
How to remove duplicates from integer array in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-remove-duplicates-from-integer-array-in-c/','_blank')"] |
How to Convert a date to HTTP formatted date in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-convert-a-date-to-http-formatted-date-in-c/','_blank')"] |
How to Get the IP address of a domain name in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-get-the-ip-address-of-a-domain-name-in-c/','_blank')"] |
How to convert a string to enum in C#? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-convert-a-string-to-enum-in-c/','_blank')"] |
[Flags] attribute for Enum in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/flags-attribute-for-enum-in-c/','_blank')"] |
How to Perform Paging on a Collection with LINQ in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-perform-paging-on-a-collection-with-linq-in-c/','_blank')"] |
How to Get Sum Of Items using LINQ in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-get-sum-of-items-using-linq-in-c/','_blank')"] |
Using GroupBy in LINQ and C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/using-groupby-in-linq-and-c/','_blank')"] |
How to Merge string Arrays and keep distinct values using LINQ in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-merge-string-arrays-and-keep-distinct-values-using-linq-in-c/','_blank')"] |
How to get the MAX row with group by in LINQ query using C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-get-the-max-row-with-group-by-in-linq-query-using-c/','_blank')"] |
How to get the MAX row with group by in Lambda Expression using C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-get-the-max-row-with-group-by-in-lambda-expression-using-c/','_blank')"] |
Getter-only (Read Only) Auto Properties in C# 6.0 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/getter-only-read-only-auto-properties-in-c-6-0/','_blank')"] |
Lambda and Getter Only Auto-Properties in C# 6.0 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/lambda-and-getter-only-auto-properties-in-c-6-0/','_blank')"] |
Initializers for Read-Only Auto Properties in C# 6.0 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/initializers-for-read-only-auto-properties-in-c-6-0/','_blank')"] |
Initializers via Expression Auto Properties in C# 6.0 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/initializers-via-expression-auto-properties-in-c-6-0/','_blank')"] |
C# 6.0 – A field initializer cannot reference the non-static field, method, or property | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-6-0-a-field-initializer-cannot-reference-the-non-static-field-method-or-property-2/','_blank')"] |
Lambda Expression for Function Members in C# 6.0 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/lambda-expression-for-function-members-in-c-6-0-2/','_blank')"] |
Dictionary Initializers (Index Initializers) in C# 6.0 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/dictionary-initializers-index-initializers-in-c-6-0-2/','_blank')"] |
C# Program to check if the Number is Odd or Even | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-program-to-check-if-the-number-is-odd-or-even/','_blank')"] |
C# Program to input the Number and display the sum of the Digits | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-program-to-input-the-number-and-display-the-sum-of-the-digits/','_blank')"] |
C# Program to Display the Reverse of a Number | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-program-to-display-the-reverse-of-a-number/','_blank')"] |
C# Program to swap two numbers | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-program-to-swap-two-numbers/','_blank')"] |
C# Program to find if the Year is a Leap Year or Not | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-program-to-find-if-the-year-is-a-leap-year-or-not/','_blank')"] |
C# Program to Generate Random Number | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-program-to-generate-random-number/','_blank')"] |
Difference between String and string in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/difference-between-string-and-string-in-c/','_blank')"] |
How to cast an integer to Enum in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-cast-an-integer-to-enum-in-c/','_blank')"] |
Expression Bodies on Methods returning void in C# 6.0 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/expression-bodies-on-methods-returning-void-in-c-6-0/','_blank')"] |
using keyword for static class in C# 6.0 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/using-keyword-for-static-class-in-c-6-0/','_blank')"] |
How to iterate over a Dictionary in C#? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-iterate-over-a-dictionary-in-c/','_blank')"] |
Null-Conditional Operator in C# 6.0 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/null-conditional-operator-in-c-6-0-2/','_blank')"] |
Null-Conditional Operator and Delegates | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/null-conditional-and-delegates/','_blank')"] |
nameof Operator in C# 6.0 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/nameof-operator-ion-c-6-0/','_blank')"] |
Contextual Keywords in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/contextual-keywords-in-c/','_blank')"] |
String Interpolation in C# 6.0 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/string-interpolation-in-c-6-0/','_blank')"] |
Exception Filters in C# 6.0 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/exception-filters-in-c-6-0/','_blank')"] |
C# Questions and Answers – Data Types – Part 1 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-questions-and-answers-data-types-part-1/','_blank')"] |
C# Questions and Answers – Data Types Part 2 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-questions-and-answers-data-types-part-2/','_blank')"] |
Arithmetic Overflow for Constant Expressions evaluated at Compile time in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/arithmetic-overflow-for-constant-expressions-evaluated-at-compile-time-in-c/','_blank')"] |
Await in Catch and finally block in C# 6.0 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/await-in-catch-and-finally-block-in-c-6-0/','_blank')"] |
How to Convert a string to a stream in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-convert-a-string-to-a-stream-in-c/','_blank')"] |
How to rename a file in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-rename-a-file-in-c/','_blank')"] |
How to Concatenate strings inside a List using Lambda Expression in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-concatenate-strings-inside-a-list-using-lambda-expression-in-c/','_blank')"] |
Replacing Multiple spaces with single space in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/replacing-multiple-spaces-with-single-space-in-c/','_blank')"] |
How to Get the Description Attribute Value of Enum in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-get-the-description-attribute-of-enum-in-c/','_blank')"] |
Anonymous Type and Equality Check in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/anonymous-type-and-equality-check-in-c/','_blank')"] |
How to convert Array to List in C#? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-convert-array-to-list-in-c/','_blank')"] |
How to Search Array using Binary Search in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-search-array-using-binary-search-in-c/','_blank')"] |
How to copy a range of elements of an array to another in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-copy-a-range-of-elements-of-an-array-to-another-in-c/','_blank')"] |
How to mark a class or method as deprecated in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-mark-a-class-or-method-as-deprecated-in-c/','_blank')"] |
Tilde (~) Operator in the Enum definition in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/tilde-symbol-in-the-enum-definition-in-c/','_blank')"] |
Failed to compare two elements in the array in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/failed-to-compare-two-elements-in-the-array-in-c/','_blank')"] |
3 Best Ways to Return Multiple Values from a method in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/3-options-to-return-multiple-values-from-a-method-in-c/','_blank')"] |
Constant->static and readonly->instance field in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/constant-static-and-readonly-instance-field-in-c/','_blank')"] |
How to Get Type Name without full namespace in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-get-type-name-without-full-namespace-in-c/','_blank')"] |
Ensuring Object Disposal in C# with using statement | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/ensuring-object-disposal-in-c-with-using-statement/','_blank')"] |
How to get the Current Application Directory in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-get-the-current-application-directory-in-c/','_blank')"] |
How to Programmatically get the number of processors in the machine using C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-programmatically-get-the-number-of-processors-in-the-machine-using-c/','_blank')"] |
Using DebuggerDisplay attribute in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/using-debuggerdisplay-attribute-in-c/','_blank')"] |
C# 7.0 : Out Variables enhancements | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-7-0-out-variables-enhancements/','_blank')"] |
How to get an Enumerator from range of elements from ArrayList in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-get-an-enumerator-from-range-of-elements-from-arraylist-in-c/','_blank')"] |
C# 7.0 : Pattern Matching | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-7-0-pattern-matching/','_blank')"] |
How to Convert Image to Byte Array in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-convert-an-image-to-byte-array-in-c/','_blank')"] |
Get Total Number of Items in Enum | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-get-the-total-number-of-items-in-an-enum-in-c/','_blank')"] |
How to read the entire contents of a file to a string variable in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-read-the-entire-contents-of-a-file-to-a-string-variable-in-c/','_blank')"] |
How to calculate difference between two dates in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-calculate-difference-between-two-dates-in-c/','_blank')"] |
Using Zip method in C# to add Integers at each positon of two arrays | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/using-zip-method-in-c-to-add-integers-at-each-positon-of-two-arrays/','_blank')"] |
Find the Application Path in Console Application | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-6-find-the-application-path-in-console-application/','_blank')"] |
Enumerate an enum in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-5-enumerate-an-enum-in-c/','_blank')"] |
Escaping ‘{‘ in C# String.Format | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-7-escaping-in-c-string-format/','_blank')"] |
Disable specific compiler warnings in Visual Studio | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-8-disable-specific-compiler-warnings-in-visual-studio/','_blank')"] |
Multiline String Literal in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-9-multi-line-string-literal-in-c/','_blank')"] |
Send email via Gmail in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-10-send-email-via-gmail-in-csharp/','_blank')"] |
Generate random alphanumeric string | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-11-generate-random-alphanumeric-string/','_blank')"] |
Get property value using Reflection | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-12-get-property-value-using-reflection/','_blank')"] |
Create Comma seperated string from a List | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-13-create-comma-seperated-string-from-a-list/','_blank')"] |
Convert C# object to Json string | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-14-convert-c-object-to-json-string/','_blank')"] |
Convert C# object to Json string using JavaScriptSerializer | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-15-convert-c-object-to-json-string-using-javascriptserializer/','_blank')"] |
Format number to display comma for thousands place | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-16-format-number-to-display-comma-for-thousands-place/','_blank')"] |
Sort Dictionary by its Value | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-17-sort-dictionary-by-its-value/','_blank')"] |
Encode and Decode a base64 string | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-18-encode-and-decode-a-base64-string/','_blank')"] |
Repeat a character X times | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-19-repeat-a-character-n-times/','_blank')"] |
Get Assembly File Version | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-20-get-assembly-file-version/','_blank')"] |
Regular Expression and UK Telephone Number Validation in C# | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/regular-expression-and-uk-telephone-number-validation-in-c/','_blank')"] |
Array Initializations | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-and-tricks-21-array-initializations/','_blank')"] |
How to build C# objects dynamically ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-build-c-objects-dynamically/','_blank')"] |
How to Convert a string to Title Case in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-convert-a-string-to-title-case-in-c/','_blank')"] |
Convert a simple JSON string to C# object and vice versa | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/json-net-how-to-2-convert-a-simple-json-string-to-c-object-and-vice-versa/','_blank')"] |
Init-only properties in C# 9.0 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/init-only-properties-in-c-9-0/','_blank')"] |
How to Remove Leading Zeros from a String in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-remove-leading-zeros-from-a-string-in-c/','_blank')"] |
How to Count the Number of Words in a string in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-count-the-number-of-words-in-a-string-in-c/','_blank')"] |
Records in C# 9.0 | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/records-in-c-9-0/','_blank')"] |
How to Count Occurrences of a string within a string in C#? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-count-occurrences-of-a-string-within-a-string-in-c/','_blank')"] |
Get Name of the Current Executing Method | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-tricks-22-get-name-of-the-current-executing-method/','_blank')"] |
Split List into multiple List | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-tricks-23-split-list-into-multiple-list/','_blank')"] |
How to Convert int to string with padding zeros ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-how-to-convert-int-to-string-with-padding-zeros//','_blank')"] |
How to get the Unix Timestamp in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-get-the-unix-timestamp-in-c/','_blank')"] |
How to Use the ternary operator in String Interpolation ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-how-to-use-the-ternary-operator-in-string-interpolation/','_blank')"] |
How to Truncate a string in C#? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-truncate-a-string-in-c/','_blank')"] |
Find Last Day of Month | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-tricks-24-find-last-day-of-month/','_blank')"] |
Find and Extract Number from string | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-tips-tricks-25-find-and-extract-number-from-string/','_blank')"] |
3 uses of the @ Symbol | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/3-uses-of-the-symbol-in-c/','_blank')"] |
5 things that you cannot do with var keyword | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/5-things-that-you-cannot-do-with-local-type-inference-in-c/','_blank')"] |
Object and Collection Initializer | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/object-and-collection-initializer-in-c/','_blank')"] |
Optional and Named Parameters | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/optional-and-named-parameters-in-c-4-0/','_blank')"] |
Check if String is Null | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/c-4-0finding-if-the-string-contains-only-whitespace-or-null/','_blank')"] |
Nullable DateTime & Ternary Operator | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/nullable-datetime-and-ternary-operator-in-c/','_blank')"] |
Ways to Get Computer Name | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/different-ways-to-get-the-computer-name-in-c/','_blank')"] |
Why doesn’t this cause an Exception ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/why-doesnt-this-cause-an-exception/','_blank')"] |
“default” keyword | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/default-keyword-in-c/','_blank')"] |
How to Get User’s IP Address | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/retreive-users-ip-in-aspnet/','_blank')"] |
How to Get URL Parameters from String in C# ? | [gamipress_button label="Learn" onclick="window.open('https://developerpublish.com/how-to-get-url-parameters-from-string-in-c/','_blank')"] |