Joel Martinez

5,286
Reputation
319 views

Registered User

Name Joel Martinez
Member for 1 year
Seen 11 hours ago
Website
Location Orlando, Fl.
Age 28
.NET developer, founder of ONETUG, XNA MVP 2008-2009
11h
comment Can a CSS class inherit one or more other classes?
Awesome!! haacked.com/archive/2009/…
13h
answered Is there any way to do custom serialization in WCF?
1d
answered Displaying a XML code in the browser
2d
comment Should I use ScriptSharp
Please note, there was a new release done just recently. the project is not dead :-)
2d
answered Redirecting a /?p=xxx wordpress URL
2d
answered C#, does type conversion improve in next version?
Nov
26
accepted Converting C (not C++) to C#
Nov
24
awarded  Self-Learner
Nov
19
comment Which .net architecture should I implement for 10,000 concurrent users for web application
That depends on the volatility of your data. If it's data that does not change often, then aggressively cache it. If it's data that is likely to change often, you can consider something like SqlDependencyCache to invalidate it when the data changes
Nov
18
answered Which .net architecture should I implement for 10,000 concurrent users for web application
Nov
18
answered How could running code in the debugger makes it faster?
Nov
17
answered Converting C (not C++) to C#
Nov
13
comment Asking a Microsoft SQL Server database for the next auto-generated identifier on a table
yeah, but instead of letting sql server define what the next ID will be, he can take that into his own responsibility, generate the newid(), and then use that value in the insert (and for whatever other reason it is that he needs to know it)
Nov
13
answered Asking a Microsoft SQL Server database for the next auto-generated identifier on a table
Nov
12
revised Converting PDF to PostScript with GhostScript
added 58 characters in body
Nov
12
comment How to implement an Enterprise-grade JavaScript “framework” for web designers?
you know, this is a really good idea ... +1 :-)
Nov
10
asked Converting PDF to PostScript with GhostScript
Nov
10
answered Make a link activate on doubleclick only
Nov
9
comment Free way to convert PDF to XPS with C#
That seems to be to import XPS to PDF ... I need it the other way around ... I have a PDF and need it to be an XPS
Nov
9
asked Free way to convert PDF to XPS with C#
Nov
9
answered JavaScript inside Ajax - Internet Explorer
Nov
4
answered Having an object in a list know statistical information about that list
Nov
4
answered What is the easiest, most reputable, most seasoned AJAX framework?
Nov
4
comment Donut Caching Tutorials
@PhilPursglove, you're thinking of "Donut Hold Caching" :-P haacked.com/archive/2009/…
Nov
4
answered What is the idiomatic way to implement foreign keys in CouchDB?
Nov
3
answered Donut Caching Tutorials
Oct
31
accepted Teaching References in C#
Oct
30
answered Howto avoid people from having multiple accounts in a free to play multiplayer game?
Oct
30
accepted how to write a 3d graphic engine which can be used in JavaScript
Oct
30
answered how to write a 3d graphic engine which can be used in JavaScript
Oct
30
answered How to manage agile development when the team is not stable?
Oct
30
comment Bind a VB6 ADO Control during runtime
yes, should be moved to SO
Oct
29
answered Teaching References in C#
Oct
29
accepted How to use Itunes-like functionality of windows-7 with WPF? (thumbnail toolbar)
Oct
29
revised How to use Itunes-like functionality of windows-7 with WPF? (thumbnail toolbar)
added thumbnail toolbar to question title to help search engines
Oct
29
revised How to use Itunes-like functionality of windows-7 with WPF? (thumbnail toolbar)
added 291 characters in body
Oct
29
answered How to use Itunes-like functionality of windows-7 with WPF? (thumbnail toolbar)
Oct
28
answered Auto generating DAL in an ASP.NET application
Oct
28
answered is there a DEBIAN package for mono C# mcs?
Oct
27
comment Where do you keep your code?
This is perfect, best of both worlds. you don't have to account for any weird UAC issues because it's in your profile folder, and you still get to have the nice succinct "short path"
Oct
23
revised A C# Implementation of Number Line
edited tags
Oct
23
answered Understanding Key-Value stores
Oct
22
accepted Co-Worker pushing for a scary and smelly software solution, need help!
Oct
22
accepted Has any one Used DMO in C#?
Oct
22
answered Accessing interfaces from classes that don’t implement them?
Oct
22
comment Are there any getter jQuerys CSS translation?
wow, honestly I wasn't aware that jquery did this transparent translation for css ... awesome :-)
Oct
22
answered Has any one Used DMO in C#?
Oct
22
answered Are there any getter jQuerys CSS translation?
Oct
21
answered Offline Resources on Dynamic Data and Entity Framework
Oct
21
answered Best Serialization for a scenario where performance is paramount and data form is unimportant in .NET?