9,881,908 members (61,106 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
Search within:
Articles
Quick Answers
Messages
Product Catalog
Comments by Marc Clifton (Top 9 by date)
Deleted
Marc Clifton
-
2 May '13 - 14:17
View
I have no idea how to respond to the original post. This is NOT an intuitive interface, Code Project!!!
Marc Clifton
-
2 May '13 - 14:17
View
I'm aware of that, but as the first link states, If this is a HTML document, you will need to parse it. and what surprises me is that I can't find any code samples for doing that. And yes, I'm aware that this is WebBrowser control independent, all I need is the HTML, which the control gives me access to. Marc
Marc Clifton
-
2 May '13 - 14:14
View
Oh, I see what you mean. I'm not used to this forum format!
Marc Clifton
-
2 May '13 - 14:13
View
Ah, I didn't notice the option. Not sure how to change it now.
Marc Clifton
-
29 Feb '12 - 7:39
View
Well, like you said, I'm what you'd call a .NET expert, hahahaha! :-D
Marc Clifton
-
29 Feb '12 - 7:22
View
No, you're totally missing the point. I need to PARSE the type's FullName, a very crude example: <pre> public string ConvertToTypeAsString(string t) { string ret = t; if (t.Contains("`")) { // System.Collections.Generic.IEnumerable`1[[System.Data.DataRow, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] t = t.RightOf('.').RightOf('.').RightOf('.'); // IEnumerable`1[[System.Data.DataRow, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] ret = t.LeftOf('`') + "<"; // IEnumerable< t = t.RightOfRightmost('[').LeftOf(',').RightOfRightmost('.'); // System.Data.DataRow, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] // System.Data.DataRow // DataRow ret += t + ">"; // IEnumerable
} return ret; } </pre> Marc
Marc Clifton
-
29 Feb '12 - 7:20
View
SAKryukov is trolling - I posted that question 3 years ago, then I posted a question yesterday, and now it seems like he's taken it upon himself to find other questions I've asked. I suppose I should take the high road and assume he's trying to be helpful.
Marc Clifton
-
28 Feb '12 - 21:44
View
I know what you're getting at, but I need to actual type for a dynamic, runtime piece of code which, among other things, replaces a token with the generic type used to construct the code generator. So, if, for example, I instantiate the code generator like this:
new Foo<SomeType>()
Then, part of the code generation process replaces the token
/SourceType/ source;
with
SomeType source;
By the way, the code generator in question is LinqTextQueryRuntime, a CodePlex project. Yes, there's better ways, with expression trees, but I'm just dabbling with different options for dynamic runtime LINQ. Marc
Deleted
Marc Clifton
-
14 Oct '11 - 10:24
View
Reason for my vote of 2 These seem like generic mistakes any newbie makes. I was expecting something more specific to the use of the language itself.
Advertise
|
Privacy
|
Mobile
Web01 | 2.6.130516.1 | Last Updated 1 Jan 1900
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid