|
| Category: ASP.NET | | |
13 Articles found and displayed in this view.
- Incorporating ASP.NET MVC and SQL Server Reporting Services, Part 1
Magazine/Issue: CoDe Magazine, 2010 SepOct Release Date: Friday, August 20, 2010
Quick ID: 1009061
Your ASP.NET MVC application needs reports. What do you do? In this article, I will demonstrate how simple it is to weave SQL Server Reporting Services (SSRS) into your ASP.NET MVC Applications.Your ASP.NET MVC application needs reports. What do you do? In this article, I will demonstrate how simple it is to weave SQL Server Reporting Services (SSRS) into your ASP.NET MVC Applications.Your ASP.NET MVC application needs reports. What do you do? In this article, I will demonstrate how simple it is to weave SQL Server Reporting Services (SSRS) into your ASP.NET MVC Applications.Your ASP.NET MVC application needs reports. What do you do? In this article, I will demonstrate how simple it is to weave SQL Server Reporting Services (SSRS) into your ASP.NET MVC Applications.
- ASP.NET MVC & the ADO.NET Entity Framework
Magazine/Issue: CoDe Magazine, 2010 SepOct Release Date: Friday, August 20, 2010
Quick ID: 1009071
Both ASP.NET MVC and the ADO.NET Entity Framework are both very popular topics right now in the developer community.Having spoken at various user group meeting and code camps it is very obvious to me what topics a lot of developers are interested in. I see that sessions about ASP.NET MVC or the Entity Framework are always packed with developers eager for more information. The focus of this article is the Entity Framework, but in the context of an ASP.NET MVC application. As such, I am assuming at least basic understanding of ASP.NET MVC but little-to-none with Entity Framework.
- Hour 1 - Getting Started with ASP.NET 4
Magazine/Issue: Online CoDe Magazine, Book Excerpts Release Date: Monday, July 19, 2010
Quick ID: 100163
Scott Mitchell introduces you to ASP.NET, shows you how to install Visual Web Developer, along with the .NET Framework and SQL Server 2008, and helps you create your first ASP.NET page.
- What’s New in ASP.NET 4.0, Part One: Core Engine Features
Magazine/Issue: Online CoDe Magazine, The Web View Release Date: Monday, May 17, 2010
Quick ID: 100133
Microsoft released the .NET Runtime 4.0 and with it comes a brand spanking new version of ASP.NET - version 4.0 - which provides an incremental set of improvements to an already powerful platform. .NET 4.0 is a full release of the .NET Framework, unlike version 3.5, which was merely a set of library updates on top of the .NET Framework version 2.0. Because of this full framework revision, there has been a welcome bit of consolidation of assemblies and configuration settings. The full runtime version change to 4.0 also means that you have to explicitly pick version 4.0 of the runtime when you create a new Application Pool in IIS, unlike .NET 3.5, which actually requires version 2.0 of the runtime.
- New Features in WCF 4 that Will Instantly Make You More Productive
Magazine/Issue: CoDe Magazine, 2010 MayJun Release Date: Friday, May 07, 2010
Quick ID: 1006061
WCF 4 is all about productivity.
- Exploring the Bing API Using WCF
Magazine/Issue: CoDe Magazine, 2010 MayJun Release Date: Friday, May 07, 2010
Quick ID: 1006091
The TV commercials took me and many others by surprise. A stream-of-conscienceless-style ad that had our brains struggling to catch up with the next topic that the next person blurted out. Funny enough, the bouncing from topic to topic by the actors in the commercial seem to be a familiar metaphor to anyone that has traversed search results at one time or another. And at the end, a familiar logo appears: Microsoft, followed by a not-so-familiar one: Bing.
- ASP.NET MVC and the Spark View Engine
Magazine/Issue: CoDe Magazine, 2010 MarApr Release Date: Friday, February 12, 2010
Quick ID: 1003051
Getting friendly with HTML in ASP.NET MVC just got a whole lot easier.In this article, I’ll delve into the Spark View Engine, an alternate view engine for the ASP.NET MVC Framework. Spark’s main goal is to allow HTML to dominate the flow of view development while allowing code to fit in seamlessly.
- Supercharging ASP.NET MVC with MvcContrib
Magazine/Issue: CoDe Magazine, 2010 MarApr Release Date: Friday, February 12, 2010
Quick ID: 1003111
Hot on the heels of the groundbreaking release of ASP.NET MVC CTP 1 in December of 2007, an open source project called MvcContrib came to life.MvcContrib has enjoyed tens of thousands of downloads since it started in December of 2007. In this article, I will explain MvcContrib; it’s major components, how to use it, and how to get involved in its continued development.
- Chapter 1: RESTful Systems: Back to the Future
Magazine/Issue: Online CoDe Magazine, Book Excerpts Release Date: Monday, January 11, 2010
Quick ID: 090143
Developers are rapidly discovering the power of REST to simplify the development of even the most sophisticated Web services—and today’s .NET platform is packed with tools for effective REST development. Now, for the first time, there’s a complete, practical guide to building REST-based services with .NET development technologies.
- My Top Three Favorite Things About SharePoint 2010
Magazine/Issue: CoDe Magazine, 2010 JanFeb Release Date: Friday, December 11, 2009
Quick ID: 1001031
Aside from the obvious summary here, Sahil goes into details about why you should also be happy about these three SharePoint 2010 features. In his words, these features give a SharePoint architect so much more flexibility in implementing and delivering SharePoint projects that they will invariably prove to be extremely valuable.SharePoint 2007 has been a very successful product for many reasons. Perhaps it is the good applicability of .NET to SharePoint. Maybe it is the fact that SharePoint gives you so much beyond plain vanilla ASP.NET, that it gets both techies and business users excited.Having been available for about three years now, there has been time for developers to discover a few rough edges to the product as well.
- Ask the Doc Detective
Magazine/Issue: CoDe Magazine, 2010 JanFeb Release Date: Friday, December 11, 2009
Quick ID: 1001111
- A Guided Tour of What to Look for in ASP.NET 4.0
Magazine/Issue: CoDe Magazine, 2009 Nov/Dec Release Date: Friday, October 23, 2009
Quick ID: 0911051
- Ultra-Fast ASP.NET: CHAPTER 3: Caching
Magazine/Issue: Online CoDe Magazine, Book Excerpts Release Date: Monday, January 01, 1753
Quick ID: 100013
Caching is an important cornerstone of high-performance web sites. You can use it to accomplish the following:
Reduce round-trips: Content cached at the client or in proxies can eliminate web server round-trips. Content cached at the web server can eliminate database round-trips.
Move content closer to clients: The farther away from clients content is located, the longer it takes to retrieve.
Avoid time-consuming processes of regenerating reusable content: For content that takes a lot of time or resources to generate, system performance and scalability are improved if you can generate content once and then reuse it many times.
Optimize state management: Caching state information at the client is more scalable than storing it in a central location (within certain bounds, as discussed later).
|  | |  |  |
|