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

.NET (Core and Framework)

 
QuestionHow to do .Net performance measures? Pin
ffgtrg1616g261225-Jul-07 2:59
ffgtrg1616g261225-Jul-07 2:59 
AnswerRe: How to do .Net performance measures? Pin
Paul Conrad25-Jul-07 8:57
professionalPaul Conrad25-Jul-07 8:57 
GeneralRe: How to do .Net performance measures? Pin
ffgtrg1616g261225-Jul-07 22:48
ffgtrg1616g261225-Jul-07 22:48 
GeneralRe: How to do .Net performance measures? Pin
Paul Conrad26-Jul-07 10:11
professionalPaul Conrad26-Jul-07 10:11 
Question.Net 2.0, Classic ASP, and IIS 5.x Pin
#realJSOP25-Jul-07 1:43
professional#realJSOP25-Jul-07 1:43 
AnswerRe: .Net 2.0, Classic ASP, and IIS 5.x Pin
kubben25-Jul-07 2:06
kubben25-Jul-07 2:06 
AnswerRe: .Net 2.0, Classic ASP, and IIS 5.x Pin
Pete O'Hanlon25-Jul-07 3:13
mvePete O'Hanlon25-Jul-07 3:13 
Questionchanging the input language only for my own application Pin
jamilkhan00724-Jul-07 20:57
jamilkhan00724-Jul-07 20:57 
QuestionVisual Studio Pin
boyindie23-Jul-07 23:03
boyindie23-Jul-07 23:03 
AnswerRe: Visual Studio Pin
Colin Angus Mackay23-Jul-07 23:18
Colin Angus Mackay23-Jul-07 23:18 
GeneralRe: Visual Studio Pin
boyindie23-Jul-07 23:21
boyindie23-Jul-07 23:21 
Questiondoubt Pin
shankari.L23-Jul-07 22:59
shankari.L23-Jul-07 22:59 
AnswerRe: doubt Pin
Paul Conrad24-Jul-07 5:52
professionalPaul Conrad24-Jul-07 5:52 
QuestionRiddle me this Batman... Pin
BoneSoft23-Jul-07 5:28
BoneSoft23-Jul-07 5:28 
AnswerRe: Riddle me this Batman... Pin
Dave Kreskowiak23-Jul-07 5:53
mveDave Kreskowiak23-Jul-07 5:53 
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 

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.