Oded

3,060
Reputation
515 views

Registered User

name Oded
member for 1 year
seen 5 hours ago
website
location London, UK
age 36

I am a C# ASP.NET developer, with a long professional history of work with web and Microsoft technologies.

I am passionate about writing usable and secure software and am constantly learning.

6h
accepted Include XML inline in a HTML file
7h
answered Include XML inline in a HTML file
1d
awarded  Mortarboard
1d
revised How can read a file, split the strings in it, and write the output to a hashtable in C#?
Updated tags
2d
answered Exclude app.config from source control?
Dec
4
answered Fileextension problems with classic asp
Dec
4
answered Render Empty XML Elements as Parent Elements
Dec
4
comment Is MonoTouch a viable platform for iPhone development?
They don't compile to CL, as this is not allowed by Apple, and according to the monotouch documentation, they do bind to all of the iPhone APIs.
Dec
4
comment How can I send MIME data with an email using c# aspx
It would be encoded to ASCII.
Dec
4
comment How can I send MIME data with an email using c# aspx
Are you certain your code is picking up the correct text file? Is it on the root path?
Dec
4
comment Screen scraping HTTPS using C#
And if you need to log in to get the https content?
Dec
4
answered How can I send MIME data with an email using c# aspx
Dec
4
comment How can I send MIME data with an email using c# aspx
Not really, as it is a .NET class. But looking at your code, the while loop looks a bit suspect... doing too many things.
Dec
4
comment How can I send MIME data with an email using c# aspx
Is it an ASCII file? .NET will be using UTF-8 internally.
Dec
4
answered Setting a JScript variable to contentplaceholder
Dec
4
answered How can I send MIME data with an email using c# aspx
Dec
4
comment How can I send MIME data with an email using c# aspx
He wants the image to be inlined, not show up as an attachment, so this will not work.
Dec
4
answered Is MonoTouch a viable platform for iPhone development?
Dec
4
accepted Need to wrap table rows and controls in an ASP.NET webform
Dec
4
answered Need to wrap table rows and controls in an ASP.NET webform
Dec
4
comment Re-direct page when session is lost?
+1 for exactly what I would do
Dec
4
answered Nested Transactions with TransactionScope
Dec
3
answered Best way of retrieving lost password
Dec
3
answered Events and Memory Leaks in .NET
Dec
3
answered how to transition from c# to python?
Dec
3
comment Cross-browser windows forms logoff?
You must mean close all browser instances
Dec
3
comment XSD Namespace to C# Namespace
Can you add some details? What have you tried? What didn't work?
Dec
3
comment C# API Development Exception handling
+1 for not hiding internal exception details
Dec
3
answered .net xml serialization
Dec
3
comment IIS routing configuration error with ASP.NET MVC?
What version of .NET is the server configured to use?
Dec
1
comment The old switcheroo (switch position in file)
Fair comment, this indeed will not scale to very large files, and in that respect Mick Walker has a better solution.
Dec
1
answered The old switcheroo (switch position in file)
Nov
30
accepted how can we prevent special tag inserted into textbox ? in asp.net
Nov
30
answered asp.net: response.redirect not working
Nov
30
comment two decisons just one button
One option would be to output javascript to the page: Response.Write("<script language='Javascript'>window.open('google.com/search?q=' + " + TextB.Text +"','_blank');</script>");
Nov
30
comment Using an external tool for C# builds in Visual Studio
In that case, prhaps a custom .targets file that will call SCons with the parameters you want will work? You can base it off the CSharp one, and in the project file change the import to your custom .targets file: <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Nov
30
revised Using an external tool for C# builds in Visual Studio
Corrected details of xml sample
Nov
30
comment two decisons just one button
You say you want to open in a new page - both options, or just one of them?
Nov
28
comment In asp.net is there a function to validate an email address?
Ouch. Exception handling as flow control :(
Nov
27
answered CSS WTF : form button not horizontally aligned (screwed up in FF but OK in Chrome)
Nov
27
comment how can we prevent special tag inserted into textbox ? in asp.net
@CodeMonkey - added your refrain. Reduce the attack surface by only disabling a single page.
Nov
27
revised how can we prevent special tag inserted into textbox ? in asp.net
Added info
Nov
27
answered Using an external tool for C# builds in Visual Studio
Nov
27
answered how can we prevent special tag inserted into textbox ? in asp.net
Nov
27
answered two decisons just one button
Nov
25
accepted What causes the error “Collection was modified after the enumerator was instantiated”?
Oct
18
asked MD5 code kata and BDD
Oct
16
comment Installing a self-developed Windows Service
Does the user you are trying to install the service with have permissions to write to the Security event log?
Oct
2
answered What’s the main problem of Windows-porting Banshee?
Oct
2
answered asp.net web admin tool custom database