gpeipman
Name: gpeipman
Score: 3,910.06
Last Seen: 771 days, 4 hours, 4 minutes ago
Member Since: 3 March, 2009
DotNetShoutout
atom rss
4
Shouts

Download details: Visual Studio Async CTP (SP1 Refresh)

published 769 days, 20 hours, 12 minutes ago posted by gpeipmangpeipman 771 days, 4 hours, 5 minutes ago
Friday, April 15, 2011 7:46:27 AM GMT Wednesday, April 13, 2011 11:53:01 PM GMT
New version of Visual Studio Async CTP that works with SP1 of VS2010. (more)
category: How To | clicked: 0 | comment | | source: www.microsoft.com
tags: Async, VS2010
4
Shouts

Stream.CopyTo() extension method

published 876 days, 5 hours, 4 minutes ago posted by gpeipmangpeipman 878 days, 1 hour, 51 minutes ago
Wednesday, December 29, 2010 10:54:37 PM GMT Tuesday, December 28, 2010 2:07:21 AM GMT
In one of my applications I needed copy data from one stream to another. After playing with streams a little bit I wrote CopyTo() extension method to Stream class you can use to copy the contents of current stream to target stream. Here is my extension method. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
5
Shouts

ASP.NET: Serializing and deserializing JSON objects

published 876 days, 5 hours, 4 minutes ago posted by gpeipmangpeipman 878 days, 1 hour, 53 minutes ago
Wednesday, December 29, 2010 10:54:37 PM GMT Tuesday, December 28, 2010 2:05:48 AM GMT
ASP.NET offers very easy way to serialize objects to JSON format. Also it is easy to deserialize JSON objects using same library. In this posting I will show you how to serialize and deserialize JSON objects in ASP.NET. (more)
category: Web Dev | clicked: 3 | comment | | source: weblogs.asp.net
tags: JSON, ASP.NET
6
Shouts

ASP.NET and WIF: Showing custom profile username as User.Identity.Name

published 878 days, 15 hours, 51 minutes ago posted by gpeipmangpeipman 883 days, 2 hours, 46 minutes ago
Monday, December 27, 2010 12:07:02 PM GMT Thursday, December 23, 2010 1:11:57 AM GMT
I am building ASP.NET MVC application that uses external services to authenticate users. For ASP.NET users are fully authenticated when they are redirected back from external service. In system they are logically authenticated when they have created user profiles. In this posting I will show you how to force ASP.NET MVC controller actions to demand existence of custom user profiles. (more)
category: Web Dev | clicked: 4 | 3 comments | | source: weblogs.asp.net
tags: Security, WIF, ASP.NET
5
Shouts

ASP.NET MVC: Using ProfileRequiredAttribute to restrict access to pages

