foson

1,308
Reputation
109 views

Registered User

Name foson
Member for 1 year
Seen Nov 23 at 14:10
Website
Location New York
Age 27
Certified MCPD: EA, not that that means anything. Works for Avanade Inc.
Nov
13
comment Why doesn’t VS 2008 display extension methods in Intellisense for String class
A more intelligent Intellisense. Excellent.
Oct
27
revised Trouble sending file through IHttpAsyncHandler
edited tags
Oct
27
asked Trouble sending file through IHttpAsyncHandler
Sep
27
awarded  Yearling
Sep
3
asked Maximum size for a byte[] in a .Net DataSet/DataTable
Sep
2
answered innerText of XmlNode from a String
Sep
2
answered How to replace content in template docx document and Open XML SDK 2.0 (Aug 09)?
Aug
25
comment Optional Readonly Property in VB.Net Interface
I think the question was asking for VB.NET code
Aug
25
answered When is Visual Studio 2010 expected to RTM?
Aug
25
asked When will Silverlight 4 come out? What features will it have?
Aug
25
answered Discussion: Silverlight 4 expectations
Aug
24
comment How to convert xlsx files into 2003 xls files programatically in C#?
Do you have Office PIAs installed on the server? microsoft.com/downloads/…
Aug
17
answered Is there a tool to remove unused methods in javascript?
Aug
5
comment Strict XHTML compliance in ASP.NET 2.0/3.5
ASP.NET MVC 1.0 was released 2009-03-17. Work is currently on a 2.0 version.
Aug
3
answered How to convert xlsx files into 2003 xls files programatically in C#?
Jul
29
awarded  Taxonomist
Jul
28
answered Reading SQL column name from querystring and building secure query from it
Jul
24
answered Opaque dictionary key pattern in C#
Jul
24
answered What’s the C# equivalent to the With statement in VB?
Jul
15
awarded  Popular Question
Jul
10
answered When is .NET 4.0 and Visual Studio 2010 supposed to be released?
Jul
10
answered Handling forgotten passwords when designing desktop applications
Jul
4
asked Why does .NET create new substrings instead of pointing into existing strings?
Jul
3
revised Fastest function to generate Excel column letters in C#
added 36 characters in body
Jul
3
revised Fastest function to generate Excel column letters in C#
added 150 characters in body
Jul
3
answered Fastest function to generate Excel column letters in C#
Jul
3
answered How do I convert Excel OpenXML shared strings to inline strings?
Jul
3
answered Sending an email attachment in memory using OpenXML
Jul
3
revised Creating Excel document with OpenXml sdk 2.0
added 105 characters in body
Jun
30
comment XPath + Namespace Driving me crazy
you dont need to create a new XmlDocument to get a XmlNameTable. you can use nsMgr = new XmlNamespaceManager(new NameTable());
Jun
30
answered C# .NET Charts Libraries/Code?
Jun
30
answered Determine the name of a constant based on the value
Jun
30
comment Generating a Word Document with C#
OpenXml SDK 2.0 is still in CTP and licensing is for testing purposes only (prop until Office 14 comes out)
Jun
30
revised Creating Excel document with OpenXml sdk 2.0
added 101 characters in body
Jun
29
answered Creating Excel document with OpenXml sdk 2.0
Jun
29
revised Creating Excel document with OpenXml sdk 2.0
edited tags
Jun
29
comment OpenXML SDK Spreadsheet starter kits
to me, excel-2007 implies Microsoft Office interop. Since the OpenXML standard does not rely on Excel at all, I think SpreadsheetML is a better tag.
Jun
8
accepted Which controls does the EnableViewState affect on a GridView?
Jun
4
revised Does it help to use NGEN ?
added 13 characters in body
Jun
4
comment Does it help to use NGEN ?
Does ASP.NET really use an NGen'ed assembly?
Jun
4
revised Does it help to use NGEN ?
reversed opinion
Jun
2
answered Does it help to use NGEN ?
Jun
2
comment Does it help to use NGEN ?
This was only the case for .NET framework 1.0/1.1 In 2.0 and on, native images can be shared across the app domains. See the different versions of msdn.microsoft.com/en-us/library/…