8,902 reputation
33150
bio website ReflectiveCode.com
location United States
age
visits member for 4 years, 8 months
seen 28 mins ago
stats profile views 536

You can never code too much C#, right?


May
16
comment If one void function returns, how do I stop the next function call from executing?
Keep the code valid. Remove the asterisks and add a comment after the important lines. ex: DataManip(ref item1, ref item2); // Question here
May
16
comment If one void function returns, how do I stop the next function call from executing?
What is with the asterisks in the lines such as this: **DataManip(ref item1, ref item2);** ?
May
16
answered T-SQL WHERE col IN (…)
May
14
comment Is it possible to avoid MAX_PATH limit using WiX variables?
Ah, WiX complicates things
May
14
comment Is it possible to avoid MAX_PATH limit using WiX variables?
See this answer on the question you linked to: stackoverflow.com/a/14307022/12971
May
7
awarded  Nice Answer
Apr
29
revised Split a List<String> into sublists based on length of string using LINQ
added 1 characters in body
Apr
29
reviewed Edit suggested edit on How to call Web Service using json in Javascript
Apr
29
revised How to call Web Service using json in Javascript
edited tags
Apr
29
comment How to call Web Service using json in Javascript
More info is needed. For example, is the AJAX call actually returning the json data?
Apr
24
awarded  Popular Question
Apr
23
reviewed Approve suggested edit on Find all integers in string C#
Apr
12
comment How do get a jquery overlay like this website has?
@RocketHazmat - Your question is so broad and vague that it is unlikely that someone is going to answer it. You may want to break your problem apart into smaller, more specific questions.
Apr
12
comment How do get a jquery overlay like this website has?
Speaking as a user, navigating a site captured in an iframe sucks. For example, the browser's address bar isn't accurate. How am I going to bookmark the page or email the link to a friend? And it signals to me that the capturing website is spammy. Why is the cloak and daggers of an iframe necessary for the user experience (UX) on your site?
Apr
12
comment How do get a jquery overlay like this website has?
@RocketHazmat - Click on one of the site icons. On the next page, click on the site title (green text). You are taken to a framed version of the website.
Apr
12
answered How do get a jquery overlay like this website has?
Apr
12
comment How do get a jquery overlay like this website has?
They use an iframe
Apr
9
revised Routing static files in ASP.NET MVC 3 like robots.txt
deleted 168 characters in body
Apr
9
answered Routing static files in ASP.NET MVC 3 like robots.txt
Apr
4
revised C# how to make a class that behave like Nullable<T>
added 18 characters in body