
October 4, 2012 07:42 by
Jervis
In this article, I will discuss new features of LightSwitch. In Visual Studio 2012, LightSwitch is included as a core part and we can create the LightSwitch application from Visual Studio 2012 IDE. LightSwitch will be available as a Project Template group Node in the Visual Studio 2012.
New LightSwitch Architecture
Visual Studio 2012 LightSwitch has a lot of enhancements including OData Services which leads to define the new architecture for the LightSwitch Application Development.
Microsoft Visual Studio LightSwitch is a development environment designed to simplify and shorten the development of typical forms-over-data applications for businesses. Regardless of your development skills—whether you're a beginner or an experienced developer—LightSwitch enables you to quickly create professional-quality business applications and data services. – From MSDN
You can get more details about the LightSwitch Architecture, please have a look at MSDN.
New Enhancements in LightSwitch 2012
There are ton of new features included in the Visual Studio 2012 LightSwitch. We will briefly discuss about all the new features of the new enhanced LightSwitch.
Connecting with OData Services:
LightSwitch 2012 now supports Open Data Protocol Services.
The Open Data Protocol (OData) is a Web protocol for querying and updating data that provides a way to unlock your data and free it from silos that exist in applications today. – From OData
We can represent the data from a published Visual Studio LightSwitch web application as an OData Data source which can consumed by other applications.
Formatting Numbers & Dates:
We can easily format the Numbers and Dates using Format Pattern property in LightSwitch 2012. This Format Pattern Property is available only for the particular data types.
New Data Types in LightSwitch:
Visual Studio LightSwitch team has introduced two more Data Types namely Percent and Web Address. Here the Decimal will be treated as Percent business type and the String will be treated as Web Address.
Static Label & Image Control:
LightSwitch 2012 includes two more controls which can be used to display the content statically without binding data. These controls can be used to display the static texts about the organization and logo.
Improved Application Security:
In LightSwitch Business Application we can apply security by two ways like Forms Authentication and Windows Authentication, In Windows Authentication it is possible to provide the Roles & Permissions to Active Directory User Groups.
Download Visual Studio 2012
You can download the Visual Studio 2012 90 days trail version from the Microsoft site.
http://www.microsoft.com/visualstudio/11/en-us/downloads
Summary
Well, we done with the brief intro about the new features of Visual Studio LightSwitch 2012. If you want to try this new features, you can start your LightSwitch site with us.

September 28, 2012 08:10 by
Jervis
Visual Studio includes significant improvements to make it faster and more responsive than previous versions. These improvements including:
- Making better use of multi-core processors when compiling applications.
- Using less virtual memory, which greatly reduces the footprint and resources required.
- Loading projects asynchronously and loading key parts of the project first, so that developers can start working faster. When deploy it on shared hosting environment, it will be very helpful for developers
Designer Enhancements
Visual Studio includes a new design surface for creating great looking applications and user interfaces. Project formats are now consistent between Blend for Visual Studio 2012 and Visual Studio 2012, and both IDEs use the same designer surface. This ensures that the application renders identically in both environments. Blend provides powerful design tools that help developers to optimize the look and feel of their applications. Blend offers a number of improvements, which include:
- DOM manipulation improvements. Designers can now identify elements that have been moved or reparented by JavaScript.
- Artboard improvements. The Artboard now supports grid lines and snap to grid lines, the ability to turn adorners on or off, the ability to select all elements, and margin and padding value indicators.
- Improvements to CSS support. IntelliSense® now indicates syntactically invalid CSS selectors, and users are notified when properties are unrecognized.