我想请问一下: Visual C# MVP 和 Asp.net MVP 有什么区别?? C#不就是用来开发Asp.net的吗?

whyNotHere 2005-07-09 11:36:57
?
...全文
198 16 打赏 收藏 转发到动态 举报
写回复
用AI写文章
16 条回复
切换为时间正序
请发表友善的回复…
发表回复
wh8254 2005-07-14
  • 打赏
  • 举报
回复
不要再说了,够清楚了!
强烈建议楼主找些.net基础的书籍看下!
bflovesnow 2005-07-14
  • 打赏
  • 举报
回复
楼上的 星星 们解释得很详细了.
sylmoon 2005-07-14
  • 打赏
  • 举报
回复
C#也可以开发winform啊。ASP.NET也可以用VB.NET等开发。两者有些重叠。但是还是不一样地。
oneway888 2005-07-14
  • 打赏
  • 举报
回复
so many stars
蒋晟 2005-07-14
  • 打赏
  • 举报
回复
用C++的话只能写ASP.Net的Web Service玩……
lzzw 2005-07-09
  • 打赏
  • 举报
回复
C# 是一门.NET开发语言,ASP.NET可以理解是一个.NET的技术。
支持.NET 的语言都可以开发ASP.NET ,XML Web-Services或者Windows Forms..等等。
比如:VB.NET同样可以开发ASP.NET。
whyNotHere 2005-07-09
  • 打赏
  • 举报
回复
楼上的是:
--------------
于淼

CSDN帐号:CMIC
所属领域:Visual Developer - Visual C#
个人blog:http://www.donews.net/cmic

yilan505 2005-07-09
  • 打赏
  • 举报
回复
.....无语.....
CMIC 2005-07-09
  • 打赏
  • 举报
回复
其实LaoDai_Net(『老代』) 说的已经很清楚了
不是,是说Visual C#是可以开发 Asp.net,但 Asp.net可不一点要用C#开发,所以你的说法不对。
whyNotHere 2005-07-09
  • 打赏
  • 举报
回复
那这个意思是不是Visual C#  涵盖了 Asp.net, 可以这样说不?
老戴12345654 2005-07-09
  • 打赏
  • 举报
回复
C#不止可以开发ASP.NET 还可以开发WINFORM运用等等
ASP.NET不止可以用C#开发,还可以用VB.NET J#等等
zhongwanli 2005-07-09
  • 打赏
  • 举报
回复
WU YU
wormwormwormworm 2005-07-09
  • 打赏
  • 举报
回复
.....无语.....
TechnoFantasy 2005-07-09
  • 打赏
  • 举报
回复
C#也可以开发winform啊。ASP.NET也可以用VB.NET等开发。两者有些重叠。但是还是不一样地。
colinliu 2005-07-09
  • 打赏
  • 举报
回复
C#不止可以开发ASP.NET 还可以开发WINFORM运用等等
ASP.NET不止可以用C#开发,还可以用VB.NET J#等等
csuc20 2005-07-09
  • 打赏
  • 举报
