DotNetShoutout - Stories tagged with article
7
Shouts

Not Just a Designer: Code First in Entity Framework Article on VS Magazine - Gil Fink on .Net

published 778 days, 9 hours, 57 minutes ago posted by gilfgilf 779 days, 9 hours, 24 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 1:27:13 PM GMT
Lately I wrote an article about Code First approach in Entity Framework 4.1 for Visual Studio Magazine. The article was published a few days ago and you can read it here. Enjoy! (more)
category: How To | clicked: 5 | 2 comments | | source: blogs.microsoft.co.il
tags: Entity Framework, Code first, Entity Framework 4.1, article
11
Shouts

Deployment Guide: How to Configure a Machine to Host a 3-tier LightSwitch Beta 1 Application - Beth Massi

published 996 days, 4 hours, 8 minutes ago posted by jantujantu 998 days, 5 hours, 33 minutes ago
Tuesday, September 28, 2010 6:42:30 PM GMT Sunday, September 26, 2010 5:18:11 PM GMT
A lot of people have been asking in the forums about how to deploy a LightSwitch application and there are some really great tutorials out there like: Deploy and Update a LightSwitch (Beta 1) 3-tier Application There’s also a lot of information in the official documentation on Deployment: * Deploying LightSwitch Applications * How to: Deploy a LightSwitch Application * How to: Change the Deployment Topology and Application Type (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Deployment, article, DevCenter, LightSwitch
6
Shouts

Validating Collections of Entities in LightSwitch - Beth Massi

published 1022 days, 10 hours, 48 minutes ago posted by jantujantu 1023 days, 9 hours, 4 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Wednesday, September 01, 2010 1:46:40 PM GMT
One of the many challenging things in building n-tier applications is designing a validation system that allows running rules on both the client and the server and sending messages and displaying them back on the client. I’ve built a couple application frameworks in my time and so I know how tricky this can be. I’ve been spending time digging into the validation framework for LightSwitch and I have to say I’m impressed. LightSwitch makes it easy to write business rules in one place and run them in the ap... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: article, DevCenter, LightSwitch
8
Shouts

Multi-line Lambdas in Visual Basic – When is Enough, Enough - Beth Massi

published 1073 days, 12 hours, 36 minutes ago posted by jantujantu 1075 days, 11 hours, 31 minutes ago
Tuesday, July 13, 2010 10:14:50 AM GMT Sunday, July 11, 2010 11:19:25 AM GMT
Now that I’ve been writing code for a while with the latest version of Visual Basic in Visual Studio 2010, I’m at the point where I’ve seen the fun new language features in a variety of applications and samples. One of these fun new features is multi-line and statement lambdas. I favor lambdas anytime I need to write a short code block to do work on another thread or to avoid manually creating a delegate.The opinions expressed here a... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Basic, article, VS2010, DevCenter
5
Shouts

Integrate Outlook Appointments with SharePoint 2010 Calendar Lists using Data Services - Beth Massi

published 1084 days, 9 hours, 43 minutes ago posted by jantujantu 1085 days, 14 hours, 48 minutes ago
Friday, July 02, 2010 1:07:30 PM GMT Thursday, July 01, 2010 8:02:25 AM GMT
The other day a good friend of mine asked me if it was possible to send appointments created in Outlook into a SharePoint calendar list. It’s easy enough to grab this data from Outlook by building an add-in with Visual Studio, but what also turned out to be really easy was sending this information to SharePoint using its built-in WCF data services, also known as OData. OData is an open REST-ful protocol for exposing and consuming data on the web. I’ve written before about how we could consume these Share... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: ADO.NET Data Services, Office, Visual Basic, article, VS2010, WCF Data Services, DevCenter, VSTO, Sharepoint, OData
5
Shouts

Programming the Task Bar in Windows 7 with WPF 4 Article Series - Beth Massi

published 1089 days, 11 hours ago posted by jantujantu 1090 days, 9 hours, 24 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Saturday, June 26, 2010 1:27:11 PM GMT
Last week we published an article by VB MVP Alessandro Del Sole on how to utilize a cool Windows 7 Task Bar feature from WPF. Well this week we published another one on Jump Lists and Ale has promised to deliver even more! So yesterday we added a dedicated page to the Visual Basic Developer Center that has a list of articles, samples and resources for programming in WPF and Windows7... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows 7, Community, Visual Basic, WPF, article, VS2010, DevCenter
7
Shouts

Sharing the goodness that is VB : Add Spark to Your OData Consuming Data Services in Excel 2010 Part 2 - Beth Massi

published 1154 days, 11 hours, 41 minutes ago posted by jantujantu 1155 days, 12 hours, 39 minutes ago
Friday, April 23, 2010 11:09:19 AM GMT Thursday, April 22, 2010 10:12:09 AM GMT
Last post I talked about how you can create your own WCF data services (OData) and use PowerPivot to do some powerful analysis inside Excel 2010 as well as how to use the new sparklines feature. If you missed it:Add Spark to Your OData: Consuming Data Services in Excel 2010 Part 1In this post I want to show how you can create your own Excel client to consume and analyze data via an OData service exp... (more)
category: Smart Client | clicked: 3 | 1 comment | | source: blogs.msdn.com
tags: ADO.NET Data Services, Visual Basic, article, VS2010, WCF Data Services, DevCenter, VSTO, Sharepoint, OData
6
Shouts

Sharing the goodness that is VB Add Spark to Your OData Consuming Data Services in Excel 2010 Part 1 - Beth Massi

published 1156 days, 11 hours, 25 minutes ago posted by jantujantu 1157 days, 10 hours, 36 minutes ago
Wednesday, April 21, 2010 11:25:35 AM GMT Tuesday, April 20, 2010 12:15:12 PM GMT
OData is an open REST-ful protocol for exposing and consuming data on the web. Also known as Astoria, ADO.NET Data Services, now called WCF Data Services in .NET. I’ve written about it in the context of .NET many times on this blog. However there are SDKs available for other platforms like JavaScript and PHP. With the release of .NET Framework 3.5 Service Pack 1, .NET developers could easily create and e... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: ADO.NET Data Services, article, VS2010, WCF Data Services, DevCenter, VSTO, OData
9
Shouts

SOLVED: IIS7, validateIntegratedModeConfiguration and inheritInChildApplications clash

published 1165 days, 11 hours, 47 minutes ago posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1169 days, 12 hours, 32 minutes ago
Monday, April 12, 2010 11:03:51 AM GMT Thursday, April 08, 2010 10:19:07 AM GMT
This article covers an edge case you might have encountered when using the inheritInChildApplications attribute with a web site hosted on IIS7 and provides two possible solutions to your problem. (more)
category: Web Dev | clicked: 3 | comment | | source: runtingsproper.blogspot.com
tags: IIS7, bugfix, article, Bug, IIS, runtime error
6
Shouts

Tracking scroll depth to reveal content engagement in Google Analytics

published 1186 days, 9 hours, 45 minutes ago posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1188 days, 1 hour, 54 minutes ago
Monday, March 22, 2010 1:05:50 PM GMT Saturday, March 20, 2010 8:57:00 PM GMT
This article investigates a way to track content engagement on your site. By monitoring how far down the page a visitor to your site travels and then recording the data in Google Analytics you can discover how many of your visitors are reading your content all the way to the end. (more)
category: Architecture | clicked: 0 | comment | | source: runtingsproper.blogspot.com
tags: analytics, Google Analytics, article, JavaScript, jQuery
6
Shouts

SOLVED: Error 1 Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks

published 1186 days, 9 hours, 45 minutes ago posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1188 days, 1 hour, 54 minutes ago
Monday, March 22, 2010 1:05:50 PM GMT Saturday, March 20, 2010 8:56:23 PM GMT
This is a simple looking error message that is deceptively hard to track down. Thankfully if you're having this problem then this article should get you back on track without spending hours scratching your head. (more)
category: Web Dev | clicked: 17 | comment | | source: runtingsproper.blogspot.com
tags: bugfix, article, compile error
6
Shouts

SOLVED: Could not load type 'System.Web.UI.ScriptReferenceBase'

published 1186 days, 9 hours, 45 minutes ago posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1188 days, 1 hour, 55 minutes ago
Monday, March 22, 2010 1:05:50 PM GMT Saturday, March 20, 2010 8:55:59 PM GMT
Getting problems when you upload your Ajax Control Toolkit powered website up to your server? Read on for a quick and easy solution! (more)
category: Web Dev | clicked: 0 | comment | | source: runtingsproper.blogspot.com
tags: bugfix, AjaxControlToolkit, article, runtime error
6
Shouts

Sharing the goodness that is VB Using Projections with Data Services in Visual Studio 2010 - Beth Massi

published 1204 days, 11 hours, 19 minutes ago posted by jantujantu 1205 days, 8 hours, 22 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Wednesday, March 03, 2010 2:29:07 PM GMT
Using Projections with Data Services in Visual Studio 2010Published 02 March 10 03:49 PM Starting in Visual Studio 2008 Service Pack 1, you can create ADO.NET Data Services to easily expose data models via RESTful web services. So if you are building a remote CRUD data access layer then this is a technology that you're probably using or are looking into. I’ve written a lot about about data services in VS2008, my favorites are:Using ADO.NET Data ServicesADO.NET Data Services - Building a WPF ClientADO.NE... (more)
category: Smart Client | clicked: 0 | comment | | source: blogs.msdn.com
tags: ADO.NET Data Services, article, VS2010, WCF Data Services, DevCenter, Linq
2
Shouts

SOLVED: "Visual Studio setup cannot run in compatibility mode." error when attempting to uninstall Visual Studio 2010 Beta 2

posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1216 days, 11 hours, 39 minutes ago
Saturday, February 20, 2010 11:11:27 AM GMT
If you are having problems upgrading from Visual Studio 2010 Beta 2 to Release Candidate (RC1) then hopefully this will get you back on your way. (more)
category: Web Dev | clicked: 1 | comment | | source: runtingsproper.blogspot.com
tags: install error, bugfix, Visual Studio 2010, article
8
Shouts

Creating a SharePoint Visual Web Part using Visual Studio 2010 - Beth Massi

published 1237 days, 6 hours, 25 minutes ago posted by jantujantu 1238 days, 14 hours, 54 minutes ago
Saturday, January 30, 2010 4:25:23 PM GMT Friday, January 29, 2010 7:56:20 AM GMT
Last year we built a business application for order management for Northwind Traders on the Office and SharePoint platform using Visual Studio 2008 and Office & SharePoint 2007. Lately I’ve been writing articles that show how to upgrade it to Office & SharePoint 2010 using Visual Studio 2010. If you missed them:Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010Build WPF Data Controls for Out... (more)
category: Web Dev | clicked: 2 | comment | | source: blogs.msdn.com
tags: OBA, ADO.NET Data Services, article, VS2010, DevCenter, Sharepoint
8
Shouts

Sharing the goodness that is VB : Migrating a 2007 Workflow to Visual Studio & SharePoint 2010 - Beth Massi

published 1250 days, 10 hours, 37 minutes ago posted by impaimpa 1251 days, 13 hours, 26 minutes ago
Sunday, January 17, 2010 12:14:07 PM GMT Saturday, January 16, 2010 9:24:49 AM GMT
Lately I’ve been converting an Office business application we built last year with Visual Studio 2008 to Visual Studio and Office 2010. Last couple posts we tackled converting the Outlook client piece. In this post I want to focus on the server side and show how we can convert the SharePoint 2007 workflow we built with Visual Studio 2008 to a SharePoint 2010 workflow in Visual Studio 2010. In Visual Studio 200... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: OBA, ADO.NET Data Services, workflow, article, VS2010, DevCenter, VSTO, Sharepoint
10
Shouts

SOLVED: Compiler error CS1519: Invalid token 'void' in class, struct, or interface member declaration

published 1270 days, 9 hours, 31 minutes ago posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1275 days, 5 hours, 39 minutes ago
Monday, December 28, 2009 1:19:46 PM GMT Wednesday, December 23, 2009 5:11:18 PM GMT
One for the search engines really but you might want to give this short article a quick read if you have been stumped by the error above. (more)
category: Web Dev | clicked: 33 | comment | | source: runtingsproper.blogspot.com
tags: bugfix, article, compile error, ASP.NET
10
Shouts

Sharing the goodness that is VB : Build WPF Data Controls for Outlook Addins Easily with VS2010 - Beth Massi

published 1275 days, 2 hours, 8 minutes ago posted by impaimpa 1276 days, 8 hours, 50 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 2:00:14 PM GMT
I showed how to migrate our Northwind Outlook client to .NET 4 and Office 2010. This Outlook Add-in displays order history information in an adjoining form region so sales associates can see that data immediately when communicating with customers. When we originally built this with Visual Studio 2008, we used a WPF user control to display the data so that we could better match the look and feel of Ou... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: OBA, Office, data, WPF, article, VS2010, DevCenter, VSTO
9
Shouts

Reading the ProviderUserKey when using the SqlMembershipProvider

published 1275 days, 2 hours, 8 minutes ago posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1276 days, 22 hours, 47 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 12:03:34 AM GMT
The ProviderUserKey gives access to a unique identifier for each of the members in your membership data store. If you're doing a large amount of lookup's or want to cross link to another table you will find this technique will give you better performance than using the UserName property. (more)
category: Web Dev | clicked: 0 | comment | | source: runtingsproper.blogspot.com
tags: .NET, MSDN, article, Membership, ASP.NET
12
Shouts

Sharing the goodness that is VB : Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010 - Beth Massi

published 1280 days, 13 hours, 38 minutes ago posted by jantujantu 1282 days, 9 hours, 53 minutes ago
Friday, December 18, 2009 9:13:00 AM GMT Wednesday, December 16, 2009 12:57:26 PM GMT
Early this year we built a business application for order management for Northwind Traders on the Office and SharePoint platform using Visual Studio 2008 and Office & SharePoint 2007. If you missed them:Architecture of the Northwind Office Business ApplicationOBA Part 1 - Exposing Line-of-Business DataOBA Part 2 - Building an Outlook Client against LOB DataOBA Part 3 - Storing and Reading Data in Word ... (more)
category: How To | clicked: 1 | 1 comment | | source: blogs.msdn.com
tags: OBA, Office, Visual Basic, WPF, article, VS2010, DevCenter, VSTO
Previous 1 2 Next