Click here to Skip to main content
15,867,453 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCode saved to a TFS workspace getting removed on next get latest workspace. Pin
Stephen Holdorf27-May-18 15:13
Stephen Holdorf27-May-18 15:13 
QuestionMiniblog and some of the technology he wrote question Pin
jkirkerx27-May-18 9:23
professionaljkirkerx27-May-18 9:23 
QuestionGrouping Items of this same Category Pin
Otekpo Emmanuel25-May-18 23:11
Otekpo Emmanuel25-May-18 23:11 
AnswerRe: Grouping Items of this same Category Pin
Richard MacCutchan26-May-18 2:43
mveRichard MacCutchan26-May-18 2:43 
GeneralRe: Grouping Items of this same Category Pin
Hariharan Baskaran26-May-18 3:50
Hariharan Baskaran26-May-18 3:50 
GeneralRe: Grouping Items of this same Category Pin
Richard MacCutchan26-May-18 4:39
mveRichard MacCutchan26-May-18 4:39 
QuestionASP MVC Solution projects and 3rd party dll's missing from TFS new branch download. Pin
Stephen Holdorf24-May-18 14:38
Stephen Holdorf24-May-18 14:38 
AnswerRe: ASP MVC Solution projects and 3rd party dll's missing from TFS new branch download. Pin
F-ES Sitecore25-May-18 3:58
professionalF-ES Sitecore25-May-18 3:58 
Not sure I fully understand the issue and it depends what these third party dlls are, but you usually solve this problem with nuget packages. So if your project needs, for example, Entity Framework, you add that to your project as a nuget package. What that does is create a folder under a "packages" folder and that folder contains xml that describes the package. When you check the code in you also check in the packages folder. When the next developer gets the project they will have the packages but not the dlls, however when they compile VS will realise this and use the data in the nuget package to download the dlls itself. So rather than manage third party dlls you manage nuget packages and VS sorts it out for you.
GeneralRe: ASP MVC Solution projects and 3rd party dll's missing from TFS new branch download. Pin
Stephen Holdorf25-May-18 13:57
Stephen Holdorf25-May-18 13:57 
GeneralRe: ASP MVC Solution projects and 3rd party dll's missing from TFS new branch download. Pin
F-ES Sitecore28-May-18 22:17
professionalF-ES Sitecore28-May-18 22:17 
QuestionBlog for MVC Pin
jkirkerx24-May-18 9:57
professionaljkirkerx24-May-18 9:57 
AnswerRe: Blog for MVC Pin
Richard Deeming25-May-18 2:38
mveRichard Deeming25-May-18 2:38 
GeneralRe: Blog for MVC Pin
jkirkerx25-May-18 8:46
professionaljkirkerx25-May-18 8:46 
QuestionWeb API: What is refresh token Pin
Mou_kol23-May-18 10:04
Mou_kol23-May-18 10:04 
AnswerRe: Web API: What is refresh token Pin
jkirkerx23-May-18 13:22
professionaljkirkerx23-May-18 13:22 
GeneralRe: Web API: What is refresh token Pin
Mou_kol24-May-18 12:48
Mou_kol24-May-18 12:48 
GeneralRe: Web API: What is refresh token Pin
Mycroft Holmes24-May-18 13:01
professionalMycroft Holmes24-May-18 13:01 
GeneralRe: Web API: What is refresh token Pin
jkirkerx24-May-18 13:59
professionaljkirkerx24-May-18 13:59 
AnswerRe: Web API: What is refresh token Pin
Vincent Maverick Durano24-May-18 20:02
professionalVincent Maverick Durano24-May-18 20:02 
QuestionI am getting the error: A potentially dangerous Request.QueryString value was detected from the client (msg="...ema 'dbo'.<br />The EXECUTE pe..."). Pin
indian14321-May-18 6:59
indian14321-May-18 6:59 
AnswerRe: I am getting the error: A potentially dangerous Request.QueryString value was detected from the client (msg="...ema 'dbo'.<br />The EXECUTE pe..."). Pin
Richard MacCutchan21-May-18 7:04
mveRichard MacCutchan21-May-18 7:04 
AnswerRe: I am getting the error: A potentially dangerous Request.QueryString value was detected from the client (msg="...ema 'dbo'.<br />The EXECUTE pe..."). Pin
Jochen Arndt21-May-18 23:29
professionalJochen Arndt21-May-18 23:29 
SuggestionRe: I am getting the error: A potentially dangerous Request.QueryString value was detected from the client (msg="...ema 'dbo'.<br />The EXECUTE pe..."). Pin
Richard Deeming22-May-18 2:22
mveRichard Deeming22-May-18 2:22 
GeneralRe: I am getting the error: A potentially dangerous Request.QueryString value was detected from the client (msg="...ema 'dbo'.<br />The EXECUTE pe..."). Pin
Jochen Arndt22-May-18 2:59
professionalJochen Arndt22-May-18 2:59 
AnswerRe: I am getting the error: A potentially dangerous Request.QueryString value was detected from the client (msg="...ema 'dbo'.<br />The EXECUTE pe..."). Pin
jkirkerx23-May-18 13:38
professionaljkirkerx23-May-18 13:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.