Klugger
Name: Klugger
Score: 16,945.71
Last Seen: 474 days, 10 hours, 1 minute ago
Member Since: 19 January, 2009
DotNetShoutout
atom rss
5
Shouts

Native HTML5: First IE10 Platform Preview Available for Download - IEBlog

published 768 days, 4 hours, 16 minutes ago posted by iftekharahmedamitiftekharahmedamit 769 days, 6 hours, 4 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Tuesday, April 12, 2011 8:48:36 PM GMT
IE10 Platform Preview 1, available for download today is the first step in delivering the next wave of progress in native HTML5 support. Web sites and HTML5 run best when they run natively, on a browser optimized for the operating system on your device. We built IE9 from the ground up for HTML5 and for Windows to deliver the most native HTML5 experience and the best Web experience on Windows. IE10 continues on IE9’s path, directly using what Windows provides and avoiding abstractions, layers, and librar... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Internet Explorer 10, Internet Explorer, IE, IE10, Web Browser, html5
5
Shouts

Microsoft LightSwitch – Simple Stakeholder Management - Paul S Patterson

published 768 days, 4 hours, 16 minutes ago posted by iftekharahmedamitiftekharahmedamit 769 days, 5 hours, 49 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Tuesday, April 12, 2011 9:03:29 PM GMT
Like many seasoned (NOT OLD!) information technology folk, experience has taught us a number of things. Here is a small tidbit of knowledge that I hope you can learn from and use for your own journey as an information technology professional. It’s a simple stakeholder management architecture implemented using LightSwitch.Trust Me. I`ve Been There! My experience and breadth of knowledge comes from many years of line of business solution development and support. From my early days as a Business Analyst to... (more)
category: How To | clicked: 1 | comment | | source: www.paulspatterson.com
tags: LightSwitch
5
Shouts

Windows Azure Benefits for MSDN: New and improved - Jim O'Neil

published 768 days, 4 hours, 16 minutes ago posted by iftekharahmedamitiftekharahmedamit 769 days, 5 hours, 40 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Tuesday, April 12, 2011 9:12:29 PM GMT
If you have an MSDN Premium or Ultimate subscription, hopefully you’re aware of and have perhaps taken advanPlay Rock, Paper, Scissors in the cloud!tage of a free monthly allotment of Windows Azure benefits. If you haven’t provisioned your account yet, well now’s the time, because the benefits just got better – with a doubling of compute hours, significant increase in storage (triple of that previously for MSDN Premium subscribers), and an order of magnitude increase in bandwidth allotment… and here’s t... (more)
category: How To | clicked: 8 | comment | | source: blogs.msdn.com
tags: Cloud, Windows Azure, MSDN, Windows Azure Services, Azure
6
Shouts

Happy 1st Birthday, Visual Studio 2010! - Somasegar's WebLog

published 768 days, 4 hours, 16 minutes ago posted by iftekharahmedamitiftekharahmedamit 769 days, 5 hours, 24 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Tuesday, April 12, 2011 9:28:10 PM GMT
Today marks the one year birthday of Visual Studio 2010! It seems not long ago that we had the world-wide launch celebrating the largest developer tool release from Microsoft in many years. I spoke then about the ability to target platforms like Windows 7, Windows Azure, and Windows Phone 7, about features and updates that enable developers to be more productive, and about the strong improvements we made in Application Lifecycle Management tools for teams. You responded, and within six months of launc... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010, Visual Studio, VS 2010, VS2010
3
Shouts

How to reduce the Size of your Silverlight Application with Telerik Minifier

posted by dotnetfundadotnetfunda 780 days, 13 hours, 1 minute ago
Friday, April 01, 2011 1:51:00 PM GMT
Telerik Assembly Minifier is a tool that lets you extract only the controls’ classes and resources you need to use in your application development, thus significantly reducing the size of the assemblies. Using the Assembly Minifier you will achieve significantly better loading time when the XAP files containing the minified (optimized) assemblies are to be loaded on the client side. (more)
category: Metro | clicked: 0 | 1 comment | | source: www.dotnetfunda.com
tags: silveright
8
Shouts

Featuring Orchard Advanced Menu

published 774 days, 14 hours, 20 minutes ago posted by pszmydpszmyd 778 days, 6 hours, 21 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Sunday, April 03, 2011 8:31:01 PM GMT
New Hierarchical Menu module release is finally here. As you probably noticed, the module name has changed to Advanced Menu, as I guess it’s more appropriate now. Why? This is basically what I’m about to write about, as there’s been a lot of changes since the last release. First and foremost – the module is prepared to work with the upcoming Orchard 1.1 release... (more)
category: Web Dev | clicked: 23 | 1 comment | | source: www.szmyd.com.pl
tags: ASP.NET MVC 3, ASP.NET MVC, menu, superfish, jQuery, Orchard CMS, Orchard, ASP.NET
3
Shouts

Database and Sql Server: Difference between NEWSEQUENTIALID() and NEWID()

published 776 days, 1 hour, 4 minutes ago posted by sagitariusmzisagitariusmzi 777 days, 20 hours, 45 minutes ago
Wednesday, April 06, 2011 1:48:02 AM GMT Monday, April 04, 2011 6:06:45 AM GMT
In this article, we will be looking at the Difference between NEWSEQUENTIALID() and NEWID() and How NEWSEQUENTIALID() is generated. NEWSEQUENTIALID() generates the unique identifier values sequentially. Whereas NEWID() generates the unique identifier values randomly. NEWSEQUENTIALID() function creates the GUIDs greater than the previously generated GUIDs, since the last restart of the system, because after restarting the system the next NEWSEQUENTIALID can be started from the lower range. Bot... (more)
category: Data | clicked: 0 | 1 comment | | source: sqltrends.blogspot.com
8
Shouts

Metro In Motion #3 – Flying Titles! | Colin Eberhardt's Adventures in WPF

published 774 days, 14 hours, 20 minutes ago posted by FantasticMrFishFantasticMrFish 777 days, 21 hours, 32 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 5:20:02 AM GMT
In this blog post I look at how to implement the fly-out fly-in effect seen in native Windows Phone 7 applications. This effect is seen in the native mail application; when you click on a message, the title flies out of the list then flies back in as the title of the message page. This is the third in my “Metro In Motion” series where I am looking at how to re-create some of the stylish transitions and animations found in native Windows Phone 7 applications. As a Silverlight developer we have controls t... (more)
category: Metro | clicked: 6 | comment | | source: www.scottlogic.co.uk
tags: Windows Phone 7, metro theme
2
Shouts

Belgian eID and .NET - Part 1: Getting Started

posted by sandrinosandrino 777 days, 20 hours, 10 minutes ago
Monday, April 04, 2011 6:42:01 AM GMT
This article shows how you can get started with the Belgian eID: how you can build the project and create a sample application. (more)
category: Smart Client | clicked: 5 | comment | | source: sandrinodimattia.net
tags: Belgium, C# 3.0, eid
6
Shouts

WP7 for iPhone and Android Developers - Using Bing Maps

published 776 days, 1 hour, 4 minutes ago posted by KMilKMil 777 days, 13 hours, 25 minutes ago
Wednesday, April 06, 2011 1:48:02 AM GMT Monday, April 04, 2011 1:27:16 PM GMT
In his 5th article for SilverlightShow, Kevin Hoffman talks specifically about using maps in Windows Phone 7. He starts with a quick review of the map capabilities available to iOS developers and then moves on to a discussion of including Bing Maps controls in your WP7 application. (more)
category: Metro | clicked: 5 | comment | | source: www.silverlightshow.net
tags: Windows Phone 7, WP7, Bing Maps
7
Shouts

Unable to start Debugging. The Silverlight Developer Run time is not installed. Please install a matching version

published 771 days, 11 hours, 29 minutes ago posted by http://www.smallworkarounds.net/http://www.smallworkarounds.net/ 777 days, 13 hours, 15 minutes ago
Sunday, April 10, 2011 3:23:14 PM GMT Monday, April 04, 2011 1:37:32 PM GMT
If you have enabled the automatic updates to Silverlight , then you might face this issue if you download and update the version of Silverlight to the latest version. Now when you will start your Silverlight application it will complain to you that it can’t start debugging as a matching version of Silverlight Developer Runtime is not installed. This is not a big trouble its just that you have updated the copy of your Silverlight but the silverilght developer runtime also needs to be updated, microsoft ... (more)
category: Metro | clicked: 2 | comment | | source: www.smallworkarounds.net
tags: Silverlight 4
6
Shouts

Silverlight Giveaway by Actipro, IdeaBlade, Telerik, SyncFusion and more!

published 776 days, 1 hour, 4 minutes ago posted by mbcrumpmbcrump 777 days, 11 hours, 9 minutes ago
Wednesday, April 06, 2011 1:48:02 AM GMT Monday, April 04, 2011 3:42:54 PM GMT
This month, we will give away 7 great Silverlight products and have 10 different winners (Telerik is giving away 3 license). This way the Silverlight community can grow with more than just one person winning all the prizes. This month we will be giving away:Actipro Silverlight Studio 2011.1 – Brand new and offers unique controls that you should check out. IdeaBlade DevForce Universal – It’s time to replace WCF RIA Services with something much much easier. Devcomponents – Winner gets both the WPF/Silverli... (more)
category: Metro | clicked: 0 | comment | | source: michaelcrump.net
9
Shouts

NuGet Package of the Week #4 - Deserializing JSON with Json.NET - Scott Hanselman

published 774 days, 14 hours, 20 minutes ago posted by iftekharahmedamitiftekharahmedamit 777 days, 6 hours, 9 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 8:43:18 PM GMT
Hey, have you implemented the NuGet Action Plan? Get on it, it'll take only 5 minutes: NuGet Action Plan - Upgrade to 1.2, Setup Automatic Updates, Get NuGet Package Explorer. NuGet 1.2 is out, so make sure you're set to automatically update! The Backstory: I was thinking since the NuGet .NET package management siteis starting to fill up that I should start looking for gems (no pun intended) in there. You know, really useful stuff that folks might otherwise not find. I'll look for mostly open source pro... (more)
category: Web Dev | clicked: 5 | 2 comments | | source: www.hanselman.com
tags: JSON, JavaScript, Json.NET, NuGet
8
Shouts

Customizing ASP.NET MVC’s Required Property Validation Messages - Davy Brion

published 774 days, 14 hours, 20 minutes ago posted by iftekharahmedamitiftekharahmedamit 777 days, 5 hours, 44 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 9:08:25 PM GMT
I recently got convention-based localization of display labels working with ASP.NET MVC, and this week, i wanted to get something similar working for required field validation messages. ASP.NET MVC3 shows a default validation message when a required field is not filled in, unless you specify a resource provider and the name of the resource key when you put the Required attribute on a property. Just like with the display value of labels, i wanted a convention based approach for this. I wanted ASP.NET M... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: davybrion.com
tags: ASP.NET MVC, Validation, MVC, ASP.NET
7
Shouts

Overview of Windows Azure - Neil Mackenzie

published 774 days, 14 hours, 20 minutes ago posted by iftekharahmedamitiftekharahmedamit 777 days, 5 hours, 23 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 9:29:01 PM GMT
Windows Azure is the Platform-as-a-Service offering (PaaS) from Microsoft. Like other cloud services it provides the following features: Compute Storage Connectivity Management Compute Windows Azure Compute is exposed through hosted services deployable as a package to an Azure datacenter. A hosted service provides an organizational and security boundary for a related set of compute resources. I... (more)
category: Architecture | clicked: 0 | 2 comments | | source: convective.wordpress.com
tags: Windows Azure, windows azure platform, Azure
9
Shouts

HowTo: Setup of WebDeploy / MSDeploy - Code Inside Team

published 774 days, 14 hours, 20 minutes ago posted by iftekharahmedamitiftekharahmedamit 777 days, 5 hours, 6 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 9:45:56 PM GMT
A long time ago I’ve already spoken about MSDeploy. It was about how to integrate MSDeploy into your Building process. But I haven’t talked a lot about server configuration. That’s what I’m going to change today because sometimes MSDeploy or WebDeploy is used to be a little bit bitchy So how to configurate MSDeploy/WebDeploy? Basics I assume that you have IIS7 or better. Here it’s not difficult to install the Web D... (more)
category: How To | clicked: 10 | 1 comment | | source: code-inside.de
tags: MSDeploy, Deploying, Deployment, WebDeploy, Deploy
9
Shouts

Authentication in WP7 client with REST Services–Part II - Eugenio Pace

published 774 days, 14 hours, 20 minutes ago posted by iftekharahmedamitiftekharahmedamit 777 days, 5 hours, 4 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 9:48:01 PM GMT
n the previous post I covered the “semi-passive” way for authentication between a Windows Phone 7 client and a REST service. This post completes the information with the “active” way. There’s nothing unexpected here really:... (more)
category: Web Dev | clicked: 2 | comment | | source: blogs.msdn.com
tags: Authentication, WP7, REST Services, REST service, REST
7
Shouts

Producing and Consuming OData in a Silverlight and Windows Phone 7 application (Part 3)

published 771 days, 11 hours, 29 minutes ago posted by mbcrumpmbcrump 776 days, 13 hours, 3 minutes ago
Sunday, April 10, 2011 3:23:14 PM GMT Tuesday, April 05, 2011 1:49:30 PM GMT
This article is Part 3 of the series “Producing and Consuming OData in a Silverlight and Windows Phone 7 application.” You can read any of the parts you may have missed by clicking on the links below. Producing and Consuming OData in a Silverlight and Windows Phone 7 application. (Part 1) – Creating our first OData Data Source and querying data through the web browser and LinqPad.Producing and Consuming OData in a Silverlight and Windows Phone 7 application. (Part 2 ) – Consuming OData in a Silverlight A... (more)
category: Metro | clicked: 0 | comment | | source: michaelcrump.net
7
Shouts

Producing and Consuming OData in a Silverlight and Windows Phone 7 application (Part 3)

published 771 days, 11 hours, 29 minutes ago posted by KMilKMil 776 days, 12 hours, 47 minutes ago
Sunday, April 10, 2011 3:23:14 PM GMT Tuesday, April 05, 2011 2:05:02 PM GMT
In this article, Michael Crump shows you how to consume an OData Data Source using Windows Phone 7. Read the complete series of articles to have a deep understanding of OData and how you may use it in your own applications. Note: There is a video accompanying this article! (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
tags: Windows Phone 7, WP7, Windows Phone 7 Development, OData
9
Shouts

A Silverlight Developer’s look at TFS 2010 Remote Hosting.

published 769 days, 5 hours, 50 minutes ago posted by mbcrumpmbcrump 776 days, 12 hours, 11 minutes ago
Tuesday, April 12, 2011 9:01:54 PM GMT Tuesday, April 05, 2011 2:41:19 PM GMT
Full Disclaimer: Since I am on the GeeksWithBlog.NET Influencer list, I was issued a free 1-year subscription to DiscountASP.NET TFS2010 remote hosting. With that said, the thoughts/opinions located below are my own. I’ve always like Team Foundation Server. The main thing that I’ve hated about it was installing/maintaining it. I’d rather spend that time learning more about things such as Silverlight/WPF/WP7. I really didn’t know what to expect as we use another source control at work and I’ve never had ... (more)
category: Metro | clicked: 1 | comment | | source: michaelcrump.net
Previous 1 2 ... 7 8 9 10 11 12 13 14 15 16 ... 90 91 Next