Sign In
BenkoBLOG
Exploring the Possible in Windows, Web and The Cloud
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
AJAX
Azure
BenkoTIPS
C#
CloudTip
Code
Community
Cool
Demo Code
Events
Framework Master Class
LINQ
Mobile
MSDN Events
Security
SharePoint for Developers
Silverlight
Soft Skills
SQL
TechMasters
Technobabble
USCloud
WCF
Webcasts
XNA
Archive
Archives
May 2012
(5)
April 2012
(9)
March 2012
(6)
January 2012
(1)
December 2011
(4)
November 2011
(3)
October 2011
(3)
September 2011
(6)
August 2011
(1)
June 2011
(1)
April 2011
(3)
March 2011
(1)
February 2011
(1)
January 2011
(2)
November 2010
(5)
October 2010
(2)
September 2010
(1)
August 2010
(2)
July 2010
(2)
June 2010
(2)
May 2010
(2)
April 2010
(4)
March 2010
(3)
February 2010
(2)
January 2010
(1)
December 2009
(1)
November 2009
(6)
September 2009
(5)
August 2009
(6)
July 2009
(1)
June 2009
(1)
May 2009
(3)
April 2009
(2)
March 2009
(3)
February 2009
(6)
January 2009
(8)
December 2008
(5)
November 2008
(10)
October 2008
(1)
September 2008
(3)
August 2008
(5)
July 2008
(3)
June 2008
(2)
May 2008
(3)
April 2008
(2)
March 2008
(7)
February 2008
(2)
January 2008
(1)
December 2007
(2)
November 2007
(3)
October 2007
(7)
September 2007
(8)
August 2007
(4)
July 2007
(2)
June 2007
(1)
May 2007
(3)
April 2007
(2)
March 2007
(1)
February 2007
(1)
January 2007
(4)
December 2006
(2)
November 2006
(5)
October 2006
(10)
September 2006
(3)
MSDN Blogs
>
BenkoBLOG
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
BenkoBLOG
CloudTip #15-MEET Windows Azure
Posted
8 days ago
by
mbenkov
0
Comments
The Cloud comes in many flavors, types and shapes and the terminology can be daunting. You’ve got Public vs. Private. vs. Home grown. You’ve got compute, storage and database not to mention identity, caching, service bus and many more. Then there are...
BenkoBLOG
CloudTip #14-How do I get SQL Profiler info from SQL Azure?
Posted
11 days ago
by
mbenkov
1
Comments
Your application is running slow. You need to find out what’s going on. If you’ve used SQL Profiler on a local database you might be familiar with how you can capture a trace of database activity and use it to figure out where your resources are going...
BenkoBLOG
CloudTip #13-What do you need to know to get started?
Posted
12 days ago
by
mbenkov
0
Comments
There are many ways to learn a new technology. Some of us prefer to read books, others like videos or screencasts, still others will choose to go to a training style event. In any case you need to have a reason to want to learn, whether it's a new project...
BenkoBLOG
Easy Money
Posted
19 days ago
by
mbenkov
0
Comments
Want to win some easy money? We have a sweepstakes, where we are giving away seven $50 gift certificate each week until June 14th. Just enter once, and you are in each drawing until the end. To enter, you must do all of the following: Make sure you have...
BenkoBLOG
Get your App into the Windows 8 Store!
Posted
21 days ago
by
mbenkov
0
Comments
Recently, the Windows Store blog announced that in the next significant Windows 8 preview release they will be expanding their global coverage with 33 additional app submission locales for developers. Our store services are ramping up as planned--and...
BenkoBLOG
Cloud Tip #12-Get Started with SQL Azure
Posted
1 month ago
by
mbenkov
0
Comments
Business Software is in the business of data management. Creating, updating, deleting and using information in new ways as well as simplifying how it is collected and reported is key to what we do as technology professionals. With the advent of Cloud...
BenkoBLOG
Cloud Tip #11-Activate your MSDN Benefits
Posted
1 month ago
by
mbenkov
0
Comments
If you have an MSDN Subscription you get Azure benefits which you can use to develop in the cloud. In this post I’d like to share what’s involved in activating these. As you can see there are some pretty hefty benefits available that you can start using...
BenkoBLOG
Cloud Tip#10-Use the Windows Azure Toolkit for Windows 8 to add interaction to your Metro Applications
Posted
1 month ago
by
mbenkov
0
Comments
Yesterday in Bangalore at the GIDS conferences I did a session on working with Windows 8 and Notification Services. In it we talked about the live tiles that make up the new start screen in Windows 8 and how as a developer you have new ways to interact...
BenkoBLOG
Cloud Tip #9-Add Microsoft.IdentityModel to the GAC with a Startup Task
Posted
1 month ago
by
mbenkov
2
Comments
Access Control Services is one of the many services that are part of the Windows Azure Platform which handles an authentication conversation for you, allowing you an easy way to integrate cloud identity from providers like Yahoo, Google, Facebook and...
BenkoBLOG
Cloud Tip #8-Using ACS without SSL
Posted
1 month ago
by
mbenkov
1
Comments
Today I showed a work around for when you are showing ACS on a site that is running without setting up the SSL piece. < system.web > <!-- Hack to get past request token on non-SSL site —> < httpRuntime requestValidationMode...
BenkoBLOG
Cloud Tip #7-Configuring your firewall at work for cloud development
Posted
1 month ago
by
mbenkov
0
Comments
I had a question after a Windows Azure Camp about what ports need to be opened and enabled at my work environment to enable working with Windows Azure . While the services work with REST there are a couple services that will benefit from adjusting the...
BenkoBLOG
Cloud Tip #6-Encrypting the web.config with Visual Basic
Posted
1 month ago
by
mbenkov
1
Comments
One of the great things about Windows Azure is that it is a platform that is for the most part agnostic about what frameworks and languages you want to use. While I tend to do most of my demos in C# there is no reason we couldn’t use VB, PHP, Node.js...
BenkoBLOG
Cloud Tip #5-Secure your settings in Web.config with Encryption
Posted
1 month ago
by
mbenkov
0
Comments
In Windows Azure and especially with SQL Azure we need to store passwords to access things. I wanted to show how you can encrypt the web.config file by adding code to the global.asax file. The cool part of this is that using this technique you can secure...
BenkoBLOG
Cloud Tip #4-How to migrate an existing ASP.NET App to the Cloud
Posted
1 month ago
by
mbenkov
0
Comments
Suppose you have an existing application that you want to migrate to the cloud. There are many things to look at, from the data to the architecture to considering how you plan to scale beyond one instance. For simple web sites which don’t use a lot of...
BenkoBLOG
Cloud Tip #3–Find good examples
Posted
1 month ago
by
mbenkov
0
Comments
Yesterday in Minneapolis we delivered the first Windows Azure Kick Start event of the series we’re running this spring to help developers learn and understand how to use the new tools and techniques for building cloud based applications. As part of that...
BenkoBLOG
Cloud Tip #2–Finding Cloud Content that works for You
Posted
2 months ago
by
mbenkov
0
Comments
There are many ways to learn a new technology. Some of us prefer to read books, others like videos or screencasts, still others will choose to go to a training style event. In any case you need to have a reason to want to learn, whether it’s a new project...
BenkoBLOG
Cloud Tip #1–How to set a connection string in Web.config programmatically at runtime in Windows Azure
Posted
2 months ago
by
mbenkov
2
Comments
The scenario is I’m migrating an application to the cloud. I’ve got a database connection defined in my web.config file which uses an on-premise SQL Server database and what I’d like to do is to move it to a Web Role on Windows Azure and use a SQL Azure...
BenkoBLOG
Questions on Tuning SQL Queries
Posted
2 months ago
by
mbenkov
1
Comments
Sometimes I get questions about how to get better performance from a database. In working with SQL Server over the years and now SQL Azure this is not an uncommon question. In SQL 2008 and beyond the tools include a Tuning Wizard, which is great, but...
BenkoBLOG
Announcing Windows Azure Kick Start Events
Posted
2 months ago
by
mbenkov
0
Comments
It’s spring and once again we’re back on the road to helping people explore the possible and see how to get started with Cloud Computing. Along with the webcast series I’ve been doing ( http://benkotips.com/s2nCloud ) we’ll be on the road to bring the...
BenkoBLOG
Get Started with Cloud Computing and Windows Azure
Posted
2 months ago
by
mbenkov
1
Comments
This is the first part of a series of blog posts I’m working on as part of the companion webcast series “Soup to Nuts Cloud Computing” in which we look at what it takes to get started with the tools and setup things you need to begin building Cloud applications...
BenkoBLOG
New Webcast Series–Cloud Computing Soup to Nuts
Posted
3 months ago
by
mbenkov
0
Comments
Announcing the latest webcast series - Cloud Computing Soup to Nuts ( http://bit.ly/s2nCloud ). In this series we start at the beginning and take you thru the services and technologies that make up Windows Azure and SQL Azure. Running every week on Tuesdays...
BenkoBLOG
How to Convert from Number Seconds to Time String in SQL Server
Posted
5 months ago
by
mbenkov
2
Comments
I’ve been working with a sample timer application on the Windows Phone to track our TechMasters meeting timings. In the user interface I capture the number of seconds that someone spoke, and I’d like to return the value of number seconds formatted as...
BenkoBLOG
How to get to SQL Azure Query Performance Data
Posted
5 months ago
by
mbenkov
0
Comments
This week there is a lot of announcements and excitement around Windows Azure and SQL Azure with the live event put on by Scott Guthrie, Mark Russinovich and Dave Campbell ( www.LearnWindowsAzureEvent.com ), where they showed the great new enhancements...
BenkoBLOG
Learn Windows Azure with the Scott Guthrie, Mark Russinovich and Dave Campbell
Posted
5 months ago
by
mbenkov
0
Comments
On Tuesday this week Scott Guthrie ( @ scottgu ), is doing a live event to showcase Windows Azure and the latest in Cloud Development. The site http://www.LearnWindowsAzureEvent.com has details on the schedule for the day and includes a Q&A session...
BenkoBLOG
Announcing the New BenkoTIPS.com site!
Posted
5 months ago
by
mbenkov
1
Comments
Today I’ve finally completed migration the content and links to webcasts, downloads and more from the original site I built as a developer resource in 2005 to a new version deployed in Azure . Originally deployed using DotNetNuke , the new site is built...
Page 1 of 9 (216 items)
1
2
3
4
5
»