Click here to Skip to main content
15,881,715 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionObject does not contain definition for substring. Pin
samflex18-Aug-17 4:47
samflex18-Aug-17 4:47 
AnswerRe: Object does not contain definition for substring. Pin
Luc Pattyn18-Aug-17 5:12
sitebuilderLuc Pattyn18-Aug-17 5:12 
GeneralRe: Object does not contain definition for substring. Pin
User 1013254622-Aug-17 3:52
User 1013254622-Aug-17 3:52 
GeneralRe: Object does not contain definition for substring. Pin
Luc Pattyn22-Aug-17 3:58
sitebuilderLuc Pattyn22-Aug-17 3:58 
GeneralRe: Object does not contain definition for substring. Pin
User 1013254622-Aug-17 5:12
User 1013254622-Aug-17 5:12 
GeneralRe: Object does not contain definition for substring. Pin
Luc Pattyn22-Aug-17 7:00
sitebuilderLuc Pattyn22-Aug-17 7:00 
GeneralRe: Object does not contain definition for substring. Pin
ZurdoDev22-Aug-17 4:44
professionalZurdoDev22-Aug-17 4:44 
GeneralRe: Object does not contain definition for substring. Pin
User 1013254622-Aug-17 5:11
User 1013254622-Aug-17 5:11 
SerenityNowDev wrote:
There is when you know what the type is.

What's better here then?
C#
System.String myWonderfulString = new System.String();
or..
C#
var myWonderfulString = new System.String();
Or what about your own libraries?
C#
Code.Project.Sample.Library.Helpers.DemoToShowHowDaftThisIs myClassInstance = new Code.Project.Sample.Library.Helpers.DemoToShowHowDaftThisIs();
or..
C#
var myClassInstance = new Code.Project.Sample.Library.Helpers.DemoToShowHowDaftThisIs();
Personally, I really hate typing/reading the same thing twice in the same line. Personally, I really hate typing/reading the same thing twice in the same line. Laugh | :laugh:
Now is it bad enough that you let somebody else kick your butts without you trying to do it to each other? Now if we're all talking about the same man, and I think we are... it appears he's got a rather growing collection of our bikes.


modified 31-Aug-21 21:01pm.

GeneralRe: Object does not contain definition for substring. Pin
Richard Deeming22-Aug-17 7:58
mveRichard Deeming22-Aug-17 7:58 
GeneralRe: Object does not contain definition for substring. Pin
ZurdoDev22-Aug-17 8:04
professionalZurdoDev22-Aug-17 8:04 
AnswerRe: Object does not contain definition for substring. Pin
Richard Deeming18-Aug-17 5:36
mveRichard Deeming18-Aug-17 5:36 
GeneralRe: Object does not contain definition for substring. Pin
samflex18-Aug-17 8:29
samflex18-Aug-17 8:29 
GeneralRe: Object does not contain definition for substring. Pin
Richard Deeming18-Aug-17 8:46
mveRichard Deeming18-Aug-17 8:46 
GeneralRe: Object does not contain definition for substring. Pin
samflex18-Aug-17 8:58
samflex18-Aug-17 8:58 
GeneralRe: Object does not contain definition for substring. Pin
Richard Deeming21-Aug-17 0:32
mveRichard Deeming21-Aug-17 0:32 
QuestionAnything new exist to test EF repository instead of Mock lib in .Net Core Pin
Mou_kol17-Aug-17 23:46
Mou_kol17-Aug-17 23:46 
AnswerRe: Anything new exist to test EF repository instead of Mock lib in .Net Core Pin
Richard MacCutchan18-Aug-17 1:34
mveRichard MacCutchan18-Aug-17 1:34 
QuestionRich Textbox Pin
Member 1336179216-Aug-17 0:16
Member 1336179216-Aug-17 0:16 
AnswerRe: Rich Textbox Pin
Afzaal Ahmad Zeeshan16-Aug-17 1:36
professionalAfzaal Ahmad Zeeshan16-Aug-17 1:36 
QuestionASP and SQL web application help Pin
Member 1336148915-Aug-17 18:12
Member 1336148915-Aug-17 18:12 
AnswerRe: ASP and SQL web application help Pin
Richard MacCutchan15-Aug-17 21:20
mveRichard MacCutchan15-Aug-17 21:20 
QuestionUnable to delete a dynamically generated row in Repeater Pin
samflex13-Aug-17 17:23
samflex13-Aug-17 17:23 
AnswerRe: Unable to delete a dynamically generated row in Repeater Pin
Kornfeld Eliyahu Peter13-Aug-17 19:09
professionalKornfeld Eliyahu Peter13-Aug-17 19:09 
GeneralRe: Unable to delete a dynamically generated row in Repeater Pin
samflex14-Aug-17 2:18
samflex14-Aug-17 2:18 
AnswerRe: Unable to delete a dynamically generated row in Repeater Pin
Kornfeld Eliyahu Peter14-Aug-17 4:03
professionalKornfeld Eliyahu Peter14-Aug-17 4:03 

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.