published 880 days, 12 hours, 40 minutes ago posted by gpeipmangpeipman 883 days, 3 hours, 52 minutes ago
Saturday, December 25, 2010 3:18:02 PM GMT Thursday, December 23, 2010 12:06:41 AM GMT
If you are using AppFabric Access Control Services to authenticate users when they log in to your community site using Live ID, Google or some other popular identity provider, you need more than AuthorizeAttribute to make sure that users can access the content that is there for authenticated users only. In this posting I will show you hot to extend the AuthorizeAttribute so users must also have user profile filled. (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: AppFabric, MVC, ASP.NET, Azure
3
Shouts

ASP.NET: Including JavaScript libraries conditionally from CDN

published 883 days, 18 hours, 52 minutes ago posted by gpeipmangpeipman 885 days, 19 hours, 14 minutes ago
Wednesday, December 22, 2010 9:06:10 AM GMT Monday, December 20, 2010 8:44:10 AM GMT
When developing cloud applications it is still useful to build them so they can run also on local machine without network connection. One thing you use from CDN when in cloud and from app folder when not connected are common JavaScript libraries. In this posting I will show you how to add support for local and CDN script stores to your ASP.NET MVC web application. (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: CDN, MVC, ASP.NET, Azure
4
Shouts

ASP.NET MVC 3: Using AppFabric Access Control Service to authenticate users

published 885 days, 9 hours, 38 minutes ago posted by gpeipmangpeipman 887 days, 7 hours, 3 minutes ago
Monday, December 20, 2010 6:20:11 PM GMT Saturday, December 18, 2010 8:55:12 PM GMT
I had Windows Azure training this week and I tried out how easy or hard it is to get Access Control Service to work with my ASP.NET MVC 3 application. It is easy now but it was not very easy to get there. In this posting I will describe you what I did to get ASP.NET MVC 3 web application to work with Access Control Service (ACS). I will show you also some code you may find useful. (more)
category: Web Dev | clicked: 7 | comment | | source: weblogs.asp.net
tags: ACS, AppFabric, MVC, ASP.NET, Azure
3
Shouts

Comparing and updating database schemas using Visual Studio 2010

published 890 days, 15 hours, 12 minutes ago posted by gpeipmangpeipman 891 days, 9 hours, 11 minutes ago
Wednesday, December 15, 2010 12:46:35 PM GMT Tuesday, December 14, 2010 6:47:01 PM GMT
During development it is possible that database schema changes and usually it changes are same sure to come as tax office and death. Later we need to reflect these changes also to live databases and it is not very easy task to do manually. In this posting I will show you how Visual Studio 2010 database tools can help you to update database schema. (more)
category: How To | clicked: 1 | comment | | source: weblogs.asp.net
tags: MSSQL, Visual Studio
3
Shouts

Deployable dependencies in Visual Studio 2010 SP1 Beta

published 892 days, 2 hours ago posted by gpeipmangpeipman 892 days, 20 hours, 40 minutes ago
Tuesday, December 14, 2010 1:58:42 AM GMT Monday, December 13, 2010 7:17:56 AM GMT
One new feature that comes with Visual Studio 2010 SP1 Beta is support for deployment references. Deployment reference means that you can include all necessary DLL-s to deployment package so your application has all assemblies it needs to run with it in deployment package. In this posting I will show you how to use deployment dependencies. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: Visual Studio 2010, ASP.NET
2
Shouts

Visual Studio 2010 SP1 Beta supports IIS Express

published 894 days, 11 hours, 10 minutes ago posted by gpeipmangpeipman 895 days, 2 hours, 19 minutes ago
Saturday, December 11, 2010 4:47:49 PM GMT Saturday, December 11, 2010 1:39:01 AM GMT
Visual Studio 2010 SP1 Beta and ASP.NET MVC 3 RC2 were both announced today. I made a little test on one of my web applications to see how Visual Studio 2010 works with IIS Express. In this posting I will show you how to make your ASP.NET MVC 3 application work with IIS Express. (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: Visual Studio, IIS Express, ASP.NET
2
Shouts

SSAS: Using fake dimension and scopes for dynamic ranges

published 894 days, 11 hours, 10 minutes ago posted by gpeipmangpeipman 895 days, 3 hours, 29 minutes ago
Saturday, December 11, 2010 4:47:49 PM GMT Saturday, December 11, 2010 12:29:35 AM GMT
In one of my BI projects I needed to find count of objects in income range. Usual solution with range dimension was useless because range where object belongs changes in time. These ranges depend on calculation that is done over incomes measure so I had really no option to use some classic solution. Thanks to SSAS forums I got my problem solved and here is the solution. (more)
category: How To | clicked: 2 | comment | | source: weblogs.asp.net
tags: SSAS, SQL
3
Shouts

Getting MySQL work with Entity Framework 4.0

published 894 days, 11 hours, 10 minutes ago posted by gpeipmangpeipman 896 days, 13 hours, 40 minutes ago
Saturday, December 11, 2010 4:47:49 PM GMT Thursday, December 09, 2010 2:18:43 PM GMT
Does MySQL work with Entity Framework 4.0? The answer is: yes, it works! I just put up one experimental project to play with MySQL and Entity Framework 4.0 and in this posting I will show you how to get MySQL data to EF. Also I will give some suggestions how to deploy your applications to hosting and cloud environments. (more)
category: How To | clicked: 3 | comment | | source: weblogs.asp.net
tags: EF 4.0, mysql
6
Shouts

DLL-s needed to run ASP.NET MVC 3 RC on Windows Azure

published 898 days, 10 hours, 54 minutes ago posted by gpeipmangpeipman 899 days, 6 hours, 32 minutes ago
Tuesday, December 07, 2010 5:04:41 PM GMT Monday, December 06, 2010 9:26:07 PM GMT
In this weekend I made one of my new apps run on Windows Azure. I am building this application using ASP.NET MVC 3 RC and Razor view engine. In this posting I will list DLL-s you need to have as local copies to get ASP.NET MVC 3 RC run on Windows Azure web role. (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: Razor, MVC, ASP.NET, Azure
3
Shouts

Windows Azure: Debug and redeploy your web applications quickly

published 900 days, 19 hours, 18 minutes ago posted by gpeipmangpeipman 901 days, 6 hours, 58 minutes ago
Sunday, December 05, 2010 8:40:15 AM GMT Saturday, December 04, 2010 9:00:28 PM GMT
My previous posting about Windows Azure introduced how to access web role instances using Remote Desktop. In this posting I will show you how your web applications are stored in virtual server where instance is running and how to debug and redeploy your applications quickly. (more)
category: Web Dev | clicked: 4 | comment | | source: weblogs.asp.net
tags: Windows Azure, Debug, IIS, ASP.NET
6
Shouts

Windows Azure: Connecting to web role instance using Remote Desktop

published 899 days, 10 hours, 13 minutes ago posted by gpeipmangpeipman 901 days, 10 hours, 12 minutes ago
Monday, December 06, 2010 5:45:28 PM GMT Saturday, December 04, 2010 5:46:24 PM GMT
My last posting about cloud covered new features of Windows Azure. One of the new features available is Remote Desktop access to Windows Azure role instances. In this posting I will show you how to get connected to Windows Azure web role using Remote Desktop. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: Remote Desktop, Windows Azure, Visual Studio
6
Shouts

Silverlight 5 announced!

published 902 days, 7 hours, 29 minutes ago posted by gpeipmangpeipman 903 days, 9 hours, 27 minutes ago
Friday, December 03, 2010 8:29:42 PM GMT Thursday, December 02, 2010 6:31:19 PM GMT
Just finished watching Silverlight Firestarter event where ScottGu made a keynote where he told about the future of Silverlight. There were some demos of Silverlight by SAP and IIS Media Server 4.0 new features by Chris Knowlton who demoed how to stream webcam pic to desktop, Windows Phone 7 and iPad. There was also demo about system called dayforce. But let’s go to new stuff now. In this posting I will introduce you fresh news I just got about Silverlight 5 new features. (more)
category: Smart Client | clicked: 0 | comment | | source: weblogs.asp.net
tags: Silverlight
4
Shouts

Windows Azure - new portal, new services, new tools

published 904 days, 10 hours, 20 minutes ago posted by gpeipmangpeipman 905 days, 1 hour, 17 minutes ago
Wednesday, December 01, 2010 5:37:54 PM GMT Wednesday, December 01, 2010 2:40:57 AM GMT
New version of Windows Azure and Windows Azure Portal are now available with new set of tools and training kit. There are also some interesting betas available. In this posting I will introduce you new features of Windows Azure and show you new Windows Azure Portal. Also you will see the configuration of VM instance that runs web applications. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: Windows Azure
4
Shouts

Draft: ASP.NET Web Pages with Razor Syntax

published 904 days, 10 hours, 20 minutes ago posted by gpeipmangpeipman 905 days, 2 hours, 29 minutes ago
Wednesday, December 01, 2010 5:37:54 PM GMT Wednesday, December 01, 2010 1:29:44 AM GMT
Microsoft published draft of e-book ASP.NET Web Pages with Razor Syntax - Beta 3. The book is targeted to everybody who want to build web sites with WebMatrix or Visual Studio using Razor engine. The book is simple and very informative and I already found some interesting topics from it. If you are starting with Razor take a look at this book. (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: books, Razor, ASP.NET
8
Shouts

Quick introduction to Pex

published 904 days, 10 hours, 20 minutes ago posted by gpeipmangpeipman 907 days, 16 hours, 47 minutes ago
Wednesday, December 01, 2010 5:37:54 PM GMT Sunday, November 28, 2010 11:11:00 AM GMT
Pex and Moles is new testing and code analysis technology that is created by Microsoft Research. Pex is powerful tool that helps you analyze your code, detect error situations and generate parameterized unit tests. In this posting I will give you quick and illustrated overview of Pex. (more)
category: How To | clicked: 2 | comment | | source: weblogs.asp.net
tags: Pex, Visual Studio, Testing
4
Shouts

ASP.NET MVC: Comparing same view on ASP.NET and Razor view engine

published 905 days, 18 hours, 1 minute ago posted by gpeipmangpeipman 909 days, 3 hours, 57 minutes ago
Tuesday, November 30, 2010 9:57:03 AM GMT Saturday, November 27, 2010 12:01:42 AM GMT
ASP.NET MVC: Comparing same view on ASP.NET and Razor view engine I ported views of my ASP.NET MVC application from ASP.NET to Razor. Although Razor is very new it is very promising view engine because of shorter and cleaner syntax. In this posting I will show you same view on ASP.NET and Razor view engine. I like Razor one more but what do you think? (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: Razor, MVC, ASP.NET
Previous 1 2 3 4 5 6 7 Next