Click here to Skip to main content
15,913,610 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Riddle me this Batman... [modified] Pin
BoneSoft23-Jul-07 6:09
BoneSoft23-Jul-07 6:09 
GeneralRe: Riddle me this Batman... Pin
Dave Kreskowiak23-Jul-07 6:50
mveDave Kreskowiak23-Jul-07 6:50 
GeneralRe: Riddle me this Batman... Pin
Paul Conrad23-Jul-07 17:41
professionalPaul Conrad23-Jul-07 17:41 
GeneralRe: Riddle me this Batman... Pin
#realJSOP25-Jul-07 3:48
professional#realJSOP25-Jul-07 3:48 
GeneralRe: Riddle me this Batman... Pin
Pete O'Hanlon25-Jul-07 4:14
mvePete O'Hanlon25-Jul-07 4:14 
GeneralRe: Riddle me this Batman... Pin
Patrick Etc.1-Aug-07 13:44
Patrick Etc.1-Aug-07 13:44 
QuestionMigration of Windows Application to Web Application Pin
satyendramanish23-Jul-07 3:57
satyendramanish23-Jul-07 3:57 
AnswerRe: Migration of Windows Application to Web Application Pin
Dave Kreskowiak23-Jul-07 4:24
mveDave Kreskowiak23-Jul-07 4:24 
satyendramanish wrote:
1. I am trying to use or migrate windows application written in C# into Web Application? Can any body help me out to solve this problem


Start rewriting it. There is no magical conversion tool to do this. If your Windows Forms app was written properly, meaning seperating Business Logic and Data Access from the Presentation Layer, all you'll have to rewrite is the Presentation Layer. But, somehow, I doubt this is going to be the case.


satyendramanish wrote:
2. Is there any utility to handle images (like rotation, Transformation, resizing)in WEB Application using C#?


I imagine any image manipluation library would work, but every change you make to the image would require a roudtrip to the server and put the web server under a greater load.

As for client-side manipulation, that would require a Java-based library.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Migration of Windows Application to Web Application Pin
PIEBALDconsult24-Jul-07 4:41
mvePIEBALDconsult24-Jul-07 4:41 
QuestionHow to Add a Satlite Assembly in Runtime Pin
Prajin23-Jul-07 3:25
Prajin23-Jul-07 3:25 
AnswerRe: How to Add a Satlite Assembly in Runtime Pin
Pete O'Hanlon23-Jul-07 3:31
mvePete O'Hanlon23-Jul-07 3:31 
GeneralRe: How to Add a Satlite Assembly in Runtime Pin
Prajin23-Jul-07 3:35
Prajin23-Jul-07 3:35 
QuestionHandwriting Recognition Pin
Don Rolando22-Jul-07 23:05
Don Rolando22-Jul-07 23:05 
AnswerRe: Handwriting Recognition Pin
Vasudevan Deepak Kumar23-Jul-07 4:55
Vasudevan Deepak Kumar23-Jul-07 4:55 
QuestionCan't repair my .Net Software Pin
Nazmul Alam22-Jul-07 22:10
Nazmul Alam22-Jul-07 22:10 
AnswerRe: Can't repair my .Net Software Pin
Paul Conrad25-Jul-07 16:01
professionalPaul Conrad25-Jul-07 16:01 
QuestionMerge dll into exe Pin
charbelasmar19-Jul-07 0:53
charbelasmar19-Jul-07 0:53 
AnswerRe: Merge dll into exe Pin
Kevin McFarlane19-Jul-07 2:59
Kevin McFarlane19-Jul-07 2:59 
GeneralRe: Merge dll into exe Pin
Mike Dimmick19-Jul-07 3:12
Mike Dimmick19-Jul-07 3:12 
Question.NET code reverse engineering Pin
K.P.Kannan19-Jul-07 0:32
K.P.Kannan19-Jul-07 0:32 
AnswerRe: .NET code reverse engineering Pin
Mike Dimmick19-Jul-07 3:16
Mike Dimmick19-Jul-07 3:16 
AnswerRe: .NET code reverse engineering Pin
Paul Conrad19-Jul-07 7:32
professionalPaul Conrad19-Jul-07 7:32 
Questionunique values Pin
n_gchaitra18-Jul-07 17:39
n_gchaitra18-Jul-07 17:39 
AnswerRe: unique values Pin
Paul Conrad18-Jul-07 19:29
professionalPaul Conrad18-Jul-07 19:29 
GeneralRe: unique values Pin
n_gchaitra19-Jul-07 2:07
n_gchaitra19-Jul-07 2:07 

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.