Skip to main content
Yaakov Ellis's user avatar
Yaakov Ellis's user avatar
Yaakov Ellis's user avatar
Yaakov Ellis
Work-in-progress
  • Member for 15 years, 11 months
  • Last seen this week
284 votes
39 answers
791k views

Function to Calculate Median in SQL Server

104 votes
8 answers
215k views

Best way to get whole number part of a Decimal number

95 votes
6 answers
70k views

How do I Unignore a file in TortoiseSVN?

61 votes
8 answers
186k views

Get path to execution directory of Windows Forms application

60 votes
7 answers
141k views

Make ABC Ordered List Items Have Bold Style

48 votes
8 answers
12k views

Unit Testing ASP.net Web Site Project code stored in App_Code

43 votes
3 answers
20k views

Rewrite rule to HTTPS except when on localhost

39 votes
9 answers
81k views

Error: A strongly-named assembly is required

36 votes
15 answers
150k views

How do I Validate the File Type of a File Upload?

36 votes
2 answers
25k views

How can I reuse a Common Table Expression

36 votes
1 answer
30k views

Mixing text and functions inside an if/else with MVC Razor

32 votes
5 answers
6k views

Are Multiple DataContext classes ever appropriate?

23 votes
5 answers
2k views

Most Efficient Way to Test Object Type

21 votes
5 answers
72k views

Set up PowerShell Script for Automatic Execution

17 votes
2 answers
36k views

Retrieve List of Tables in MS Access File

16 votes
9 answers
14k views

One or Two Primary Keys in Many-to-Many Table?

15 votes
1 answer
8k views

How do I checkout with Git a branch on a Fork of my Origin?

14 votes
1 answer
2k views

MVC MiniProfiler with Entity Framework 5 Model First Error: Unable to determine the provider name

14 votes
10 answers
783 views

How to Encourage More Frequent Commits to SVN

10 votes
6 answers
9k views

Fastest Way to Count Distinct Values in a Column, Including NULL Values

10 votes
6 answers
11k views

WebDeploy with MSBuild Not Deploying from TeamCity

8 votes
1 answer
6k views

RegEx to match a pattern, as long as it is not preceded by a different pattern

8 votes
3 answers
2k views

Match string with Regex as long as it is not surrounded by parentheses

8 votes
3 answers
13k views

How to Change All Sql Columns of One DataType into Another

8 votes
5 answers
14k views

How Much Time Should be Allotted for Testing & Bug Fixing [closed]

6 votes
3 answers
9k views

Set a UserControl Property to Not Show Up in VS Properties Window

6 votes
4 answers
31k views

Access App.Config Settings from Class Library Called through Unit Test Project

6 votes
2 answers
4k views

Proper way to profile a DbContext using MiniProfiler and EF 5 and Autofac

6 votes
1 answer
838 views

Implementation of Dictionary where equivalent contents are equal and return the same hash code regardless of order of insertion

5 votes
15 answers
3k views

How to prevent Sql-Injection on User-Generated Sql Queries