Click here to Skip to main content
15,917,328 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionimage upload Pin
mary_sa28-Jun-08 21:47
mary_sa28-Jun-08 21:47 
AnswerRe: image upload Pin
N a v a n e e t h29-Jun-08 7:19
N a v a n e e t h29-Jun-08 7:19 
GeneralRe: image upload Pin
mary_sa29-Jun-08 22:16
mary_sa29-Jun-08 22:16 
GeneralRe: image upload Pin
N a v a n e e t h29-Jun-08 22:22
N a v a n e e t h29-Jun-08 22:22 
GeneralRe: image upload Pin
mary_sa30-Jun-08 4:19
mary_sa30-Jun-08 4:19 
QuestionWould you obfuscate your code before deploying it? Pin
Waleed Eissa28-Jun-08 20:02
Waleed Eissa28-Jun-08 20:02 
AnswerRe: Would you obfuscate your code before deploying it? Pin
N a v a n e e t h29-Jun-08 7:12
N a v a n e e t h29-Jun-08 7:12 
AnswerRe: Would you obfuscate your code before deploying it? Pin
Mark Churchill29-Jun-08 17:12
Mark Churchill29-Jun-08 17:12 
You need to consider if theres actually any "valuable IP" in what you are deploying. I'd say that in 99% of applications, especially websites there just nothing unique or reusable being done.

If you are worried that someone might read your code and learn some techniques they couldnt read tutorials elsewhere (and better documented) then you must be doing some quite cool stuff Wink | ;)

Don't bother. We don't even obfuscate our products, its unlikely that anyone is going to be disassembling our code for reuse (and if they did they'd be exposing themselves to some pretty serious legal risk). Fact is that if your competitors need to copy you then they are always going to be behind.

I'm using yFiles (a graph layout library) at the moment. Its obfuscated which is a massive pain in the arse for debugging. You get exceptions being thrown out saying "couldnt cast a.a.b.c to d", not even giving a slight clue what went wrong. Who is going to have the skill and time to dissassemble and reengineer a product that complex, without any trace of its origin, and be able to make it better enough to be able to sell it? Leads me to recommend it only if you need specific features it offers (otherwise go with a cheaper one).

Mark Churchill
Director
Dunn & Churchill
Free Download:Diamond Binding: The simple, powerful, reliable, and effective data layer toolkit for Visual Studio.

QuestionCreate object from a database Pin
MrColeyted28-Jun-08 15:33
MrColeyted28-Jun-08 15:33 
AnswerRe: Create object from a database Pin
N a v a n e e t h28-Jun-08 17:03
N a v a n e e t h28-Jun-08 17:03 
QuestionCreating a forumn grid like code project Pin
Richard Blythe28-Jun-08 10:46
Richard Blythe28-Jun-08 10:46 
AnswerRe: Creating a forumn grid like code project Pin
Christian Graus28-Jun-08 12:44
protectorChristian Graus28-Jun-08 12:44 
QuestionImages not showing at run time Pin
Richard Blythe28-Jun-08 10:44
Richard Blythe28-Jun-08 10:44 
AnswerRe: Images not showing at run time Pin
Christian Graus28-Jun-08 12:45
protectorChristian Graus28-Jun-08 12:45 
GeneralRe: Images not showing at run time Pin
Richard Blythe29-Jun-08 16:55
Richard Blythe29-Jun-08 16:55 
QuestionCascade Style Sheet Pin
aecordoba28-Jun-08 7:59
aecordoba28-Jun-08 7:59 
AnswerRe: Cascade Style Sheet Pin
Guffa28-Jun-08 8:10
Guffa28-Jun-08 8:10 
GeneralRe: Cascade Style Sheet Pin
aecordoba28-Jun-08 11:02
aecordoba28-Jun-08 11:02 
GeneralRe: Cascade Style Sheet Pin
Guffa28-Jun-08 17:34
Guffa28-Jun-08 17:34 
QuestionAjax ModalPopUpExtender and IE 6.0 UI Issue Pin
Sandeep Akhare28-Jun-08 4:03
Sandeep Akhare28-Jun-08 4:03 
AnswerRe: Ajax ModalPopUpExtender and IE 6.0 UI Issue Pin
milpo29-Jun-08 21:46
milpo29-Jun-08 21:46 
Questionmaintain scroll bar positions in asp.net 2.0 Pin
vijaylumar28-Jun-08 2:06
vijaylumar28-Jun-08 2:06 
AnswerRe: maintain scroll bar positions in asp.net 2.0 Pin
niraj_kush7-Jul-08 22:25
niraj_kush7-Jul-08 22:25 
Questionhow can i split this "6/30/2008" to get only Pin
Meax28-Jun-08 1:25
Meax28-Jun-08 1:25 
AnswerRe: how can i split this "6/30/2008" to get only Pin
Arindam Tewary28-Jun-08 1:29
professionalArindam Tewary28-Jun-08 1:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.