Click here to Skip to main content
15,896,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: creating ajax from C# Pin
Hema Bairavan3-Jan-10 17:11
Hema Bairavan3-Jan-10 17:11 
AnswerRe: creating ajax from C# Pin
keyur satyadev3-Jan-10 19:03
keyur satyadev3-Jan-10 19:03 
NewsRe: creating ajax from C# [modified] Pin
Hema Bairavan3-Jan-10 19:58
Hema Bairavan3-Jan-10 19:58 
QuestionQuestion regarding major decline in data retrieval efficiency Pin
James Shao3-Jan-10 2:59
James Shao3-Jan-10 2:59 
AnswerRe: Question regarding major decline in data retrieval efficiency Pin
N a v a n e e t h3-Jan-10 4:46
N a v a n e e t h3-Jan-10 4:46 
GeneralRe: Question regarding major decline in data retrieval efficiency Pin
James Shao3-Jan-10 12:27
James Shao3-Jan-10 12:27 
QuestionUnit testing is a must learn technology for an asp.net programmer? Pin
popchecker2-Jan-10 19:49
popchecker2-Jan-10 19:49 
AnswerRe: Unit testing is a must learn technology for an asp.net programmer? Pin
N a v a n e e t h3-Jan-10 4:57
N a v a n e e t h3-Jan-10 4:57 
First of all, unit testing is not a technology. It's a practice.

popchecker wrote:
Unit test would be an over kill for small asp.net projects.


I don't think so. Most of the projects start as small and evolve to a bigger one. In such cases unit testing helps you to catch errors when you move code around and add more code. When the application is small, number of unit tests also will be small. So I don't see anything wrong in having that.

popchecker wrote:
I believe testing how aspx pages rendering is an important fact


I am afraid that is not unit testing.

Usually you don't write unit tests for the presentation part. You need to split the things that needs testing from the UI and keep UI very thin. Patterns like MVC and MVP helps you to achieve this kind of design.

popchecker wrote:
I know the free tool NUnitAsp but the development on this project is terminated. I also found some other tools like selenium. How is your opinion about it?


I haven't used it so far. But I have heard some good comments about selenium.

popchecker wrote:
Is it worth to learn NUnit test for asp.net?


Yes.

Best wishes,
Navaneeth

GeneralRe: Unit testing is a must learn technology for an asp.net programmer? Pin
popchecker3-Jan-10 17:16
popchecker3-Jan-10 17:16 
GeneralRe: Unit testing is a must learn technology for an asp.net programmer? Pin
N a v a n e e t h3-Jan-10 21:39
N a v a n e e t h3-Jan-10 21:39 
GeneralRe: Unit testing is a must learn technology for an asp.net programmer? Pin
popchecker3-Jan-10 22:43
popchecker3-Jan-10 22:43 
QuestionAjax modal pop up for dynamic control Pin
Hema Bairavan2-Jan-10 18:48
Hema Bairavan2-Jan-10 18:48 
Questionexecuting procedure, Pin
Hema Bairavan2-Jan-10 17:40
Hema Bairavan2-Jan-10 17:40 
AnswerRe: executing procedure, Pin
Brij2-Jan-10 23:04
mentorBrij2-Jan-10 23:04 
GeneralRe: executing procedure, Pin
Hema Bairavan3-Jan-10 2:06
Hema Bairavan3-Jan-10 2:06 
GeneralRe: executing procedure, Pin
Brij3-Jan-10 3:28
mentorBrij3-Jan-10 3:28 
AnswerRe: executing procedure, Pin
N a v a n e e t h3-Jan-10 5:38
N a v a n e e t h3-Jan-10 5:38 
GeneralRe: executing procedure, Pin
Hema Bairavan3-Jan-10 5:51
Hema Bairavan3-Jan-10 5:51 
GeneralRe: executing procedure, Pin
N a v a n e e t h3-Jan-10 6:11
N a v a n e e t h3-Jan-10 6:11 
GeneralRe: executing procedure, Pin
Hema Bairavan3-Jan-10 6:18
Hema Bairavan3-Jan-10 6:18 
Questionasp:menu issue Pin
THE SK2-Jan-10 9:42
THE SK2-Jan-10 9:42 
AnswerRe: asp:menu issue Pin
Abhijit Jana2-Jan-10 10:19
professionalAbhijit Jana2-Jan-10 10:19 
GeneralRe: asp:menu issue Pin
THE SK2-Jan-10 10:30
THE SK2-Jan-10 10:30 
GeneralRe: asp:menu issue Pin
Abhishek Sur2-Jan-10 10:54
professionalAbhishek Sur2-Jan-10 10:54 
GeneralRe: asp:menu issue Pin
THE SK2-Jan-10 11:03
THE SK2-Jan-10 11:03 

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.