1,005
reputation
45 views

Registered User

name
member for 1 year
seen 2 hours ago
website
location
age
2h
answered What is the purpose of the “salt” when hashing?
23h
comment SocketException when connecting to server
Do you see any results from the following command? netstat -na | findstr 9000
23h
awarded  Commentator
23h
comment Windows and Minibuffer floating over the frame
Does this happen if you start with --no-init?
23h
answered SocketException when connecting to server
23h
comment SocketException when connecting to server
Typically a firewall will filter packets, not actively refuse them.
2d
accepted C# Regex: How Can I Replace Tokens With Strings Generated at Run-time?
2d
answered C# Regex: How Can I Replace Tokens With Strings Generated at Run-time?
2d
answered How can I run many test cases for a test method
Dec
4
awarded  Citizen Patrol
Dec
3
accepted Non cap sensitive search C#
Nov
25
accepted Mercurial in Windows doesn’t see .hgignore - why?
Nov
25
answered Mercurial in Windows doesn’t see .hgignore - why?
Nov
25
comment Non cap sensitive search C#
FirstOrDefault is an extension method in System.Linq.Enumerable
Nov
25
revised System.Linq and IEnumerable Group Help
added 20 characters in body
Nov
25
answered Non cap sensitive search C#
Nov
25
accepted System.Linq and IEnumerable Group Help
Nov
25
answered System.Linq and IEnumerable Group Help
Nov
25
awarded  Editor
Nov
25
revised Creating Menu Buttons with CSS
added 304 characters in body; added 4 characters in body
Nov
25
answered Creating Menu Buttons with CSS
Nov
24
accepted Using XSLT as xhtml link extractor.
Nov
24
comment XSLT Tranformation
You can declare a separate template "is/callop/con" to match it and use apply-templates from the "is/callop" template, or just handle it inline, e.g.: <Fun><xsl:apply-templates select="con" /></Fun>
Nov
24
answered Using XSLT as xhtml link extractor.
Nov
24
answered XSLT Tranformation
Nov
24
accepted Is it possible to batch on item metadata?
Nov
21
answered Is it possible to batch on item metadata?
Nov
19
answered Regex Pattern Matching
Nov
19
comment How can I become a better .NET Web Developer?
Web programs, at last check, are indeed delivered via networks. If you are ever responsible for architecting a Web application at scale, you need an understanding of networking. If you want to build a highly performant Web application, you need to understand packets, latency, routing, headers (all in the networking domain). If you want to build secure Web applications, these foundational understandings are even more important. If you want to become a better programmer, understanding how computers work is essential. To become an elite Web programmer, you have to understand the foundation.
Nov
19
answered How can I become a better .NET Web Developer?
Nov
19
accepted NHibernate Criteria Query - Select Distinct with Joined Entity
Nov
18
accepted Using jQuery inArray with array of JavaScript Objects
Nov
18
answered Using jQuery inArray with array of JavaScript Objects
Nov
18
answered html in varchar field?
Nov
18
comment NHibernate Criteria Query - Select Distinct with Joined Entity
You can go the other way, actually. Build your criteria using only DetachedCriteria instances (DetachedCriteria.For<T>()), then use GetExecutableCriteria(session) to convert it to a real, executable criteria.
Nov
18
answered NHibernate Criteria Query - Select Distinct with Joined Entity
Nov
18
accepted NHibernate Criteria Query - Select Distinct
Nov
18
answered NHibernate Criteria Query - Select Distinct
Nov
17
awarded  Civic Duty
Nov
17
answered Referring to MS Windows special folders in Emacs
Oct
21
answered Apache Ant command line arguments without double quotes - is it possible?
Oct
15
answered Is it possible to perform case sensetive search in OpenGrok?
Oct
14
answered (.NET) Easy way to generate random, easy to remember passcodes
Oct
10
answered Finding all Namespaces in an assembly using Reflection (DotNET)
Oct
5
answered How to generate an HTML report from PartCover results .xml
Oct
5
answered PartCover console produces empty output xml
Sep
30
answered XML mode for XEmacs?
Sep
23
accepted How do I jump to the matching tag, when editing editing HTML in Emacs?
Sep
23
answered How do I jump to the matching tag, when editing editing HTML in Emacs?
Sep
20
awarded  Yearling