I build large-scale email deployment systems to help businesses get email to their customers. It's pretty fun stuff.
|
May
19 |
|
awarded | Yearling |
|
Aug
9 |
|
comment |
How to rollback in Visual Studio TFS? @matadur, the problem with that approach is that you could end up removing changes that you don't need to -- such as changes in other branches, other solutions, build process templates, and starting with TFS 2012, Code Review Requests/Responses and Feedback Client Request/Responses as well. You could also end up with orphaned link sin Work Items, orphaned references in builds, and local workspaces that are irrecoverably out of sync with the server. (ie. what would happen when a developer checks some pending changes in?) If you want to "roll back" everything, restore a SQL-level backup. |
|
Aug
9 |
|
revised |
How to rollback in Visual Studio TFS? added 51 characters in body |
|
Jul
1 |
|
answered | Can't get IIS Express 8 beta to run website as 64-bit process |
|
Jun
29 |
|
revised |
Can't get IIS Express 8 beta to run website as 64-bit process edited tags |
|
Jun
12 |
|
answered | Get the IP address of the remote host |
|
Jun
5 |
|
comment |
Validating an email Address in C# Downvoting this one, sorry. -- "info@about.museum" does not validate. |
|
May
26 |
|
awarded | Necromancer |
|
May
19 |
|
awarded | Yearling |
|
May
2 |
|
comment |
InvalidOperationException After installing Visual Studio 11 Beta Giving a +1 here because this solution worked for me. Good one, thanks. |
|
Apr
10 |
|
revised |
In HTML5, with respect to tables, what replaces cellpadding, cellspacing, valign, and align? edited tags |
|
Apr
3 |
|
revised |
Release and dispose all http scoped objects in Structuremap edited tags |
|
Mar
11 |
|
revised |
What C# mocking framework to use? Moles has been released as Microsoft Fakes |
|
Feb
24 |
|
comment |
Expose SQL Server database as web service to get data from This feature has been removed entirely in SQL 2012. |
|
Jan
9 |
|
comment |
C# Class naming convention: Is it BaseClass or ClassBase or AbstractClass Worth noting that some of the classes in the .NET Framework with a "Base" suffix were named before version 1.0 and Microsoft no longer follows those conventions.... but they can't change the names now. Microsoft's Framework Design Guidelines book, section 6.2 (which covers base classes), specifically recommends against using the "Base" suffix. |
|
Dec
21 |
|
awarded | Revival |
|
Dec
21 |
|
answered | Is it possible to stop intellisense for .sql files in Visual Studio 2010? |
|
Oct
20 |
|
comment |
MySQL check if a table exists without throwing an exception There is no security risk -- Queries to the information_schema database will only show tables that the connected user has privileges to. |
|
Sep
30 |
|
comment |
Can I configure SMTP in IIS, so it relays to a remote SMTP server? I've downvoted this because the linked articles don't exist anymore. |
|
Aug
24 |
|
answered | How to rollback in Visual Studio TFS? |