| |

VerySource

 Forgot password?
 Register
Search
Author: razorman

asp.net MVC was asked to be depressed. .

[Copy link]

1

Threads

6

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

Post time: 2020-6-21 16:30:01
| Show all posts
The code generated by the form designer includes:
this.DorpdownList_SelectChanged+= new System.EventHandler(this.DorpdownList_SelectChanged);
Reply

Use magic Report

0

Threads

21

Posts

12.00

Credits

Newbie

Rank: 1

Credits
12.00

 South Africa

Post time: 2020-6-24 20:15:01
| Show all posts
saintfrostyis very good.
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-23 21:45:01
| Show all posts
"I think if you know the specific development framework and forget about such a low-level framework as MVC, it is better than those who clamor about MVC but invent MVC all day."
Reply

Use magic Report

0

Threads

2

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-23 22:00:01
| Show all posts
MVC and three-tier architecture are essentially different.

The three-tier architecture, hence the name Siyi, is an architectural system of the entire system, which can be reflected in the physical or logical structure of the system.

MVC is just a pattern, a design pattern that can be used in the presentation layer. (Simply put, it is to control the user's access to the system again)
Reply

Use magic Report

0

Threads

2

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-23 22:15:01
| Show all posts
How does asp.net know to call the SelectChanged event of DropdownList without calling other events:
    This problem is big, it seems we have to start with the relationship between man and the universe :)
    Asp.net's judgment on this problem is mainly based on the html mechanism, so to answer this question, I am afraid that we must start with the http protocol.

How to share business processing library between WinForm program and asp.net program:
    The sharing of the class library is very simple, as long as the business processing logic is encapsulated into an assembly.
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-23 22:30:01
| Show all posts
Talk about MVC under asp.net? No one will write action.aspx under asp.net unless the person does not understand .net.
The .net controller is actually the event loading of the control. All are implemented in the background cs code of the page.
Does this interviewer understand .net?
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 Invalid IP Address

Post time: 2020-8-23 23:00:01
| Show all posts
ASPX ==> VIEW
CodeBehind ==> MODEL + CONTROLLER

More elegant
aspx ==> VIEW
CodeBehind ==> CONTROLLER
Plain object ==> MODEL
Reply

Use magic Report

0

Threads

2

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

Post time: 2020-8-23 23:15:01
| Show all posts
"How does asp.net know to call the SelectChanged event of the DropdownList and not call other events?"

-------------------------
UP UP UP!

Regarding this problem, it can be contacted from http request, client-side javascript, server-side event handling, and delegates.
More is the asp.net page life cycle,

Just ask if you can just drag the controls and build a fool-like website
Reply

Use magic Report

0

Threads

2

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

Post time: 2020-8-23 23:30:01
| Show all posts
According to the upstairs
I am a fool.
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-24 00:00:01
| Show all posts
The interviewer is a fool who only knows theories. It doesn't matter if you don't go to this kind of company, you will only talk about it.
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list