.Close() vs .Dispose() which differences?
'$' Symbol use in c#
'int' does not contain a definition for 'Value' and no extension method 'Value' accepting a first argument of type 'int' could be found
'Label' is an ambiguous reference between 'System.Web.UI.WebControls.Label' and 'Microsoft.Office.Interop.Excel.Label'
'Object reference not set to an instance of an object' Error when trying to add to a list.
'object' does not contain a definition for 'Add' and no extension method 'Add' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
'Service' does not implement interface member 'IService.Latested_Posted_Jobs(Posted_Jobs)'
"Like", "In" Expressions in Lambda statement
"Object must implement IConvertible" error while converting arraylist to object array
[DataAnnotations] get the display name of enumeration
A field initializer cannot reference the nonstatic field, method, or property
A socket operation was attempted to an unreachable network 192.168.234.235:25
A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property
abstract class with generics and constraint
Abstract method with variable number of paramters
Accessing Array of structs variable...
accessing constants from different class.
Accessing properties of parent class from class property???
Add comma after curly brace and Square brackets hold arrays for json format
Add elements to the end of a Dictionary collection
Add item at specific position on IDictionnary
Add Option Groups in ASP.NET Drop Down List
Adding 2 arrays into a dictionary as key vlaue pairs c#
Adding a connection string in a class library
Adding Items to a List Object within the Object's Constructor
Adding Module to Web.config
Adding temporary properties to a class?
Alert for session timeout
An unhandled exception of type 'System.Security.SecurityException' occurred in System.dll
App.config - output file path settings
Append rows to datatable in foreach c#
Appending bytes to filestream object in c#
Argument'1': Cannot convert from 'method group' to 'string'
ASP NET MVC downloaded zip file corrupted
ASP.NET AND C# HOW CAN I MAKE AUTO INCREMENT NUMBER ?
ASP.NET runtime error in pre-application start initialization method
assigning a value with index to List<string> variable
assigning Null value to datetime in C#
Assigning object to null in finally block is good or its just a performance problem
Assigning something to a Nullable Guid...
Async lambda expressions cannot be converted to expression trees
asynchronous parallel web api call
Bainary Two's Complement and Decimal Convertion
Best (most reliable) way to validate an uploaded file type in C#
Best way to create a file, append data and upload it.
Best way to rename XML node using C#
best way to store static values from a database to use globally?
Big Endian float conversion
Binary stream '0' does not contain a valid BinaryHeader
BinaryWriter Vs FileStream?
Bitwise Not ( ~ ) in C#
Bold a string in c#
Breaking out of a Linq ForEach Loop
C# / Sql server, checking whether a value already exists in the Database
C# Assign Value inside If Else Statement
C# boolean statement for multiple conditions
C# class not recognized
c# code to create an array of parameters for oracle stored procedure
C# Code to Download Embedded Videos of any Website
C# data export to excel - error
C# DataFormatString = {0:F2}
C# datatable into int Array
c# equivalent of AddressOf
c# equivalent of java vector
c# equivalent to strpos() and strrpos()
C# Error Message - CS1502: The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments
C# generic method in Interface implementation in class
C# Generic Provider - Get property of base type T
c# get process command line
c# get wan ip address
C# hL7 MESSAGE STRING
C# How check value from Excel before update or insert to DB SQL
C# How to convert UTC date time to Mexico date time
C# How to place an arraylist inside a Session Variable and Iterate through it
C# Initializing a List in Constructor
c# Loop through XML Descendants with same name and get attributes
C# Method being called multiple times at same but only allowing 1 execution
C# method on Task executing more than 1 time sometimes, needs to be only 1
C# Reading data on TCP truncated, not reading all the data
C# Socket Receive Problem
c# StreamWriter to save data in csv file
C# String Replace using Slashes
C# try catch with foreach loop
C# ZipArchive returning empty files
C#- Default access modifier of Abstract Class.
C#-- Error_Wrong number of indices inside []; expected '2'_
C#: Get dynamically the type of a Property
C#'s vbNewLine equvilant?
calculate 60 minute to 100 minute time?
Call c# method inside "onbeforeunload" event JS
Call IEnumerable to convert List to DataSet
Call Multiple Request
callback made on a garbage collected delegate
Calling C functions from C#
Calling interface driven method from one project to another project by calling through Interface refrences (Check the description below in details)
Calling Method in Class from Web Form aspx page.
Calling Methods with multiple Parameters using threads
can i call static class method from non static class method in c#
Can I declare 2D array without size
can object exist after Dispose?
Can Regular Expressions be Applied to Byte Arrays?
Can the C# Abstract Methods have Implementation?
Cannot assign to 'dt' because it is a 'using variable'_
cannot convert from double? to double
cannot convert from System.Collections.Generic.List<> to System.Collections.Generic.IEnumerable<>
Cannot convert method group 'ToString' to non-delegate type 'string'. Did you intend to invoke the method?
Cannot convert type 'object[]' to 'byte[]'
Cannot convert type char to string error - code behind
Cannot create a file when that file already exists .\r\w.
Cannot implicitly convert type 'double' to 'int'. An explicit conversion exists (are you missing a cast?)
Cannot implicitly convert type 'object' to 'bool'
Cannot implicitly convert type 'object' to 'System.Data.DataTable'
Cannot implicitly convert type 'string' to 'int?' in LINQ statement
Cannot implicitly convert type 'string' to 'int'
Cannot implicitly convert type 'string' to 'string[]'
Cannot implicitly convert type 'string' to 'System.Collections.Generic.List<int>'
Cannot implicitly convert type 'string' to 'System.DateTime'
Cannot implicitly convert type 'System.Collections.Generic.IEnumerable<xxx>' to 'System.Collections.Generic.List<xxx>
Cannot implicitly convert type 'System.Data.DataSet' to 'int'
Cannot implicitly convert type 'System.Linq.IQueryable<AnonymousType#1>' to 'System.Collections.Generic.IEnumerable
Cannot implicitly convert type 'void' to 'string'
Cannot implicitly convert type 'void' to 'System.Data.DataTable'
cannot implicitly convert type string to string[]
Cast generic type without knowing T?
catch (TimeoutException te) not catching "The operation has timed out" exception
Catch exception occured in a dll
change attributes to a base class property in derived class without overriding
Change border color of custom inherit textbox
Change From address using SMTP
change property name as uppercase
Check different URLs belong to the same domain
Check if a decimal number is halfway from two integers c#
Check if a instance of a class exists
Check if last iteration in foreach
Checking .NET Framework version of source code
Checking for directory and file write permissions in C#?
Checking for Empty List Element
Checking on failed login attempts in event log
Client / Server with non-blocking sockets
code for import .dbf file into sqlserver using C#
Combine 2 byte array images in one array
Combine two byte arrays
Compare compare password and confirm password at a time
Compare list of string C#
Compare List to Dictionary
Compare string to the list of strings
compare Time-Span with date-time
Compare two list and Get values from first List using LINQ
Comparing Lists<> in C# - return differences / similaritites
Compile C# library as a static library (.lib)
Compress image in size before uploading it.
Condition for attribute 'opportunity.opportunityid': expected argument(s) of type 'System.Guid' but received 'System.Object[]'.
Conditional Compilation Symbols?
Const char array
Conver string array to datatable
Conversion from epoch to C# DateTime
convert string array to List<int>
Convert "float to decimal" and "decimal to float"
Convert and Split an array of strings into integers
Convert array of objects to DataTable
convert byte to byte[]
Convert byte[] array to string[] array
Convert class to interface of type T
Convert comma delimited record to string array
Convert date to datetime c#
Convert DateTime {dd/MM/yyyy HH:mm:ss tt} to DateTime {yyyy-MM-dd HH:mm:ss tt}
Convert DateTime to date in Linq
convert datetime to int
convert datetime to timespan
Convert DatetimeOffset to Datetime
Convert DBNull to empty string
Convert Decimal yyyymm to Date
convert double in to into timespan
Convert double to Decimal
Convert exponential value to non exponential
Convert guid to string
Convert ICollection to string[]
convert int to short
Convert integer to Hour C#
Convert JSON array to DIctionary in c#
convert json string to list of object
Convert JSON String To List<string>
Convert LastLogonTimeStamp
Convert List<String> to object[]
Convert number of days to days/ months/ years
Convert Number to Words (Regional Language : Tamil)
convert string into hash or dictionary
Convert string to byte array.
convert string[] array to var in c#
Convert System.Array to string[]
Convert the Class library dll in to EXE
Convert VbScript to C#
Convert XML tag into List C#
Convert.ToBase64String throws 'System.OutOfMemoryException' for byte [] size of 365151415
Convert.ToDouble of empty string
Converting audio files from mp3 to wav format
Converting C++ struct to c#
Converting double to decimal
Converting existing .msg files into PDF files.
Converting Nullable Integers
Converting varbinary(max) to byte[]
Converting XElement to an XmlNode
Copy DataTable column items in a string array....
Copy file(s) from source folder to destination using Multi-Threading
Copying files to a remote location using C#
Create a List of Hyperlinks in C#
Create a snk file
Create dynamic foreach loop for sequential search type in C#
Create Excel Columns Dynamically in C#
Create multiple threads within console app
Create Self Signed Certificate programatically uisng C#
create word document(.docx) from byte array in c#
Createresponse(HttpStatusCode.OK, MyNewList) Return and display HTML from list to createresponse
Creating .MSG file in C# without outlook installed
Creating a Link Button Programmatically
creating dropdownlist dynamically....
Creating dynamic array,adding stringsinto the array and retrieving string
CS0019: Operator '==' cannot be applied to operands of type 'string' and 'int'
CS1061: 'System.Data.SqlClient.SqlDataReader' does not contain a definition for 'Item' and no extension method 'Item' accepting a first argument of type 'System.Data.SqlClient.SqlDataReader' could be found (are you missing a using directive or an assembly
CS7036: There is no argument given that corresponds to the required formal parameter
csharp comparing two objects Differences
CSS Stylesheet not being applied to C# page
Curl Call with C#
Custom attribute - DateTime as attribute argument
data type uniqueidentifier - is it a string data type in C#
datatable to List of string array
Date Difference in Years using C#
DateDiff function in C#
DateTime with leading zero
DateTime.Parse and LINQ
DBF TO CSV conversion using C#
De-Allocate Dictionary Memory in C# best practice
decimal or double multiplication ??
Declare Guid array in c#
Declaring a variable as private static readonly
Declaring a variable at class level
Declaring variables inside of a loop
Decode Base64 with c#
deep copy List<string>
Default implementation in Abstract class
Default parameter value must be a compile-time
Default Sorting of the characters in c#
Default Value for int Property in C#
Delete all data from json file by c#
delete files in folder older than 1 hour...runs itself
Deployment bug: Class not registered
Destroy Variables
Dictionary - How to return Dictionary value as a method or function.
Dictionary v IDictionary
difference between & and && operator in c#
difference between bool and Boolean
Difference between encapsulation and abstraction
difference between extends and implements in C#
difference between int and int?
difference between public string and public static string
Difference between Static class and Private constructor class
Differernce between IEnumerable and Enumerable
Directory.Exists(" only works with two slashes in path
display currency dollar amount in words
Division returns zero as result
DLL Compare Tool in .Net
DNS server information in windows registry key
do we need to implement all the methods of an interface?
Does a private static variable make any sense?
Does ToList( ) create a shallow or deep copy of an existing List<> collection?
Down Casting in C#
DropDownList.AddRange()
dt.AsEnumerable().Sum for columns having blank/null value
Dynamic Array Size
Dynamic Code evaluation: Unsafe Deserialization
Dynamic Variable Names to Reference Actual set Variables
dynamically create an enum
Dynamically Creating and saving formula using C# code
Embedded statement cannot be a declaration or labeled statement
Enable/Disable upload button depending on the fileupload textbox
Encoded .docx to Base64String then Decode to .pdf got error
Enlish to hindi Translate with C#.net
enum problems - The expression being assigned to ... must be constant"
enums when we need more than 64 flags
equivalent of "nothing" in C#
error --_Cannot implicitly convert type 'string' to details.class'
Error Converting Regex to C# - Unrecognized escape sequence
Error CS0006: Metadata file 'System.Collections.dll' could not be found
Error CS0103 The name 'OK' does not exist in the current context
Error CS0161: Not all code paths return a value
Error in foreach iteration variable
Error_1_Could not find 'prop.Program' specified for Main method_prop
Error: The process cannot access the file 'image.jpg' because it is being used by another process.
Error:Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Evaluate Arithmetic Expression in string
Evaluating an expression using DataTable.Compute() method throws error
EventHandler Null check is always Null for some reason
Exception not caught using catch block
Execcuting Shell Commands by ASP.net (C#)
execute 1 method after another method has finished
Execute scalar return null value when i call stored procedure
Expected class, delegate, enum, interface, or struct
Export gridview data to text file using C# Code
export IEnumberable<dynamic> to Excel using C#
Export to Excel using OpenXML
Exporting image byte stream to Excel
extract a value between two spaces in a string?
Extract Server name from URL string.
Extract value from JSON STRING
- [
Failed to convert parameter value from a String to a IEnumerable
1.](/archive/msdn-technet-forums/4aa86c1f-3bb2-46c1-aeea-f2cbada43968 "Failed to convert parameter value from a String to a IEnumerable
1.") file copying to remote server with admin credentials
File not found exception: I can see the file is there!
File Stream "Access Denied to path" Exception
File.Copy not good for LARGE files, anyone know how to do asynch file copy with status?
FileInfo to HttpPostedFile
FilesystemWatcher Problems
find and replace 'part' of a string between two markers....
Find exact match for each item in string[] array
Find the next character in a string after particular character
Finding links within a html string using C#
for loop using DateTime
foreach statement cannot operate on on variables of type 'object' because object does not contain a public definition for GetEnumerator
Format Date When Using DisplayFor HTML Helper
Function overloading based on different return types.
Garbage Collection and static variables
Generate a Random word
generate a sequence of letters in C#
Generate unique number in C#
Generating a unique 4 digit random number
generic list column count
Generic Method returning a generic list....
Generic methods in non-generic class?
Generic return type for a method.
get class Type in static Method
Get Date from Nullable DateTime Feild
Get date from weeknumber
Get filepath of class/Method using Reflection
Get Full Path of File from Process in C#
get last 7 days from system.now
Get Method Parameter count
Get paragraph between two paragraph in C#
Get PK Id of newly inserted row using C#
Get the last Sunday of a month
get the username and domain (domain\user) in ASP.Net c#
Get title of all xml files in folder
Getting a users DOMAIN/username from a web application
Getting DNS record in c#/asp.net
Getting Parameter names and Values
Getting Yesterday's Date using DateTime in c#
Guid - Specified cast is not valid when no data is found
Handling Different DateTime format between localhost and live server
Help with converting MemoryStream pdf to an attachment to add to email
Hex-to-RGB Conversion
Hide base class property in derived class
how can check in a string contains multiple spaces
How can i access a fileshare using c# to download a file automatically and read file contents ?
How can i access a value between classes ?
How Can I add a blank space (or multiple) in a string?
How can I Convert a Class Object to another similar Class Object
How can i convert an array of Enum to string array ?
How can i convert the multipage tiff in to bytes array
How can i desrialize an empty string to object fields ?
How can i do read utf-8 .txt file and save-as ansi with same name?
How can i extract certain values from a dictionary ?
How can i filter a list of objects for certain values ?
How can i format a date to the local date time ?
How can I generate Class diagram and Sequence diagram for existing C# code?
How can i get a lighter shade of a color in c#
How can i get the service Path to executable ?
How can i get the trimmed string when i split ?
How can i get the values from a JArray to form a string ?
How can I get values of (sender) object in C#
How can i give an optional parameter to an abstract procedure ?
How can i increase the length of my passphrase / key in encryption ?
How can i initialise an enum to null ?
How can i read a blank string using JObject ?
how can i remove commas and dollar sign from a string???
How can i remove duplicates from a list which is IEnumerable based on object field value ?
How can I resolve : System.Net.Sockets.SocketException: 'An existing connection was forcibly closed by the remote host'
How can I return 2 Lists from a Function?
how can i send the http request to windows service in .NET
How check if Event handler is null
How do I apply OrderBy(some columns) on an IQueryable using a string array column name within a generic extension method?
How do i calculate no of days between two dates n two times Using C#
How do I call a method with a HyperLink?
How do I clear/refresh my sqlCommand object for each loop iteration
How do I continue after an exception is caught?
How do I convert 'System.Collections.Generic.List<int>' to 'int[]'?
How do i convert IEnumerable<int> to int
How do i convert Rupees in words using c#
how do i convert string to type? help please!
How do I create an instance with generic types with Activator.CreateInstance?
How do i find out the version of C# installed in my system...
How do I get JUST the domain name?
How do I get the date for Sunday of the current week?
How do I iterate through the object recursively using reflection.
How do I return 2 values (strings) from a Class/Function?
How do I use a C# reserve keyword as a property name
How do you cast a DataSet object to an FLOAT? C#
How do you represent white-space-characters in C# ?
How do you send a text string to an IP:Port# in C#
How do you turn a .net ZipArchive into a byte array?
how i can convert Datagridview Datasource back to List<>
How many ways are there to check if an object is null?
How resize and save image in one folder
How to add a item to a null IEnumerable<T>?
how to add buttons in email content
How to add comma separated string into datatable in c#?
How to add item into List<> in static Class
How to add object in nested List
How to add values to the existing keys in the dictionary in C#
how to add watermark on pdf and wordfile using C# ?
How to add/subtract list in asp.net
How to append Minimum Time and Maximum Time to a DateTime Variable in c#
How to assign null value to a long or int data type in asp.net using c#
How to bold .csv file heading
How to call bool method?
How to call parent class parameterized constructor through child class instance.
how to change the css style from c#
how to check free space on disk using FTP client?
how to check if a dataset is empty? whats the correct c# syntax to use?
How to check if double variable is blank (null) or 0 (zero).
How to check if XML node exists
How to check url of a website is online or offline when i clicked the button in windows forms using c#
how to clear memory for stringbuilder at certain content length
How to combine multiple jpg into one jpg image
How to compare dates using LINQ?
how to compare string with enum value
How to compare Time in C#?
how to compare two dates excluding the seconds in c#.
How to compare two List objects in c#
How to Comparing 2 password fields
How to compress more than one Excel files with type xlsx to one file as zip Archive ?
How to convert a byte array back to Zip file
how to convert a constant value declared as an integer to a string
How to convert a memorystream result into a string?
how to convert a string to VARBINARY before saving in sql server database.
How to convert ASCII data to ANSI in C# ?
How to convert C# byte[] to base64Binary (not base64String)?
How to convert dynamic json to C# object
How to convert LINQ ToList() function to datatable c#
How to convert object to GUID (casting)
How to convert object to string?
How to convert Object type to DateTime
How to convert the .hex file to .bin file in C#
How to convert the String value into TextBox in Asp.net+C#
How to copy a file from one Remote server to Another using C#?
How to count number of class, types, methods, enum from .NET DLL?
How to count total number of objects is created for Class
How to create a Class with List<> as properties
How to create a function in a aspx.cs file and call it from another aspx.cs file
How to Create a Multi-Dimensional JSON Array Object
how to create a pdf with rowspan and colspan?
How to Create Array Of Enums in c#
How to Create DLL using C#
How to create ENUM using values from the database C#
How to create hash of a string data which i can compare later
How to create svg from png/jpej/jpg
How to declare a local variable of type guid
How to delete files based on file creation date
How to destruct or destroy Static variables in C#
how to detect encoding from a txt file?
How to detect if the string contains chinese characters
How to diplay real time timing(clock) on asp.net web page
How to dispose Directoryinfo object in C#
How to divide an integer by an integer and yield a decimal
How to do OrderBy with a dynamic string parameter in LINQ?
How to download Large Files on a Server by C# ?
How to Escape Comma while exporting data to CSV file
How to Export datatable into csv
How to find a file in folders containing subfolders?
How to generate json from datatable in specific way
How to generate large pdf's?
How to Generate unique file names in C#
how to get all file name from folder in c#?
How to Get all properties, ( ChildProperties included ) and Values from objet
How to get all the Saturdays and Sundays in a Year
How to get byte array from an object (MailItem)
How to get bytes and bits from int or long in C#
How to get child property inside parent class, with lambda?
How to get current date, time and timezone offset; format YYYY-MM-DDTHH:MM:SS.00000-08:00?
How to get current method parameter values (programatically)
How to get current page file name?
How to get distinct itmes from List<String> collection
How to get First Date and Last Date of Current Quarter programatically using c#
How to get host name from IPV6 address?
How to get id and text value of control using sender in c#
How to get latest folder information(Directory list latest by created date) by ASP.Net
How to get length of Arraylist?
How to get required number of digits after decimal?
How to get the current hours, minutes and seconds. Using DateTime.Now
How to get the total count from IQueryable<T>?
How to get the total or Count in Lambda Expression in C#
How to get unique values of a field in IList
How to grant write/reaad permissions for a dll to write logs in a folder
How to Import Pdf Data into sql server Table
How to increase timeout for MVC batch submission job
How to Inherit from System.Collections.Generic.List<Of T>
How to insert a null value into a column when string inserted is empty/blank
How to insert image into merged cell. (ClosedXML)
How to instantiate generic type which has no default constructor?
How to iterate over object properties?
How to Join/concat a string variable to regex pattern?
How to kill/stop EXCEL.exe process in C# code?
How to know if exist a Property in a object in c#?
how to know assembly is with 32 bit or 64 bit?
How to Log result of bcp command to a .txt file
How to make an extension method with a Generic T Enum or Objects
How to make dll as trusted?
How to map IList to EntityCollection using Automapper
How to move a file within ftp folders (C#)
how to multiple condition in if statement in asp.net C#
How to name a list collection in c# at run time?
How to Open any file in new browser tab using ASP.NET with C#
How to override a click event in c# ?
how to parse a text file in C#
How To Parse XML Response From API
How to pass a list by reference to a method.
How to pass arguments to Exe file
How to pass parameters with spaces to a command prompt
How to pass the string along with the Double Quotes in c#?
How to password protect a text file
How to present Foreign Keys ( FKs) in DTOs?
How to print the .PRN file using C#
how to print the creation and expiry date of a cookie.
How to pull mail from mail server and save to db by C#
How to read a CSV file stored in a byte array?
How to read all function/method names from .cs file
How to read email message body through EWS managed api?
How to read from a Visual Foxpro .DBF file in C# and display in a datagridview?
How to read HTML element value using c# Code?
How to read multiple files into a single FileStream
How to read SSL certificate information using C#
How to read the data inside List<Object>?
How to read/write GIANT text file with no line breaks
How to reformat date from mm/dd/yy to mm-dd-yy
How to remove "\n" or "\r" or "\t" from a string?
How to Remove CR LF from a text file
How to remove HTML comment form String using Regex.Replace
How to remove last comma from my string A,B,C,D,
How to remove padding from a string?
How to remove single and double quotes from a string?
How to removing leading zeros from input
How to replace placeholder text with multiple images in word document using OpenXmlPowerTools in C#
How to replace the comma with a space and a comma
How to replace the item in Collection<T>?
How to retrieve cell details from a Excel .csv file and combine it with results from .xlsx file
How to Return ArrayList Value from Another Class in C#?
How to round down/ round up in C#.net?
how to run a cmd commnad on C# asp.net?
How to send an HTML mail attachment File
How to set DateTime variable to Null in C#?
How to set Reply-To to single email address
how to set the date format for a text box?
How to solve error : "Unable to cast object of type 'System.DBNull' to type 'System.String'."
How to split a list object into several objects
How to split array of integers?
how to start and stop thread with button
How to store huge data in List<string>
How to Update Object List using Lamda Expresion/LINQ?
How to use .h file in c#
How to use a HttpWebRequest object to download as a file in a controller action method.
How to use float or double for bitwise operations??
How to use HttpRequestMessage with ByteArrayContent()
How to use sender.Text in C#
How to use streamwriter and reader and sql at the same time?
How to use/pass date parameter in Linq query
How to we Kill a ProcessThread?
How to write in JSON format and create a JSON file in C#?
How to Xor Two strings
how to zip a folder and download in asp.net using c#
HOW TO:: IEnumerable<KeyValuePair<string, string>> to Dictionary<string, string>
How we split date into parts?
How would I write a newline character to a file using FileStream?
HttpContext.Current.Items for passing values
HttpContext.Current.Server.MapPath fails for long file names
HttpRequest.QueryString and NameValueCollection
HttpWebRequest error
I want the code for pdf to image conversion in c#
i want to convert this regular expression pattern from javascript to c#
id textbox does not exist in the current context
Idictionary vs Dictionary return in method.
IIS decimal value
IIS worker process locking file
IList<> or ICollection<> which one is more efficient (better)?????
Import Excel to SQL with Database Mapping
Inconsistent accessibility: base class 'A' is less accessible than class 'B'
Index was out of range. Must be non-negative and less than the size of the collection
Input string was not in a correct format. How it can be possible.
Input string was not in a correct format.Couldn't store <MARKS-2> in Gap Column. Expected type is Double.
insert LINQ data into a dictionary
Inserting a \ (backslash) into a String?
Inserting a char in a string intervally
Inserting Data Into 2D Array
Inserting null-value to datetime field in SQL Database
Int max length
Invalid character in a Base-64 string.
Invalid Token '(' in class, struct, or interface member
Inverse (negated) regex expression
IO Exception : process cannot access the file because it is being used by another process
is a 'type', which is not valid in the given context - need help
Is it fine to make a list static to maintain the list item during the postbacks
Is it ok to use a discard here?
Is it possible to extract the first frame of a video file and save as jpeg?
Is REPLACE case sensitive?
Is their a way to convert a date from the format YYYYMMDD to the format YYYY-MM-DD
Is their a way to read an MS Access file without using OLE Db?
Is there a C# equivalent to vbCrLF and vbTab
Is there a function similar to IsDate for C# that checks valid dates?
Is there a simple way to remove space lines from streamReader?
Is there a way i can check if i have access to redirection.config ?
Is there a way to declare an enum in C# to avoid a type cast?
Is there a way to set a new PropertyInfo()
Is there any limit for markers on google map
is there any way to escape a semi-colon?
Issue updating innerHTML of div tag through C#
JArray cannot be converted to type List
Javascript Date Ticks
Json and Dictionary<string, string> or NameValueCollection
LINQ or C# - How to find exact values from string array.
LINQ or C# - How to find particular column and its values
LINQ SQL .contains() null or empty string
Loading Excel into Datatable without header
loop through folder and examine all file names in that folder
Losing leading zero from int
Lotto: 6 numbers using the Random function
make a temp list to hold items or original list
Matching open and close brackets with regular expressions
Math.pow with decimals
Maximum String Size
meaning of "\f"
Memory Deallocation in C#.NET
Memory leaks and streams.
merge-unmanaged-and-managed-dlls-into-single-dll-in-dotnet
Merging two C# IQueryable with distinct values
Merging two different objects
Merging two lambda expressions
Method Summary not showing
Missing partial modifier on declaration of type another partial declaration of this type exists_
Most efficient way to iterate through XML
Multiple threads writing to same file
must declare a body because it is not marked abstract or extern
MVC app bootstrap tab-content
My linq query converted to IList. How to query?
Need to hide a culumn, after an Export to Excel link is clicked
Need to Loop through a dynamic variable
Need to make class Serializable - vulnerability found
new line in subject string of sendMailMessage
No overload for method 'ToString' takes '1' arguments
object.List.add() :Object reference not set to an instance of an object.
Obtain only Date without time
On error Resume Next in C#????
OOP - cannot convert source type to target type
Open PDF file from Byte array
Opening a Word or PDF file from a webpage. C#, VS2005, APS 2.0
Operator '??' cannot be applied to type 'double' and 'double'
Operator '*' cannot be applied to operands of type 'int' and 'string' .
Operator '/' cannot be applied to operands of type 'decimal' and 'double
Operator '+' cannot be applied to operands of type 'string' and 'method group'
Operator '<' cannot be applied to operands of type 'decimal' and 'double'
Operator '<' cannot be applied to operands of type 'int' and 'method group'
Operator '==' cannot be applied to operands of type 'void' and 'null'
Operator '>' cannot be applied to operands of type 'string' and 'string'
Operator '>=' cannot be applied to operands of type 'string' and 'string'
Overloading Properties in C#
override method Add in generic List collection
PadRight C# method not working?
parse html code in c#
Partial Constructor
pass dataTable to method by reference
Pass file from web server to MemoryStream
Pass value of label in textbox to another page in asp.net
Passing a delegate to a callback function in unmanaged code using c-sharp
Passing a Type variable to a Generic Method
Passing a valid condition as argument in c#
passing class parameter c#
Passing DateTime as reference
Passing Textbox values via querystring?
PDF to XPS
Placing Text on Multiple Imported PDF Pages with iTextSharp
Play video from memory stream or byte array
Populate derived classes properties from base class via cast or similar?
POST request Web API in Win Forms
PRINT WITH PDF USING iTextsharp
Printing a specfic div or panel from the page by C#
Problem in binding dropdown list from database
problem with c# converting null to integer
Problem with innerhtml, Css class not working?
Problem with System.Security.Cryptography
Problems with saving Guid type to the database
Process.Start doesn't work.
PropertyInfo and enums! How to set value?
public int? what does this means
Razor - split string
Read an EBCDIC file using C#
read and edit pdf using c#
Read Excel data from MemoryStream
Read multiple JSON objects
Read specific columns and there values from .CSV file and store it in a hashtable using C#.net
Reading a big Text File
Reading a Json string using Jobject
Reading CSV with comma placed within double quotes?
reading data from an .ini file
Reading wav file header information
Reduce file size of a print quality image with programmatic text without losing print quality
Reflection and Static Classes
ReflectionTypeLoadException Error (System.Web.Http) on InstallUtil
Regarding special character in C# class property
Regex : how to match double characters and exclude single character
Regex pattern for validating IPv6
Regex to check for Environment variables with % sign in path
Regex to remove an HTML element
regular expression that , Matches all positive decimal floating non-negative numbers less than 8
Regular Expression that allows for the percentage symbol
Regular expression to allow only characters with space
Regular Expression to get files from a directory
Regular expression to validate d/m/yyyy or dd/mm/yyyy
Regular expressions for credit card numbers in C#
Remove backslash from string c#
remove dauplicate combinations in two datatables
Remove dot from string
Remove Empty Columns of CSV from string array
remove last comma from a string variable
Remove special or junk characters from c# word automation
Remove tab from the string
Remove the last three zeros
Removing duplicate entrys from arraylist...looks simple :)
removing illegal characters from a string
Removing initial blank row in data table asp.net
Removing the seconds from datetime
Rendering a web page through C# code , Given URL
Replace double quote with two double quote
Replace Escape char in string
Replace strings using pairs + c#
replace the first character of a string
Replacing a value with some other value in string array
Replacing forward-slash with a back-slash
Report Viewer Configuration Error
Reset dropdown values
Resetting the textbox BackColor attribute.
Response.Write Alert box in C#
Retrieve folder and files icon using C#
Retrieve shared folders on a network computer using C#
retrieving a List<> from a session variable
Return Data From HTML Table But Only Certain Fields
Return Dictionary with same Key multiple Values
Return index of matched pattern in regex
Returning enum from method
Returns 'System.Byte[]' instead of actual data
Round to 0.5
rounding up datetime to nearest half an hour
save file dialog to download PDF file - C#
search for text in a web page using C# code
Select Min Value From List<object>
serialize and deserialize c# class into string
Serialize IEnumerable<T> to Json
Serializing the Static class.
Setting a Process to be top-most window?
setting value of IEnumerable<int> in another function
Sharing a single streamwriter between multiple threads?
simple random number generator function. C#
Skipping first row in a CSV file
Specified argument was out of the range of valid values. Parameter name: index
split large csv file to many csv files
Split String and put into ArrayList Collection
split string at every Uppercase character
Sql Connection string from web.config?
SQL int to GetInt32 to Int32 'Specified cast is not valid'
Start/Stop Windows Service with a Web application
Static methods and instance....
Static Vs Non-Static Method Performance C#
Stream PDF File to Web Browser
stream.ReadTimeout' threw an exception of type 'System.InvalidOperationException
StreamWriter wirtes an empty file
string builder with comma appending in loop with datatable
string concatenation with multiple spaces in between
String Replace First Occurrence?
String To Boolean Expression
String.Contains(List<string>)
StringBuilder and ArrayList
Stringbuilder System out of memory?
Structure inherited from Class???
sum values in datatable using linq based on conditions
Switch case with null and not null
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
System.Data dll
System.Data.SqlClient.SqlException: 'Login failed for user ''.'
system.io.compression.filesystem.dll required
System.Net.Mail.SmtpFailedRecipientsException: Unable to send to a recipient.
System.Web.HttpContext.Current thread safe?
Telnet Client
Test if Object is Boolean
Testing IIS is running on a server.
Text File Encoding Conversion
The connection was not closed. The connection's current state is open. ??
The diferences between streams and byte read?
The process cannot access the file xxx because it is being used by another process.
The remote server returned an error: (404) Not Found.
The type 'string' must be a non-nullable value type in order to use it as parameter 'T' in the generic type or method 'System.Nullable<T>'
The type arguments for method 'System.Linq.Enumerable.Where<TSource>(System.Collections.Generic.IEnumerable<TSource>, System.Func<TSource,int,bool>)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
The underlying connection was closed: The server committed a protocol violation
this.GetType() returns null
TimeSpan Years and Months
Transpose a DataTable from Rows to Column
Traverse List That Contains Nested Objects Using Reflection
Trouble adding multiple items to a list, each new item also overwrites the exisiting list items.
Truncating a string using Regex?
try catch finally with return
Try without Catch but with finally doesn't throw error. Why no syntax error?
Trying to create a hyperlink in C#, dynamically
two dimensional array to ArrayList and DataTable
Two functions with same signature, different return types
ubound in c#???
Unable to cast object of type 'System.Collections.Generic.List
1[System.Object]' to type 'System.Collections.Generic.IEnumerable1
Unable to cast object of type 'System.DateTime' to type 'System.String'.
Unable to cast object of type 'System.DBNull' to type 'System.String'.
Unable to cast object of type 'System.Decimal' to type 'System.String'.
Unable to cast object of type to type .- ConfigurationManager
Unable to load c++ dll in c# managend code environment
Unauthorized access exception, not able to write to a text file
unit testing a void method
Unit Testing Behavior of a Private Method
Unlock files locked by other processes with C#
Update a datatable with another one
Update a List<> of class objects using Lambda Expression
Update all items in list using LINQ
Update list using linq and join
Update query is not working in C# but works when manually running in SQL Server
Update value in generic list
upload all files and folders using c#
URI not recognised with FTPS
Use an unsigned assembly in a signed project. Impossible?
use double quotes in stringbuilder append
Using .Replace method of string on some ASCII characters
using C# to access active directory and pull "active" users...
using c# to exit or close a browser?
Using foreach to step through dataset
Using Lambda Expression on System.Threading.Thread
using Not Contains in a list
Using the Conditional Operator to test for null
Using VB class in C# project?
Using, try/catch and disposing
web service error 'could not create type '
What is C# equivalent of the vb isNothing function
What is Regular Expression for 8 digit?
What is RIP Pattern in C#
what is T in List<T>
What is the difference between DateTime and TimeSpan class
What is the difference between Directory.EnumerateFiles vs Directory.GetFiles?
what is the difference between include in c++ and using in c#?
what is the difference between instance and object in c#
what is the difference between Tuple and dictionary, List etc
What's the difference between Enumerable and Queryable
What's the equivalent of "checked" in VB.NET?
What's the meaning way of Chr(13)&Chr(10) in C#
Whats a stable type-safe way to subtract 6 Months from any date?
Whats the most efficient way to run multiple insert statements to a sql table using c# ?
Which loop is better in performance - foreach or for or while?
Why break not working inside try?
Why c# decimals can't be initialized without the M suffix?
Why can't you increment ushort or byte variables (+1)??
Why do i loose the decimal when parsing a string to decimal. ?
Why we can not Create instance of static class?
With static method I must write System.Web.HttpContext.Current.Response.Write instead of Response.Write!
Write data to json type file using c#
writing '\0' null character in textbox
Writing Multiple lines using stream writer..
Writing to the Event Log using Custom Catgories
ZipArchive.CreateEntry for a Stream