Micah

8,179
reputation
680 views

Registered User

name Micah
member for 1 year
seen 6 hours ago
website
location Charlotte, NC
age 29
Creator of Wikipedia Maze Christian, Father of 4, Husband, .Net Developer, musician
Twitter me @micahlmartin
Blog: www.codingcontext.com
Check out a game I created: Wikipedia Maze
6h
answered Allow anonymous access to a special file in Asp.Net
7h
comment Allow anonymous access to a special file in Asp.Net
IIS7. Whether I add deny="*" or allow="*" it has no affect on my ability to access .css or .less files.
7h
comment Allow anonymous access to a special file in Asp.Net
I just typed it into the question wrong.
7h
revised Allow anonymous access to a special file in Asp.Net
fixed code
7h
asked Allow anonymous access to a special file in Asp.Net
2d
awarded  Popular Question
2d
awarded  Nice Answer
Dec
13
asked Filling a ComboBox in the DataForm with a DomainDataSource
Dec
11
revised Localization of error message in Validation silverlight
fixed code format
Dec
10
asked What is the ~ character used for in C#
Dec
8
accepted Custom/user control
Dec
6
awarded  Mortarboard
Dec
3
awarded  Popular Question
Dec
2
accepted Can someone explain callback/event firing
Nov
30
awarded  Popular Question
Nov
29
awarded  Popular Question
Nov
24
awarded  Popular Question
Nov
22
asked Prevent Silverlight 3 from caching while debugging
Nov
21
awarded  Enlightened
Nov
21
awarded  Nice Answer
Nov
16
awarded  Enlightened
Nov
6
awarded  Popular Question
Nov
5
accepted How to throw a XmlSchemaException on XML Schema validation errors?
Nov
3
comment Opening multiple sessions simultaneously in NHibernate
It's the same thing because opening sessions on 2 different threads from the same ISessionFactory acts just as if I opened them within one another. The reason is that closing the session from another thread inadvertently closes the session on the other thread as well.
Oct
23
comment Opening multiple sessions simultaneously in NHibernate
It doesn't matter what happens in there. I could do absolutely nothing. The point is that closing the inner session causes the outer session to throw an exception because it thinks it's already closed.
Oct
22
comment Opening multiple sessions simultaneously in NHibernate
I updated the question with more details.
Oct
22
revised Opening multiple sessions simultaneously in NHibernate
added 1213 characters in body
Oct
21
comment Opening multiple sessions simultaneously in NHibernate
Check my session factory configuration. What should I be checking for? I'm using fluent NHibernate. What should it look like?
Oct
19
accepted Opening multiple sessions simultaneously in NHibernate
Oct
19
answered Opening multiple sessions simultaneously in NHibernate
Oct
16
comment Opening multiple sessions simultaneously in NHibernate
No I haven't. Is that what I need to do?
Oct
16
revised Opening multiple sessions simultaneously in NHibernate
deleted 19 characters in body; added 1 characters in body; added 94 characters in body
Oct
16
asked Opening multiple sessions simultaneously in NHibernate
Oct
13
awarded  Popular Question
Oct
7
comment What was your first home computer?
I loved/love my c64. I had a book full of code to make stupid little games. I used to sneak out of my bedroom at 2am when I was 6 and type in as much of the code as I could. I never got it to work, but I've been passionate about programming ever since.
Oct
7
comment Why do I need an IoC container as opposed to straightforward DI code?
@Joel-spolsky I don't understand why you think it makes the code harder to read. The code is actually simpler to understand. All your dependencies just get injected through the constructors. No tracing of dependencies is necessary. It takes about 2-3 lines of code to setup depending on how many items you need to create.
Oct
6
awarded  Nice Question
Oct
2
awarded  Notable Question
Sep
25
revised In C# 3.0 is there any syntax for a block of code that will run only if a foreach doesn’t have any iterations?
deleted 7 characters in body
Sep
25
comment In C# 3.0 is there any syntax for a block of code that will run only if a foreach doesn’t have any iterations?
Thanks Jon. I didn't know about the Any() method. Thanks!
Sep
24
answered In C# 3.0 is there any syntax for a block of code that will run only if a foreach doesn’t have any iterations?
Sep
24
comment How to properly use a NHibernate ISession object - Session Is Closed! errors
Yes i'ts a web app but I'm not integrating the NHibernate session with Web session.
Sep
24
comment How to properly use a NHibernate ISession object - Session Is Closed! errors
I am using the "using" statement which calls dispose. I'm still getting the error though and it doesn't happen all the time. Just some of the time.
Sep
24
revised How to properly use a NHibernate ISession object - Session Is Closed! errors
added 3002 characters in body; edited title
Sep
24
asked How to properly use a NHibernate ISession object - Session Is Closed! errors
Sep
19
awarded  Yearling
Sep
18
comment Tabbing between elements of a view in WPF/xaml
No sweat. Glad I could help.
Sep
18
accepted Tabbing between elements of a view in WPF/xaml
Sep
18
answered Tabbing between elements of a view in WPF/xaml
Sep
18
accepted Creating a “Heartbeat” or Windows-Service-Like functionality in Asp.Net