我将在哪个网站上获得asp.net的面试问题 [英] which website will i get Interview Question in asp.net

查看:52
本文介绍了我将在哪个网站上获得asp.net的面试问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Server.Transfer和Response.Redirect之间的区别?
ASP 2.0和ASP 4.0之间的区别?

当我在Google中搜索时,我有了一个主意,但是我需要知道确切的区别.


在Google中搜索时,我没有清晰的材料来研究asp.net的基础知识,以改善我的职业生涯.

因此,有人会引导我使用该网站名称来学习asp.net 2.0,asp 4.0,c的基础知识并准备接受采访.

Difference between Server.Transfer and Response.Redirect?
Difference between asp 2.0 and asp 4.0?

When i search in Google i got an idea, But i need to know the Exact Difference.


While Search in Google i didnt got an clear materials to study the basic of asp.net for improve my carrer.

So anyone guide me the website name to study the basic of asp.net 2.0,asp 4.0,c sharp and prepare for interview.

推荐答案

有很多网站可供查找有关C#的教程.

您可以选择MSDN站点.最好.
There is many websites for finding the tutorials about C#.

You can prefer MSDN site. it is best.


Server.Transfer和Response.Redirect

Response.Redirect涉及到服务器的往返,而Server.Transfer通过避免往返来节省服务器资源.它只需将Web服务器的焦点更改到另一个页面,并将页面处理转移到另一个页面.

Response.Redirect可以用于 .aspx和html页面,而Server.Transfer只能用于 .aspx页面.
可以使用 Response.Redirect将用户重定向到外部网站. Server.Transfer只能在同一服务器上运行的站点上使用.您不能使用Server.Transfer将用户重定向到在其他服务器上运行的页面
Response.Redirect更改浏览器中的URL.这样就可以将它们添加为书签.而Server.Transfer将原始URL保留在浏览器中.它只是用新页面替换了上一页的内容.
并尝试这些链接


C#的基础
asp.net的基础
asp 2.0与asp 4.0
Server.Transfer and Response.Redirect

Response.Redirect involves a roundtrip to the server whereas Server.Transfer conserves server resources by avoiding the roundtrip. It just changes the focus of the webserver to a different page and transfers the page processing to a different page.

Response.Redirect can be used for both .aspx and html pages whereas Server.Transfer can be used only for .aspx pages.
Response.Redirect can be used to redirect a user to an external websites. Server.Transfer can be used only on sites running on the same server. You cannot use Server.Transfer to redirect the user to a page running on a different server
Response.Redirect changes the url in the browser. So they can be bookmarked. Whereas Server.Transfer retains the original url in the browser. It just replaces the contents of the previous page with the new one.
And try these links


Basics of c#
Basics of asp.net
asp 2.0 vs asp 4.0


假设您了解了这些问题的答案,并接受了另一次面试.那怎么了如果他们在那次采访中不问这些问题怎么办?如果他们想了解页面生命周期,或者如何最小化Viewstate,该怎么办?

这样的问题的问题在于,您正在改变自己,以及任何潜在的未来雇主.您想成为专业软件开发人员吗?如果这样做,则必须学习基础知识.买一些书,尝试示例,然后真正深入研究下面的情况.当您进行面试时,经验是无可替代的.如果您掌握了基础知识,那么如果您不了解两种看似相似的技术之间的区别,那么面试官就更有可能原谅您(尽管在这种情况下,是非常基本的东西).

底线:

买一些书并阅读
阅读在线教程
开发一些网站

我也想从书本上学习;请先阅读一遍,以使您了解所有内容,然后当您对编码有更多经验时,再阅读一遍-由于这种经验,前几章中的内容会变得容易得多.
Suppose that you learn the answers to these questions and get to another interview. Then what? What if they don''t ask these questions in that interview? What if they want to know about the page lifecycle, or how to minimize viewstate?

The problem with questions like this is that you are short changing yourself, and any potential future employer. Do you want to be a professional software developer? If you do, then you must learn the basics. Buy some books, try out the samples and really dig into what''s going on underneath. There is no substitute for experience when you go for interviews - and if you have the basics mastered, then interviewers are more likely to forgive you if you don''t understand the difference between two seemingly similar techniques (although in this case, it''s pretty basic stuff).

Bottom line:

Buy some books and read them
Read online tutorials
Develop some websites

My hint for learning from books as well; read them once to get your head around things and then read them again when you have more experience with the coding - things in earlier chapters will appear that much easier because of this experience.


这篇关于我将在哪个网站上获得asp.net的面试问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