so_question_id
stringlengths
1
8
historical_title
stringlengths
10
209
23555640
Make a phone call in Windows Phone 8.1 (Universal App/C#)
36351866
How to get application version using c#?
30157239
Get DatagridviewComboBoxCell's Selected Index c#
10789027
C# - What's the difference between DragDropEffects.Copy and DragDropEffects.Move?
15696520
C# type inference on nested generic functions
1699772
C# optional properties
7797207
Why does the following "dynamic" code fail?
36048646
Preventing circular dependencies when using dependency injection and the decorator pattern
21850368
What is the diffrence between region activation and region RequestNavigate?
4558836
Log 4 Net with ASP.NET MVC...nothing happens...
7288859
Bestpractices: Ways of keeping configuration code out of logic code using Dependency Injection
24362425
Teesting Remove method without a call to Add method
3993226
c#: whats the easiest way to subtract time?
2823541
Windows API Codepack - TaskDialog on Window XP
2748757
Why is there a large difference in quality between the C# and JavaScript standards?
977484
C# Decimal Data Type
5471515
WebDriver + C# + Select a value from drop down
2962011
Best way to cast from IDictionary to a generic IDictionary
40606978
Why Database.SqlQuery execute procedure with exec sp_executesql N'EXEC SPName'?
5843285
System.Exception.Data Property and its use
9259952
Tell if a var is a perfect number in the binary sequence?
51687042
asp.net core - get User at Service Layer
7346282
WPF - Creating Images from an Embedded Resource
7795157
Persist if checkbox is clicked thorugh postback
4949242
"Cannot create an instance of the abstract class or interface" C#
7192543
Injecting depdencies into ASP.NET MVC 3 action filters. What's wrong with this approach?
957573
C#: How to speed up Invalidate()?
14164974
How to concatenate two System.Collections.Generic.IEnumerable<T> into a new System.Collections.Generic.IEnumerable<T>?
21214815
C#: Make answer class a struct?
13730112
Unity3D singleton manager classes
25507040
How to see CSC.EXE(or VBC.EXE parameters when building from Visual Studio
11860197
Prevent HTMLAgilityPack to connect words when using InnerText
8587555
code to check page has finish loading (asp.net c#)
31894032
C# Built In Data Types
26084868
Calculate PI using sum of inverse squares in C#
13307569
Linq - group by and then flatten the items
21296846
How to prevent an instatiation of an object in c#
39459348
ASP.NET CORE, Web AP:I No route matches the supplied values
3095696
Reflection in C#: How do I get the calling method name and type?
13695379
How to get the Type that descibes an array of a base type?
12393176
I was reading about the Garbage Collector in C#. But what is meant by Generations of Garbage Collector?
4161662
Action<T> delegate
47112356
Align Center the header text of a TemplateField
15120942
c# - Any practical example of long weak reference?
6104818
MS Visual Studio: How to exclude certain Project Folders from publishing ?
4343995
How to avoid code-reuse
12822417
MVC3: CompareAttribute for case insensitive comparison
5109170
EF Code First - Globally set varchar mapping over nvharchar
17523974
How to uninstall widows application using its Product Code in c#
8522332
Why is some ordering inforced in generic parameter constraints?
2972974
Sql Server 2005 multiple insert with c#
2239623
Download file from webservice - C#
266116
How to get picture of a .Net control
16767917
DateTime.TryParse() but want to check format too
689072
Check Dll is registered or not
12007541
Wait to Get Info From a Poppup Form
8819197
Convert minuts to full time C#
4853574
Can I serialize an ExapandoObject in .NET 4?
1923740
How to show address bar in webbrowser control in a C# winform?
7517413
Public accessors vs pulic properties of a class
1374273
C# - When to use properties instead of functions
6628576
the best to join in Linq
11625917
sending an string like JSON from C# to javascript
6639468
c#, 'Froms' does not exist in the namespace system.windows
1076336
How to gain real world programing skills when you don't work for a software company
56078
Merging 2 Collection<T>
32995762
Convert mongodb shell query to C# query
18036981
Which is the better syntax for NAND (not both true) in C#?
6624066
How to set values in x axis MSChart CSharp
349918
Debugging a dll.
10980619
what is technical deference between SubmitChange in Linq VS SaveChange in entity framework?
3151722
Why aren't code regions allowed within methods in C#/VB.NET?
26112233
Hide columns in Kendo grid
6601715
how to declare local variable in asp.net mvc 3 razor
12415083
PDFSharp - Bold certain text in a paragraph
21986744
How to install a Font programatically (C#)
3315
C#: Can I have a method return IEnumerator<T> and use it in a foreach loop?
6042829
C# - how can i open a url in web browser (such as IE) and pass credentials
1447055
WPF Binding Fails. Why?
682855
How do I keep a Connection open on Multiple Queries?
42929376
asp.net core restful api search model binding
1784664
what is the difference between declarative and imperative programming
9875835
C# openxml removal of paragraph stops foreach iterating
7937256
Changing text color in C# Console Application
5119995
How to programmatically scroll TreeView?
18067712
Using HttpClient to Send Dates in URL
2248699
Multi-threaded network server library for .net
32790689
How to display file upload progress in a progress bar while uploading to Amazon S3 bucket
3385593
C# HMACSHA256 Problem - Matching Facebook Signed Request Implementation
15696520
C# type inference on nested generic functions
24947123
Does C# has int8 and uint8
8497186
Why am I seeing duplicate packets when using sockets to receive UDP on Windows7 but not XP?
3757997
How to change DataTable colums order
310595
How can I test programaticly if a path/file is a shortcut?
2355661
Problem with WPF validation(IDataErrorInfo) and tab focusing.
6195672
Does Thread.Sleep hinder other threads (C#)
1040803
What's wrong with this reflection code? GetFields() is returning an empty array.
3095316
Using Func with intance method
21078
What's the best string concatenation method using C#?
28906833
How to add a Web Service to an ASP.NET MVC project?