| bio | website | |
|---|---|---|
| location | Philadelphia, PA | |
| age | 23 | |
| visits | member for | 1 year, 10 months |
| seen | 6 hours ago | |
| stats | profile views | 297 |
|
1d |
comment |
ASP.NET MVC - Timer If the user is authenticated, sure. |
|
1d |
comment |
ASP.NET MVC - Timer @Subby no it won't. Unless you store your session in the URL. |
|
1d |
answered | ASP.NET MVC - Timer |
|
1d |
awarded | Notable Question |
|
2d |
awarded | Famous Question |
|
May 16 |
comment |
String matching background-color value is not evaluating to true I think you should change it to work with classes and not color css values. When you change the state of the checkbox then change the class. And your If will check for class names too. It'll be much easier for you. |
|
May 16 |
answered | applying stylesheet to descendant with exception |
|
May 14 |
awarded | Popular Question |
|
May 14 |
comment |
Web Development program for Macs I think your best bet is Windows on parallels and then just install Visual Studio there. |
|
May 13 |
comment |
Entity Framework dbset not finding added entity What if you were updating 20 thousand rows. Would you save the all at once and kill your website for half an hour or save it after each entity changed. You should save it and then continue with whatever you were doing. |
|
May 10 |
answered | Entity Framework dbset not finding added entity |
|
May 10 |
comment |
Authorize call from external server to controller Your controller has Authorize attribute on it? |
|
May 8 |
answered | using Html.BeginForm putting content after the closing </form> tag |
|
Apr 30 |
awarded | Nice Question |
|
Apr 20 |
comment |
Has Facebook started blocking posting on Friend's wall? Did you get correct permission to do it? You have to first authorize the user, and then ask for permission to write to the wall. |
|
Apr 20 |
comment |
.NET Syntax For Implementing An Array Why not work with List<> and then turn it into array if needed? I find lists much easier to manipulate than arrays. |
|
Apr 20 |
comment |
Where to find licensing options for on-demand public music streaming? I don't think so, look how certain artists are missing from iTunes; that's because Jobs couldn't get a label to sign - same goes with Spotify. Anyway it is not a question for StackOverflow. |
|
Apr 20 |
comment |
Where to find licensing options for on-demand public music streaming? I think you need to sign contracts with music labels. Then you'll get access to their music. |
|
Apr 20 |
comment |
Has Facebook started blocking posting on Friend's wall? What is a response you get from FB when you try to do it? |
|
Apr 18 |
awarded | Popular Question |