Blog - Title

Browse by Tags

Tagged Content List
  • Blog Post: LightSwitch Tips & Tricks on Query Performance

    LightSwitch allows you to connect to multiple data sources, relate them together, and create screens to edit the data. These data sources can be a variety of databases like SQL Server and SQL Azure, SharePoint, and custom RIA services. With the release of Visual Studio 11 Beta , the next version of LightSwitch...
  • Blog Post: .NET Rocks! Podcast: Beth Massi Builds Apps with LightSwitch in Studio 11

    Check it out, I’ve got another podcast with Richard and Carl this time talking about the new features in LightSwitch in Visual Studio 11. I always have a ton of fun talking with these guys and you can tell I’m super excited about the next version of LightSwitch. Show #769: Beth Massi Builds Apps with...
  • Blog Post: "What’s New with LightSwitch in Visual Studio 11" Recording Available

    On Friday last week I delivered a webcast on the new LightSwitch features in Visual Studio 11 beta . I think it went pretty well considering it was the first time I had done the session end-to-end :-). You can now view the webcast recording here: Download: What's New with LightSwitch in Visual Studio...
  • Blog Post: Modernize Apps Look & Feel with Metro Studio and the Cosmopolitan Shell

    One of the design goals for LightSwitch in Visual Studio 11 was to modernize the look and feel of the UI. Back in March the team released the beta of the LightSwitch Cosmopolitan Shell and Theme . This theme and shell provides a bunch of improvements over the default one like displaying a logo at the...
  • Blog Post: I’m Speaking Next Week on What’s New with LightSwitch in Visual Studio 11

    I’ll be speaking next week at the East Bay.NET User Group in Berkeley as well as delivering a MSDN webcast on What’s New with LightSwitch in Visual Studio 11. I hope you can either make it in person or join in online to see and discuss the exciting new features LightSwitch will bring you. I always have...
  • Blog Post: LightSwitch Community & Content Rollup–April 2012

    Last Fall I started posting a rollup of interesting community happenings, content, samples and extensions popping up around Visual Studio LightSwitch . If you missed those rollups you can check them all out here: LightSwitch Community & Content Rollups April continued to roll out content around Visual...
  • Blog Post: Using the Save and Query Pipeline to Flag and Filter Data with LightSwitch in Visual Studio 11

    Note: This information applies to LightSwitch in Visual Studio 11 (LightSwitch V2) In business applications sometimes we need to flag records with additional attributes in response to business rules and then consistently filter those flagged records in some way or another throughout the application....
  • Blog Post: Working with SQL Server LocalDB in LightSwitch Projects in Visual Studio 11

    Note: This article applies to LightSwitch in Visual Studio 11 Beta (LightSwitch V2) In Visual Studio LightSwitch , when you design your data model through the Data Designer you are either creating new tables or attaching to external data sources. When you create new tables, LightSwitch automatically...
  • Blog Post: LightSwitch Companion Client Examples using OData

    One of the biggest features with LightSwitch in Visual Studio 11 is the Open Data Protocol (OData) support. OData is a standard Web protocol for exchanging data on the web which provides easy, secure access into data stores. Not only can you consume OData services in LightSwitch, the middle-tier services...
  • Blog Post: MSDN Webcast: What's New with LightSwitch in Visual Studio 11

    Join me next month as I take you on a tour of the new features of LightSwitch in Visual Studio 11 . What's New with LightSwitch in Visual Studio 11 Friday, May 11, 2012 1:00 PM Pacific Time Microsoft Visual Studio LightSwitch is the simplest way to build business applications and data services for the...
  • Blog Post: LightSwitch Community & Content Rollup–March 2012

    Last Fall I started posting a rollup of interesting community happenings, content, samples and extensions popping up around Visual Studio LightSwitch . If you missed those rollups you can check them all out here: LightSwitch Community & Content Rollups March was filled with a flurry of content around...
  • Blog Post: LightSwitch IIS Deployment Enhancements in Visual Studio 11

    Note: This information applies to LightSwitch in Visual Studio 11 Beta ONLY (LightSwitch V2). For information on deploying LightSwitch applications built with Visual Studio 2010 (LightSwitch V1), please see: Deployment Guide: How to Configure a Web Server to Host LightSwitch Applications In my last post...
  • Blog Post: LightSwitch in Visual Studio 11 Beta Resources

    If you haven’t noticed the LightSwitch team has been releasing a lot of good content around the next version of LightSwitch in Visual Studio 11 . We’ve created a page on the LightSwitch Developer Center with a list of key Beta resources for you. Check back to the page often as we add more content each...
  • Blog Post: Deploying LightSwitch Applications to IIS6 & Automating Deployment Packages

    A lot of folks have asked me for information on how to publish a LightSwitch application to IIS6. With the help of a couple team members we finally got the steps written down. This is a follow up to the detailed IIS7 on Windows Server 2008 deployment guide which you should familiarize yourself with first...
  • Blog Post: LightSwitch Cosmopolitan Shell and Theme for VS 11 Beta

    NOTE: This information applies to LightSwitch in Visual Studio 11 beta. Last week the team released the LightSwitch Cosmopolitan Shell and Theme for Visual Studio 11 Beta and there has been a ton of great feedback so far. So this morning I decided to update my Contoso Construction sample application...
  • Blog Post: Creating and Consuming LightSwitch OData Services

    NOTE: This information applies to LightSwitch in Visual Studio 11 beta. In the next version of LightSwitch , we’ve added support for OData services , both consuming external services as well as producing services from the LightSwitch middle-tier. The Open Data Protocol (OData) standardizes the way we...
  • Blog Post: LightSwitch Community & Content Rollup–February 2012

    Well I know I’m a little late getting this one out but I’ve been busy travelling all over the world and trying to sell and move out of my house so I apologize, it’s been a busy month! If you missed the previous rollups you can view them here . The big news last week of course was the release of Visual...
  • Blog Post: Enhance Your LightSwitch Applications with OData

    NOTE: This information applies to LightSwitch in Visual Studio 11 beta. As John announced Wednesday on the LightSwitch Team Blog , the next version of Visual Studio will include LightSwitch right in the box and there are a lot of awesome new features. My personal favorite is the Open Data Protocol...
  • Blog Post: LightSwitch Screen Tips: Scrollbars and Splitters

    Often times in business applications we have a lot of information to present on a screen, and depending on the user’s screen resolution that information may scroll off the page. Visual Studio LightSwitch ’s screen templates are set to automatically apply a vertical scrollbar to screens when this happens...
  • Blog Post: LightSwitch Community & Content Rollup–January 2012

    Last Fall I started posting a rollup of interesting community happenings, content, samples and extensions popping up around Visual Studio LightSwitch . If you missed those rollups you can check them out here: LightSwitch Community & Content Rollup–September 2011 LightSwitch Community & Content...
  • Blog Post: Calling Web Services to Validate Data in Visual Studio LightSwitch

    Very often in business applications we need to validate data through another service. I’m not talking about validating the format of data entered – this is very simple to do in LightSwitch -- I’m talking about validating the meaning of the data. For instance, you may need to validate not just the format...
  • Blog Post: Using Different Edit Screens Based on Record Types (Table Inheritance)

    I had a reader ask a question this week on how to use Visual Studio LightSwitch to open different Edit Detail screens based on the “type” of record. This is a very common thing to do especially for data models that use table inheritance (or sub-tables). For instance say we are building an application...
  • Blog Post: Creating Cascading Drop Down Lists in Visual Studio LightSwitch

    A common technique on data entry screens is using one “drop down list” (called an auto-complete box in LightSwitch) as a filter into the next. This limits the amount of choices that need to be brought down and guides the user into easily locating values. This technique is also useful if you have cascading...
  • Blog Post: LightSwitch Community & Content Rollup– December 2011

    Happy New Year everyone! I hope you all had a wonderful holiday and enjoyed some well-deserved time off. I sure did! Now that I’m back in the office I’m a few days overdue for this post so here ya go! A few months ago I started posting a rollup of interesting community happenings, content, samples and...
  • Blog Post: Beginning LightSwitch Part 2: Feel the Love - Defining Data Relationships

    Welcome to Part 2 of the Beginning LightSwitch series ! In the last post we learned about tables, or entities, in LightSwitch and how to use the Data Designer to define them. If you missed it: Beginning LightSwitch Part 1: What’s in a Table? Describing Your Data In this article I want to focus on data...
Page 1 of 15 (366 items) 12345»