回复
C#可以用来开发ASP.NET程序,而反过来ASP.NET程序可以有很多种开发方式啊。
你可以使用.NET支持的语言(C#、VB.NET、JAVA.NET等)来开发ASP.NET程序,甚至也可以直接写ASPX文件来开发,我同事就是这样,呵呵,他不喜欢用.NET环境,也不喜欢用C#。
Refactoring is an effective way to quickly uncover problematic code and fix it. In this first book to provide a hands-on approach to refactoring in C# and ASP.NET, you’ll discover to apply refactoring techniques to manage and modify your code. Plus, you’ll learn how to build a prototype application from scratch and discover how to refactor the prototype into a properly designed, enterprise-level application. With the help of step-by-step directions, you’ll gain a better understanding of different code issues and refactoring transformations. Many of these transformations are developed from real-world scenarios that are the result of key business decisions. In addition, you’ll find formal definitions of refactoring techniques that you’ll be able to refer to while on the job. This book covers the refactoring techniques that will enable you to become more efficient and productive. You’ll be able to use this information to respond to change and improve the design of existing code. What you will learn from this book How to assemble your own refactoring toolkit Techniques for performing unit testing Tips on refactoring to patterns How to use refactoring to upgrade legacy C# and ASP.NET code Ways to take advantage of the method extraction to eliminate duplicated code How to make code simpler, easier to modify, and more understandable All about object oriented theory and design patterns Methods for using LINQ and other C# 3.0 enhancements Who this book is for This book is for C# and ASP.NET developers who want to learn how to effectively manage and modify their code with refactoring tools and features. Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job. About the Author Danijel Arsenovski is an author, software architect, and agile coach. Currently, he works as Product and Solutions Architect at Excelsys S.A., designing web 2.0 banking solutions for numerous clients in the region. He started experimenting with refactoring while overhauling a huge banking system, and he hasn’t lost interest in refactoring ever since. He is known for evangelizing about refactoring on the .NET platform. Arsenovski is a contributing author for Visual Studio Magazine, .NET Developers Journal, and Visual Systems Journal. He holds the Microsoft Certified Solution Developer (MCSD) certification, and was named Microsoft MVP in 2005. You can reach him at danijel.arsenovski@empoweragile.com, and feel free to drop by at his blog at http://blog.refactoring.net.
Book Description Complete coverage of all key .NET 4 and Visual Studio 2010 languages and technologies.NET 4 is Microsoft’s latest version of their core programming platform, and Visual Studio 2010 is the toolset that helps write .NET 4 applications. This comprehensive resource offers one-stop shopping for all you need to know to get productive with .NET 4. Experienced author and .NET guru Mitchel Sellers reviews all the important new features of .NET 4, including .NET charting and ASP.NET charting, ASP.NET dynamic data and jQuery, and the addition of F# as a supported package language. The expansive coverage is divided into six distinctive parts for easy navigation, and addresses: Visual Studio 2010, .NET 4, ASP.NET, the C# language, the VB.NET language, and the new F# language. A practical approach and complete examples round out this much-needed reference. Focuses on the new and important features of the latest version Microsoft’s core programming platform-.NET 4-as well as Visual Studio 2010, which allows you to write .NET 4 applications Provides comprehensive coverage divided into six parts: Visual Studio 2010, .NET 4, ASP.NET, the C# language, the VB.NET language, and the new F# language Discusses Visual Studio snippets and templates, .NET charting components, the .NET framework and WPF, LINQ, and the Entity framework Explores various aspects of Visual Basic 2010, such as multi-line lambdas, auto-implemented properties, nullable optional parameters, and more This investigative look at .NET 4 and Visual Studio 2010 will help you identify and isolate key elements that can benefit you immediately. From the Back Cover Get up to date with the new Visual Studio 2010 and .NET 4 The .NET Framework has undergone extensive updates and improvements. To help you get up to speed with these changes, a team of .NET experts offers you this hands-on guide covering the changes to the latest versions of Visual Studio and .NET. Written with the experienced .NET developer in mind, this reference is broken into six parts so that you can quickly locate the content you need regarding the following topics: Visual Studio, .NET 4, ASP.NET 4, VB. NET, C#, and finally, F# and other .NET languages. Detailed examples and summary chapters help you identify new features so that you can quickly acquire an understanding of the functionality they provide. Visual Studio 2010 and .NET 4 Six-in-One: Serves as a comprehensive overview of Visual Studio and .NET Discusses the Visual Studio 2010 IDE and its newest features Addresses the functionality provided by version 4 of the .NET Framework and Silverlight 4 Provides a foundation concerning ASP.NET 4 and VB.NET Explores the changes to the Visual Basic, C#, and F# languages Delves into other .NET languages, such as IronRuby and IronPython About the Author István Novák is a Microsoft MVP in Visual C# and an associate of Grepton, a Hungarian IT services company. András Velvárt is a Silverlight MVP, regular speaker at conferences, and the owner of Response Ltd., a consulting and WPF/Silverlight development company in Hungary. Adam Granicz is the CEO of IntelliFactory, a leading provider of F# training, development, and consulting services. He is the coauthor of two F# books and a regular speaker at conferences. Book Details Paperback: 1272 pages Publisher: Wrox (October, 2010) Language: English ISBN-10: 0470499486 ISBN-13: 978-0470499481
★ 程序说明:★ ☆ 网站技术:☆ 架构体系: 数据访问层 (Data Access Layer) (LINQ to SQL 实现) 存储库层 (Repository Layer) (Repository 模式 实现) 服务层 (Service Layer) 表示层 (Presentation Layer) (MVP (Model - View - Presenter) 模式 实现) 底层使用技术: 01. 控制反转 (Inversion of Control) (StructureMap 实现) 02. 日志技术 (Log4Net 实现) 03. 缓存技术 (标准) (System.Web.Caching 实现) 04. 缓存技术 (高级) (EnyimCache 实现) 05. 全文检索技术 (Lucene.Net 实现) 06. 扩展方法 (Extends Method) 07. 动态验证码 (System.Drawing 实现) 08. 密码加密 (System.Security.Cryptography 实现) 09. 发送邮件 (实时) (System.Net.Mail 实现) 10. 发送邮件 (队列) (MSMQ 实现) 页面使用技术: 01. 模板页 (MasterPage) 02. 主题 (Theme) 03. 皮肤 (Skin) 04. 用户自定义控件 (UserControl) 05. 站点地图 (Web.sitemap 实现) 06. URL重定向 (UrlRewrite) 07. 可视化HTML编辑器 (Xinha Editor) 08. 多文件上传 (Flash 实现) 09. 星级评分 (AjaxControlToolkit Rating 实现) ☆ 网站模块:☆ - 用户账号 模块 (User Accounts) (功能:账号注册、账号登陆、密码找回、编辑账号信息、验证邮箱真实性) - 用户资料 模块 (User Profiles) (功能:资料管理、资料显示、上传头像、设置隐私级别、动态消息显示墙) - 好友 模块 (Friends) (功能:查找好友、站内邀请好友、邮件邀请好友、导入好友邮箱、添加好友关系、删除好友关系、微博心情说说) - 站内信 模块 (Messages) (功能:发送站内信、删除站内信,回复站内信) - 图片相册 模块 (Albums) (功能:创建相册、编辑相册、删除相册、上传图片、编辑图片、删除图片) - 博客 模块 (Blogs) (功能:创建博客、编辑博客、删除博客) - 论坛 模块 (Forums) (功能:创建帖子、回复帖子) - 圈子 模块 (Groups) (功能:创建圈子、申请加入圈子、审核加入申请、参与圈子话题讨论) - 评论/标签/评级 模块 (Commenting/Tagging/Rating) (功能:发表评论,添加标签、添加评级) - 网站监控 模块 (Moderation) (功能:敏感词过滤、恶意脚本过滤、非法内容举报、非法内容审核) ☆ 管理员账号:☆ - 用户名:Lenovo - 密 码:88888888 ☆ 开发环境:☆ - [开发语言 版本] C# 3.0 - [.Net Framework 版本] 3.5 - [Visual Studio 版本] Microsoft Visual Studio 2008 with SP1 - [SQL Server 版本] Microsoft SQL Server 2008 R2 with SP2 ☆ 文件内容:☆ - [电子书] - [数据库] - [源代码] - [程序运行说明]

110,539

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