|
|
|
| You are here : HOME > ASP |
 |
 |
Pro ASP.NET 2.0 E-Commerce in C# 2005 (Expert's Voice in .NET)
Price : $59.99 $0.74
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
Pro ASP.NET 2.0 E-Commerce in C# 2005 takes you through the e-commerce web application development cycle, from conception to coding to deployment and maintenance. It will also help you maximize your potential profits, learn what risks are involved, and take the necessary steps to minimize those risks. The book begins by introducing e-commerce systems and lays out the toolset. To help you learn about meeting and overcoming real-world challenges, the book features a case study of a fictional company, Little Italy Vineyards. As you progress through the book, you’ll focus on e-commerce requirements, then proceed to model the objects utilizing UML to generate and define the complete architecture for the example application. Once you put it all together, you’ll address the site coding. In this section, author Paul Sarknas demonstrates how the practical application of modern programming techniques, like web services and Ajax, can have direct impact on your customers user experience and the success of your site. After design and development are complete, the author focuses on utilizing the best deployment methods for maintaining the application and allowing maximum scalability. By the end of this book, you’ll have all the skills youll need to begin creating professional quality e-commerce systems from the ground up.
Customer Review :
No review yet |
 |
Building a Web 2.0 Portal with ASP.Net 3.5: None
Price : $44.99 $3.00
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
If you think you're well versed in ASP.NET, think again. This exceptional guide gives you a master class in site building with ASP.NET 3.5 and other cutting-edge Microsoft technologies. You learn how to develop rock-solid web portal applications that can withstand millions of hits every day while surviving scalability and security pressures -- not just for mass-consumer homepages, but also for dashboards that deliver powerful content aggregation for enterprises.
Written by Omar AL Zabir, co-founder and CTO of Pageflakes, Building a Web 2.0 Portal with ASP.NET 3.5 demonstrates how to develop portals similar to My Yahoo!, iGoogle, and Pageflakes using ASP.NET 3.5, ASP.NET AJAX, Windows Workflow Foundation, LINQ and .NET 3.5. Through the course of the book, AL Zabir builds an open source Ajax-enabled portal prototype (available online at www.dropthings.com), and walks you though the design and architectural challenges, advanced Ajax concepts, performance optimization techniques, and server-side scalability problems involved.
You learn how to: - Implement a highly decoupled architecture following the popular n-tier, widget-based application model
- Provide drag-and-drop functionality, and use ASP.NET 3.5 to build the server-side part of the web layer
- Use LINQ to build the data access layer, and Windows Workflow Foundation to build the business layer as a collection of workflows
- Build client-side widgets using JavaScript for faster performance and better caching
- Get maximum performance out of the ASP.NET AJAX Framework for faster, more dynamic, and scalable sites
- Build a custom web service call handler to overcome shortcomings in ASP.NET AJAX 1.0 for asynchronous, transactional, cache-friendly web services
- Overcome JavaScript performance problems, and help the user interface load faster and be more responsive
- Solve scalability and security problems as your site grows from hundreds to millions of users
- Deploy and run a high-volume production site while solving software, hardware, hosting, and Internet infrastructure problems
Building a Web 2.0 Portal with ASP.NET 3.5 also presents real-world ASP.NET challenges that the author has solved in building educational and enterprise portals, plus thirteen production disasters common to web applications serving millions of users. If you're ready to build state-of-the art, high-volume web applications, this book has exactly what you need.
Customer Review :
No review yet |
 |
