Steves
Name: Steves
Score: 28,401.44
Last Seen: 478 days, 23 hours, 30 minutes ago
Member Since: 1 February, 2009
DotNetShoutout
atom rss
3
Shouts

Visual Studio 2010 and UML(Unified Modeling Language) Part-I

posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 768 days, 10 hours, 24 minutes ago
Monday, April 18, 2011 6:17:18 AM GMT
Microsoft Visual Studio 2010 comes with great UML Features I will explain them in details in future post. But In this post I am going to explain the UML concepts because its necessary to understand UML concepts before moving to Visual Studio 2010 part. I know this post may sound very basic to some of people but its necessary to understand visual studio 2010 UML Features. So let’s start first basic question.What is UML? UML means Unified Modeling Language its a standard language for specifying, visualizi... (more)
category: Architecture | clicked: 0 | comment | | source: jalpesh.blogspot.com
tags: UML, VisaulStudio2010
3
Shouts

Working with Multiple Click (ClickCount) in Silverlight 5 Beta

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 768 days, 6 hours, 39 minutes ago
Monday, April 18, 2011 10:02:26 AM GMT
Some time you need to know whether your user clicked a control once or double clicked it. Sometime you need to know how many click a user did in the UI control. In this post, you will learn about it. Silverlight 5 Beta has been announced with newly added feature called ClickCount. It's a property added to the MouseButtonEventArgs. Using this you will be able to find out how many multiple click happened by the user. Read the complete post to know about the implementation and the issues. Don't forget to ... (more)
category: Metro | clicked: 0 | 1 comment | | source: www.kunal-chowdhury.com
tags: Silverlight 5 Beta, Silverlight 5
6
Shouts

