tpower

2,131
reputation
279 views

Registered User

name tpower
member for 1 year
seen yesterday
website
location Ireland
age 29
I am an ASP.NET and C# developer.

In my spare time I am working an ASP.Net MVC map image hosting project called Tadmap.
Dec
2
awarded  Popular Question
Dec
1
awarded  Popular Question
Nov
19
asked Deploy problem with hierarchyid on automated build only
Nov
18
comment C#, how to programatically get version number of a DLL?
Can't believe this was asked 6 mins ago, was just about to ask the same!
Nov
18
awarded  Popular Question
Nov
17
asked How do I displaying details of a PHP internal server error?
Nov
10
revised What is best book for ASP.NET MVC?
deleted 1 characters in body
Nov
10
revised What is best book for ASP.NET MVC?
added 3 characters in body; edited title
Nov
6
comment CSS Two different styles for the same field
Can you give a sample of what you have tried, because I don't understand the question?
Nov
5
awarded  Popular Question
Nov
5
comment How do I run a function before each test when using qUnit?
Yes, I saw this but it isn't obvious as to how it should be used or what it should be used for. Now I know, thanks!
Nov
5
asked How do I run a function before each test when using qUnit?
Oct
28
comment How do apps that image web pages work?
+1 Good question, I wondering the same
Oct
28
revised How do apps that image web pages work?
removed '$' looked like a typo
Oct
28
comment Where should a ViewModel sit in the directory structure of an ASP.NET MVC application
There can't be that much to test with view models?
Oct
27
answered Accessing private member of a parameter within a Static method?
Oct
23
comment Static field and Object reference not set to an instance of an object
Are you sure SqlDataSource1 has a value?
Oct
22
accepted Matching string and then characters until a specified string appears again
Oct
22
revised Matching string and then characters until a specified string appears again
added 94 characters in body
Oct
22
revised Matching string and then characters until a specified string appears again
deleted 105 characters in body
Oct
22
answered Matching string and then characters until a specified string appears again
Oct
21
awarded  Popular Question
Oct
13
answered What are the different ways of handling ‘Enumerations’ in SQL server?
Oct
13
revised What are the different ways of handling ‘Enumerations’ in SQL server?
edited tags
Oct
1
revised C# AJAX Web methods - What am I doing wrong???
added 156 characters in body
Oct
1
comment C# AJAX Web methods - What am I doing wrong???
If you put a break point in the webmethod is it getting hit?
Oct
1
revised C# AJAX Web methods - What am I doing wrong???
deleted 29 characters in body
Oct
1
comment C# AJAX Web methods - What am I doing wrong???
I updated the answer to include code that is working for me.
Oct
1
answered C# AJAX Web methods - What am I doing wrong???
Sep
30
revised How can I get an msi (VS Setup Project) to install a Windows component?
added 9 characters in body
Sep
30
comment How can I get an msi (VS Setup Project) to install a Windows component?
Windows XP Professional
Sep
30
revised How can I get an msi (VS Setup Project) to install a Windows component?
edited tags
Sep
30
asked How can I get an msi (VS Setup Project) to install a Windows component?
Sep
28
accepted In ASP.NET MVC, why do my custom JavaScript files not work in /Scripts?
Sep
21
revised How do I give a Windows Service access to a MSMQ queue, with a setup project?
edited title
Sep
21
comment How do I give a Windows Service access to a MSMQ queue, with a setup project?
This sounds like work that the person deploying to software would need to do. Can I get the setup project to do any of this?
Sep
21
revised How do I give a Windows Service access to a MSMQ queue, with a setup project?
deleted 1 characters in body
Sep
21
asked How do I give a Windows Service access to a MSMQ queue, with a setup project?
Sep
19
awarded  Yearling
Sep
11
awarded  Popular Question
Sep
10
comment Is a System.MessageQueue (MSMQ) message lost if my function fails while processing it?
Thanks that should help me. Another related question, if I'm using Peek is there a possibility that the message would be picked up by multiple consumers?
Sep
10
revised Is a System.MessageQueue (MSMQ) message lost if my function fails while processing it?
Added details about recieveing the message
Sep
10
comment Is a System.MessageQueue (MSMQ) message lost if my function fails while processing it?
I didn't set it to anything, what is it for?
Sep
10
revised Is a System.MessageQueue (MSMQ) message lost if my function fails while processing it?
edited title
Sep
10
asked Is a System.MessageQueue (MSMQ) message lost if my function fails while processing it?
Sep
7
awarded  Notable Question
Aug
28
comment Where do I put my C# delegate declaration, in a file of its own?
+1, I've never seen this Func thingy.
Aug
28
asked Where do I put my C# delegate declaration, in a file of its own?
Jul
29
revised What are the different ways of handling ‘Enumerations’ in SQL server?
deleted 36 characters in body
Jul
29
comment What are the different ways of handling ‘Enumerations’ in SQL server?
What I mean is, if the stored procedure contains some business logic like 'IF @MyVariable = @MY_ENUMERATION_VALUE_2 THEN' where we need to state the value foreign keys don't help here.