This category groups all content related to ASP.NET
And that’s a rap. The 2010’s Most valuable Professional Summit is now over. It took place in Bellevue & Redmond, Washington, and for those who couldn’t be there for all the good stuff in the agenda, well, eyes wide open for blogs, tweets and streams.
In the meantime, get yourself on the run for that distinguished MVP title and get your ticket to next year’s summit as well as your trophy-kit. The girls will love it… I guess :o)
Next, on April 12th, Microsoft will be pairing with DevConnections for the Visual Studio Launch at the Bellagio Hotel and Casino...
Following September's launch of the new Microsoft CDN (Content Delivery Network Service), in which you can reference ajax libraries in cache, Microsoft recently added SSL support, thus confirming Microsoft's announcement back then. This new feature is necessary in websites that have SSL enabled pages and script library references in them. What would happen until now was a message displaying "This page contains both secure and non-secure items...".
SSL support is now enabled with the scripts hosted on the Microsoft AJAX CDN. Simply use an “https” moniker with any script references on your site that point to the CDN, and they...
One of the first novelties straight from PDC 2009 is the release of ASP.NET MVC 2 Beta for Visual Studio 2008.
Q: What happens when you cross a Silverlight application with Bing Maps?
A: A full fledged geographical DeepZoom navigation experience.
This is what you get with the new Bing maps Silverlight Control now available from Microsoft.
Microsoft recently released an updated version of their Facebook SDK for .NET developers. This is the result of a joint partnership between Clarity Consulting and the Concept Development Team at Microsoft.
According to Microsoft "the goal is to enable .NET developers to quickly and easily leverage the various features of the Facebook Platform." The software giant has provided samples and tools for helping develop Facebook applications in the various .NET platforms including: ASP.NET, Silverlight, WPF and WinForms. Microsoft has also release the source code for the API, components, controls, and samples."
The main goals driving the release of version 3.0 are:
• Provide...
Telerik released the new ASP.NET MVC extensions that complemment the ASP.NET MVC framework by delivering a server-based framework that integrates with client-side modules based on popular JavaScript library, jQuery. Here's what you can expect from this release:
Pure ASP.NET MVC components
Built on top of ASP.NET MVC to leverage its values - lightweight rendering, clean HTML, separation of concerns, and testability.
Completely Open Source
The Extensions are licensed under the widely adopted GPLv2. A commercial license with support is also available.
Exceptional Performance
No postbacks, no ViewState, and no page lifecycle. The Web Asset Managers optimize the delivery of CSS and JavaScript, so no precious HTTP...
Microsoft released MSXML 4.0 Service Pack 3. MSXML SP3 Core Services are a complete replacement of MSXML 4.0, MSXML 4.0 Service Pack 1 (SP1) and MSXML 4.0 Service Pack 2. MSXML 4.0 SP3 provides a number of security and reliability bug fixes:
Max Element Depth
MSXML4.0 SP3 supports using MaxElementDepth to limit the element depth of an XML document to be loaded into a DOM object. A zero (0) value means no limits on the element depth of an XML document. A non-zero value specifies the maximum depth. The default value for MSXML4.0 SP3 is 5000.
This property helps to avoid denial of...
If you are currently developing for the web and animations and sleek design is your game don't forget to check out Glimmer, a WPF-based application that harnesses the power of JQuery:
"Glimmer is a WPF-based Windows application that allows you to easily create interactive elements on your web pages by harnessing the power of the jQuery library. Without having to hand-craft your JavaScript code, you can use Glimmer’s wizards to generate jQuery scripts for common interactive scenarios. Glimmer also has an advanced mode, providing a design surface for creating jQuery effects based on your existing HTML and CSS."
Check it out here.
Yesterday Microsoft made available the Release Candidate of ASP.Net MVC 1.0. Today, you can download the Full Source code.
Get it here.
Scott Guthrie has just posted announcing the availability of ASP.NET MVC 1.0 Release Candidate. Great news for anyone developing in this technology.
The ASP.NET MVC Framework is a Model-view-controller framework which Microsoft is adding to ASP.NET. It allows software developers to build a Web application as a composition of three roles: Model, View and Controller. A Model represents the state of a particular aspect of the application. Frequently, a model maps to a database table with the entries in the table representing the state of the table. A Controller handles interactions and updates the model to reflect a change in state of...
Full ASP.NET Archive