.NET news » Search results

Search results for query "net" (410):

Real-Time Web Apps Made Easy with WebSockets in .NET 4.5

In the world of browser-based development, interoperability is king. Unfortunately, interoperability can be at the expense of performance.

Building ASP.NET Single Page Applications in HTML 5 with Upshot

A Single Page Application (SPA) is a different way of building HTML 5 applications from traditional Web page development. Instead of spreading the functionality of your Web applications across a collection of separate Web pages with hyperlinks between them, you instead define a single root page that the user lands on and never leaves as long as they are working with your application. You define client-side logic that switches out the data and chunks of content within that page to allow the user to navigate from logical screen to logical screen without ever leaving the page. This means that the user never sees a full page refresh while using your application. They see portions of the screen change based on their interaction, and those changes can be done in a more fluid way with transitions to enhance the user experience. You can also support using the application while offline by storing data client-side, based on some of the newer APIs of HTML 5. Taking this approach makes an SPA feel very much like a desktop application to the end user.

2012-08-15 18:00:00   Source: Building ASP.NET Single Page...   Tags: ASP.NET

Model Validation in ASP.NET MVC

In this article we will see how to apply basic validations to a model and also we will see how to create custom validations by implementing the ValidationAttribute class or IValidatableObject interface.
2012-07-17 12:44:00   Source: Model Validation in ASP.NET MVC   Tags: ASP.NET

Exception Handling in ASP.NET MVC

Learn about the HandleError filter and discuss about the different exception handling mechanisms that will fit to an MVC application.
2012-07-17 11:00:00   Source: Exception Handling in ASP.NET MVC   Tags: ASP.NET

The Evolution of PowerBuilder .NET

Somebody was asking in the Sybase newsgroups “should I make the commitment to PB.NET?” and wanted non-marketing types to respond. I started to respond in the forums, but the eventual length of the response and its applicability to many other people resulted in my responding here. What PowerBuilder has always been good at – its differentiating factor – is allowing developers to rapidly build Windows client applications that are open with respect to the data source they work with. You can use other tools to do Windows client applications (e.g., C#, C++, etc.), but the primary advantage that PowerBuilder offers is that it accelerates the development effort. My gut feeling is that I can be an order of magnitude more productive using PowerBuilder to develop a Windows client than any other tool.

read more

2012-07-10 00:00:00   Source: The Evolution of PowerBuilder .NET   Tags: Build

Convenient way to remove items from first list when items are exist in second list in VB.NET

2012-07-02 22:05:00   Source: Convenient way to remove items from first list when items...   Tags: VB.NET

ASP.NET MVC 4: Test-Driving ASP.NET MVC

Learn best practices and techniques for enhancing the testability of your ASP.NET MVC applications.

ASP.NET: How to Handle Relational Data in a Distributed Cache

Iqbal Khan discusses how developers handle data relationships while caching data, and shows through source code examples how those relationships can be mapped. The net effect is that the application doesn’t have to keep track of those relationships in the cache. Rather, the cache is aware of them and handles them correctly.
2012-07-01 18:00:00   Source: ASP.NET: How to Handle Relational...   Tags: ASP.NET

ASP.NET MVC 4 Highlights - Part 2: Bundling and Minification

In the first installment of this series, I explored a few of the new features in ASP.NET MVC 4, including the new default project templates, mobile templates, and display modes. Since that article, ASP.NET MVC 4 has been released to beta. For brevity’s sake, when I refer to MVC the design pattern, I’m referring to the ASP.NET implementation of the pattern. In this installment, I’m going to focus on one of MVC’s most useful features: integrated JavaScript and CSS bundling and minification.

2012-06-26 18:00:00   Source: ASP.NET MVC 4 Highlights - Part 2:...   Tags: Mobile

Site is under maintenance, please visit later: - ASP.NET trick

As a web site owner we all boast about 24 x 7 uptime. But somewhere down below in our hearts we know it’s difficult.