Beginning Web Development, Silverlight, and ASP.NET AJAX: From Novice to Professional (Expert's Voice in .NET)
Price : $44.99 $22.49
Features
: - ISBN13: 9781590599594
- Condition: New
- Notes: BRAND NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence! Millions of books sold!
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
Beginning Web Development, Silverlight, and ASP.NET AJAX: From Novice to Professional aims to give you the skills you need to start building web applications with Microsoft’s next–generation technology as quickly as possible. Whether you’re interested in ASP.NET AJAX, Silverlight, or the technologies that support them (WPF, WCF, WF, etc.), this book is the starting point that you need. It adopts a “zero to hero” approach that concentrates on achieving practical results you can use in real projects rather than presenting a deep academic treatment that can’t be immediately applied. The aim is to give you, the reader, the knowledge you need to achieve the results you want with the minimum of fuss. When you’ve read this book, you’ll have a solid understand of all the techniques that are available, when to use them, and their relative strengths and weaknesses. What you’ll learn- Create next–generation web applications quickly and easily!
- Manipulate data, display information, and communicate with other services using the latest ASP.NET techniques and best practices
- Discover how the .NET 3.0 extensions (WPF, WCF, and WF) can make your web applications faster, more efficient, and easier to code than ever
- Understand how ASP.NET AJAX and Silverlight can be integrated into your ASP.NET websites in order to provide a cutting–edge user interface for your applications and the implications that such interfaces can have
Who this book is forThis book is for anyone with an interest in using Microsoft’s web development technologies. A basic familiarity with the .NET platform is useful, but anyone with an understanding of a web development language will benefit from the book, as all the key topics are presented from first principles.
Customer Review :
No review yet |
 |
ASP.NET Unleashed (2nd Edition)
Price : $54.99 $1.63
Average
Customer Rating : Not
yet rated |
|
Customer Review :
No review yet |
 |
Pro ASP.NET 3.5 in C# 2008 (Windows.Net)
Price : $59.99 $16.38
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
ASP.NET 3.5 is Microsoft’s revolutionary ASP.NET technology. It is the principal standard for creating dynamic web pages on the Windows platform. Pro ASP.NET 3.5 in C# 2008 raises the bar for high–quality, practical advice on learning and deploying Microsoft’s dynamic web solution. Seasoned .NET professionals Matthew MacDonald and Mario Szpuszta explain how you can get the most from this groundbreaking technology. They cover ASP.NET 3.5 as a whole, illustrating both the brand–new features and the functionality carried over from previous versions of ASP. This book will give you the knowledge you need to code real ASP.NET 3.5 applications in the best possible style.
Customer Review :
No review yet |
|
More
Results : [First] [Prev] 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 [Next] [Last]
Quick Link : 40 | 60 | 80 | 100
|
|
Questions & Answers
Question : How can I allow my website visitors to create text files in ASP.NET?
I have Microsoft IIS and I have written a simple ASP.NET application that should allow a user to create a file on my server. I have allowed the Internet User permission to write to my wwwroot folder, but the application still won't work, it throws an exception saying that access to the path is denied. What else can I do to allow my visitors to create files? Thanks.
Answer:
Any time you see the access to path denied error, that's usually because you have not properly granted permission to the folder for the process that is actually running ASP.NET. This is often the NETWORK SERVICE account, NOT the ASPNET worker account (WS 2003 and later).It is also possible that you are either not changing the name of the file being written, or you are not closing it and destroying the file object before someone else creates it. Only one user at a time can have a file open.
|
Question : How to retrieve user information from facebook by using classic asp?
I am trying to develop small applications on facebook by using classic asp. There are tons of information on how to do it in php or .net, I am wondering if it is possible to do it in classic asp.I would appreciate if anyone can provide some help. A simple program that can be added by facebook users and can retrieve the users id will be very helpful.Many thanks.
Answer:
dude your question is too technical for the morans that usually answer here on facebook ... very few that would understand what are you talkin about :) As for myself i don't think i have anything relevant ... however if i run into anything that would help you... promise i will email you or msg ;) wish you all the best and by the way great idea ;)
|
Question : How long does it take to master ASP.NET to a working degree?
I love PHP and I love programming, but I've come to the point that it has to be a job. I've searched for PHP programmer offers in my country, but they are close to none, everybody wants an ASP.NET expert. And they all want an 'expert' like it's so possible for everyone to be just perfect. Is ASP.NET hard opposed to PHP OOP and procedural?
Answer:
http://stackoverflow.com/questions/413731/how-long-would-it-take-a-non-programmer-to-learn-c-the-net -framework-and-sqlhttp://net.tutsplus.com/articles/how-to-become-a-freelance-web-developer/Try them. Luck!
|
Question : How much is the Crystal report license fee for Reports created using asp.net 2005?
I have created an asp.net application using VS Studio 2005 and used the Crystal reports available in VS 2005. I need to know the License fee for Crystal reports for using the same application on a public online website?
Answer:
http://www.recrystallize.com/merchant/crystal-reports/buy-crystal-reports.htm
|
Question : How do change the text in a asp:Button control while mouseover?
How do change the text in a asp:Button control while mouseover?
Answer:
Hi,In Asp.Net, we can get the mouserOver event for button using Page add attributes...For Example:You can use this type to fire Button Onmouse over event...PageLoad(){ btnExMouseOver.Attributes.Add("onmouseover", "return validate();"); } Then just using java script for that function in HTML pageex: | | |