"Those who cannot remember the past are condemned to repeat it." [WebBrowserExtensions.StringSource attached dependency property makes Silverlight/Windows Phone/WPF's WebBrowser control more XAML- and binding-friendly] - David Anson

published 765 days, 15 hours, 35 minutes ago posted by AlexAlex 769 days, 2 hours, 8 minutes ago
Thursday, April 21, 2011 1:07:06 AM GMT Sunday, April 17, 2011 2:33:40 PM GMT
The WebBrowser control is available in Silverlight 4, Windows Phone 7, and all versions of WPF. It's mostly the same everywhere, though there are some specific differences to keep in mind when using it on Silverlight-based platforms. WebBrowser offers two ways to provide its content: by passing a URI or by passing a string with HTML text: If you have a URI, you can set the Source (dependency) property in code or XAML or you can call the Navigate(Uri) method from code... (more)
category: Metro | clicked: 2 | comment | | source: blogs.msdn.com
tags: SL, Silverlight, XAML
4
Shouts

Configuration Settings Are A Dependency That Should Be Injected

posted by devtrendsdevtrends 768 days, 21 hours, 51 minutes ago
Sunday, April 17, 2011 6:51:08 PM GMT
Dependency Injection does not just apply to obvious dependencies such as repositories and logging components. It is very important to inject ALL dependencies including the less obvious ones. In my experience, one of the most overlooked areas is configuration. Many people seem perfectly happy to extract settings from config deep within their code. This is plain wrong. If you need to reference an AppSetting in your business logic, inject it. If you need a connection string in your data access code, inject ... (more)
category: Web Dev | clicked: 2 | comment | | source: devtrends.co.uk
tags: IoC, Dependecy Injection
5
Shouts

Observing ObservableObject

published 765 days, 15 hours, 35 minutes ago posted by KodefuGuruKodefuGuru 767 days, 17 hours, 3 minutes ago
Thursday, April 21, 2011 1:07:06 AM GMT Monday, April 18, 2011 11:39:10 PM GMT
When creating any component that must be bound, it is essential to implement the INotifyPropertyChanged interface. Repeating yourself is a bad thing, and although you can’t get around it in all situations, sometimes it’s preferable to merely inherit from a class that implements this interface for you. In a preview for the upcoming release of MVVM Light, Laurent Bugnion introduced a class call NotifyPropertyChanged. It does follow to name the class this, as it is just a concrete implementation of the INo... (more)
category: Metro | clicked: 5 | comment | | source: www.kodefuguru.com
tags: IObservable, Observer Pattern, MVVM Light Toolkit, MVVM
6
Shouts

How to Write a Recursive Func

published 764 days, 3 hours, 32 minutes ago posted by KodefuGuruKodefuGuru 766 days, 21 hours, 47 minutes ago
Friday, April 22, 2011 1:10:00 PM GMT Tuesday, April 19, 2011 6:54:37 PM GMT
Lambda expressions can be cryptic, but they’re quite simple once you get the hang of them. One thing that can trouble developers is the ability to write recursive calls within a Func, something that’s quite simple inside of a method... (more)
category: How To | clicked: 1 | comment | | source: www.kodefuguru.com
tags: Func, Recursion, action
5
Shouts

Migrating from Visual SourceSafe to Subversion

published 765 days, 15 hours, 35 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 766 days, 22 hours, 10 minutes ago
Thursday, April 21, 2011 1:07:06 AM GMT Tuesday, April 19, 2011 6:31:14 PM GMT
Article which describes how experiences in migrating from Microsoft Visual SourceSafe to Subversion. (more)
category: How To | clicked: 1 | comment | | source: cyotek.com
tags: sourcesafe, SVN
5
Shouts

Why not ORM: 5 ORM myths dispelled, Part 1

published 764 days, 3 hours, 32 minutes ago posted by KodefuGuruKodefuGuru 766 days, 22 hours, 10 minutes ago
Friday, April 22, 2011 1:10:00 PM GMT Tuesday, April 19, 2011 6:31:47 PM GMT
Let's start with a DISCLAIMER: If you are already an active user of any ORM, this specific post is not for you. I'll talk to you later. For everyone else, let's continue. In my role as a technical evangelist, I get the chance to travel the globe and talk to developer audiences on a regular basis. To keep a clear picture of how developers are working, I often informally poll audiences and try to listen for trends in development behavior. One trend that continues to stand out is how many developers still ... (more)
category: Architecture | clicked: 2 | comment | | source: www.telerikwatch.com
tags: ORM
7
Shouts

WP7 for iPhone and Android Developers - Application Tiles and Push Notifications

published 764 days, 3 hours, 32 minutes ago posted by KMilKMil 766 days, 5 hours, 17 minutes ago
Friday, April 22, 2011 1:10:00 PM GMT Wednesday, April 20, 2011 11:24:42 AM GMT
Thanks to Kevin Hoffman, you have the chance to learn some interesting stuff about push notifications in WP7 and something that has no equivalent on the iPhone – application tiles. (more)
category: Metro | clicked: 1 | comment | | source: www.silverlightshow.net
tags: iPhone, Windows Phone 7, WP7, wp7dev, Push Notifications, Android, Application Tiles
6
Shouts

NESL: Native Extension for Silverlight or No (Except Seven) Limits for Silverlight? Experimenting the Sensor API with a Wiimote

published 764 days, 3 hours, 32 minutes ago posted by KMilKMil 766 days, 5 hours, 12 minutes ago
Friday, April 22, 2011 1:10:00 PM GMT Wednesday, April 20, 2011 11:29:54 AM GMT
The first time I heard about the Native Extension for Silverlight, I wondered: well, in what context can I use this? In what kind of scenario? And overall, is it something really usable? In this article I will try to test one of the features included in NESL, i.e. the capability of interacting with motion sensors. At the end I used the popular wiimote controller since it has a built-in accelerometer. (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
tags: Sensor API, NESL
6
Shouts

MVC Extension Method for Hosting Static Content on a CDN - Nathan Totten

published 764 days, 3 hours, 32 minutes ago posted by StevesSteves 766 days, 37 minutes ago
Friday, April 22, 2011 1:10:00 PM GMT Wednesday, April 20, 2011 4:04:32 PM GMT
I created a simple extension method that allows you to easily host your static content off the Microsoft ASP.NET Ajax CDN and Windows Azure CDN. This simple extension method will improve the performance of your website as well as saving server capacity (i.e. money). As you may have heard Windows Azure now supports using your Web Roles as a CDN backing. This allows you to use the Windows Azure CDN without the need to m... (more)
category: Web Dev | clicked: 8 | comment | | source: ntotten.com
tags: ASP.NET MVC, ASP.NET AJAX, Windows Azure, Ajax CDN, CDN, Ajax, MVC, ASP.NET
7
Shouts

Create user friendly date fields with ASP.NET MVC EditorTemplates & jQueryUI - Rachel Appel

published 763 days, 1 hour, 45 minutes ago posted by StevesSteves 766 days, 40 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Wednesday, April 20, 2011 4:01:52 PM GMT
Today's web sites need to be user friendly, interactive, and responsive. The date field is of particular interest because at this point in time, users pretty much expect too see nicely formatted dates on the site in general, and datepicker/calendar widgets to interact with when editing date fields. The best way to do this, of course, is with client s... (more)
category: Web Dev | clicked: 2 | comment | | source: www.rachelappel.com
tags: ASP.NET MVC, jQuery, jQueryUI, ASP.NET
4
Shouts

Indexed Sequences

published 766 days, 17 hours, 40 minutes ago posted by KodefuGuruKodefuGuru 768 days, 12 hours, 29 minutes ago
Tuesday, April 19, 2011 11:01:59 PM GMT Monday, April 18, 2011 4:12:40 AM GMT
Phil Haack has an interesting article about creating a better Razor foreach loop. It’s a useful solution when one needs to know the current index of an item enumerating a sequence, but I feel the concepts presented can be expanded upon outside of the scope of his article... (more)
category: How To | clicked: 0 | comment | | source: www.kodefuguru.com
tags: MONAD, extension method, wrapper, Linq
4
Shouts

Telerik Extensions for ASP.NET MVC in Azure – Part 2, Deploying your Application

published 766 days, 17 hours, 40 minutes ago posted by KodefuGuruKodefuGuru 768 days, 11 hours, 8 minutes ago
Tuesday, April 19, 2011 11:01:59 PM GMT Monday, April 18, 2011 5:33:55 AM GMT
In Part 1 of this series we covered how you can create an MVC (both MVC 2 and MVC 3) web application that is ready to be published to the cloud. Of course we also went through how you can make this application a Telerik application, taking use of our Visual Studio Extensions. What the application actually does is up to you of course, b... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.telerik.com
tags: ASP.NET MVC 3, Telerik, Azure
4
Shouts

Going Beyond Visual Studio With JustCode

published 766 days, 17 hours, 40 minutes ago posted by KodefuGuruKodefuGuru 768 days, 11 hours, 2 minutes ago
Tuesday, April 19, 2011 11:01:59 PM GMT Monday, April 18, 2011 5:39:27 AM GMT
Are you still compiling your application to find errors? Or maybe you are using "Find" to navigate your code. We have all done it, but there is a better way! In this webinar we will see how JustCode's on-the-fly solution-wide code analysis, refactoring, and navigation features enhance the Visual Studio experience, and make you a more productive developer! (more)
category: Screencast | clicked: 6 | comment | | source: tv.telerik.com
tags: JustCode, Telerik, Code Navigation, webinar, code analysis, VisualStudio, Code Refactoring
4
Shouts

Bad passwords are not fun and good entropy is always important: demystifying security fallacies

published 766 days, 17 hours, 40 minutes ago posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 768 days, 8 hours, 58 minutes ago
Tuesday, April 19, 2011 11:01:59 PM GMT Monday, April 18, 2011 7:44:01 AM GMT
A couple of different friends sent me over a link to an article about the usability of passwords this weekend, clearly thinking it would strike a chord. Well, let’s just say I was enthralled before I even finished the second line: "Security companies and IT people constantly tells us that we should use complex and difficult passwords. This is bad advice" The crux of the article is that so long as a password is sufficiently long – the example used is “this is fun” – you’re pretty damn secure (apparently ... (more)
category: Architecture | clicked: 1 | comment | | source: www.troyhunt.com
tags: Security
6
Shouts

A Fast Loading Windows Phone 7 NavigationList Control | Colin Eberhardt's Adventures in WPF

published 766 days, 17 hours, 40 minutes ago posted by FantasticMrFishFantasticMrFish 768 days, 8 hours, 19 minutes ago
Tuesday, April 19, 2011 11:01:59 PM GMT Monday, April 18, 2011 8:22:42 AM GMT
This blog post describes a Windows Phone 7 NavigationList control, a list control designed for navigation pages. The NavigationList renders twice as fast as a ListBox and has a slightly simpler API. A few months ago I blogged about the relative performance of the Windows Phone 7 emulator versus the same code being run on the real hardware. There were a couple of take-home messages from this blog post, firstly the performance on real hardware is typically much slower than the emulator, and secondly an It... (more)
category: Metro | clicked: 2 | comment | | source: www.scottlogic.co.uk
6
Shouts

Creating Video Clips in WPF

published 766 days, 17 hours, 40 minutes ago posted by sonukapoorsonukapoor 768 days, 2 hours, 49 minutes ago
Tuesday, April 19, 2011 11:01:59 PM GMT Monday, April 18, 2011 1:52:14 PM GMT
In this article we will see how we can clip videos with few kilobytes of memory being used by your hard disk. (more)
category: Metro | clicked: 0 | comment | | source: dotnetslackers.com
tags: Video, WPF
7
Shouts

How you can make WF/WCF better - Ron Jacobs

published 768 days, 2 hours, 40 minutes ago posted by StevesSteves 769 days, 2 hours, 25 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 2:16:47 PM GMT
Are you sometimes frustrated by WF/WCF? Let’s just be honest for a moment… all of us are frustrated by WF/WCF at times. Even those of us who work on the product can probably think of a hundred ways we would like to make them better. However, we can’t fix everything or change everything that we would like to change because we also face the reality that we have a limited amount of time and resources to make changes... (more)
category: Web Dev | clicked: 1 | comment | | source: blogs.msdn.com
tags: WF, WCF
6
Shouts

Spreading Inheritance Tree Mapping Across Assemblies in Code First - Gil Fink on .Net

published 768 days, 2 hours, 40 minutes ago posted by gilfgilf 769 days, 3 hours, 29 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 1:12:51 PM GMT
Today I helped a client to solve a problem regarding EF4.1 Code First. The issue that they banged their heads with was an inheritance tree mapping in their model which is spread across two different assemblies. When they run the application they always got the same exception – “mapping and metadata information could not be found for entitytype ‘entity name’”. (more)
category: How To | clicked: 2 | comment | | source: blogs.microsoft.co.il
tags: Entity Framework, Code first, Mapping
Previous 1 2 ... 6 7 8 9 10 11 12 13 14 15 ... 104 105 Next