.NET news » Search results

Search results for query "data" (259):

Visual Studio LightSwitch: Advanced Programming Made Easy With Lightswitch

Visual Studio LightSwitch dramatically simplifies the development of data-centric business applications because it takes care of all the plumbing for you, as Beth Massi illustrates with a sample application.

Windows Live Delegated APIs

The Windows Live APIs now expose a standard authentication technology that lets your Web application access Windows Live user data easily, yet keeps control in the hands of users.
2008-05-30 17:42:51   Source: Windows Live Delegated APIs   Tags: Web Services

Entity Framework Preview: code first, ObjectSet and DbContext

With the code first feature in Entity Framework, there is no visual data model and no XML describing that model. You simply create the classes for your application domain and go. We’ll show you this and several other nifty new features in the latest EF CTP.
2010-09-30 19:00:00   Source: Entity Framework Preview: code first, ObjectSet and...   Tags: XML

SharePoint Applied: BCS with Visual Studio 2010

Business Connectivity Services (BCS) is a set of out-of-the-box features, services and tools that enhance SharePoint by streamlining the creation of solutions with deep integration of external data and services into SharePoint!SharePoint 2007 had a similar technology called BDC. But BDC was much more primitive compared to BCS.

2010-05-06 19:00:00   Source: SharePoint Applied: BCS with Visual Studio 2010   Tags: SharePoint

SharePoint Security: Trim SharePoint Search Results for Better Security

SharePoint search may return too much information, causing data security problems. Learn how to use the custom security trimmer to ensure users see only the documents they have permission to view.

What You Need to Know to Start Developing for Windows Phone 7

Find out how to get started coding apps for the new Windows Phone 7. Plus learn how you can sell and update your apps through the Windows Phone 7 Marketplace. Get code samples illustrating how to change the keyboard layout, include location data, and support multi-touch.
2010-04-16 11:01:00   Source: What You Need to Know to Start Developing for Windows...   Tags: Mobile

Cloud Collaboration: Connecting SharePoint to Windows Azure with Silverlight Web Parts

There are many ways to integrate Windows Azure applications with SharePoint 2010. We’ll walk you through one example: a Silverlight-based Web Part that consumes data from the cloud.
2010-11-01 19:00:00   Source: Cloud Collaboration: Connecting SharePoint to Windows...   Tags: Examples

ComponentModel for ASP.NET MVC3

In this article i will show you how to build a component model for ASP.NET MVC3 with Builder and Factory design patterns. You could use this model to write your strongly type components to binding data, handling harchical objects and write jQuery UI controls / Html5 controls for ASP.NET MVC3.
2011-06-23 22:08:00   Source: ComponentModel for ASP.NET MVC3   Tags: Build

Profiling Database Activity in the Entity Framework

It’s important to profile your database queries to see what happens in response to Entity Framework queries and other data access activities, says Julie Lerman, who gives you the details on several profiling options to improve you coding.
2010-12-02 18:00:00   Source: Profiling Database Activity in the...   Tags: Other

NoSQL Document Database: Embedding RavenDB into an ASP.NET MVC 3 Application

Nevermore shall we hear the cries of a lack of nonrelational love for the Microsoft stack, says Justin Schwartzenberger. He demonstrates how exploring the NoSQL world is easy with RavenDB, a .NET/Windows-centric document data store solution that can run in an embedded mode within an ASP.NET MVC application.
2011-10-25 19:00:00   Source: NoSQL Document Database: Embedding...   Tags: Database