Klugger
Name: Klugger
Score: 16,945.71
Last Seen: 504 days, 1 hour, 18 minutes ago
Member Since: 19 January, 2009
DotNetShoutout
atom rss
9
Shouts

Building ASP.NET Validator using Data Annotations - Gil Fink on .Net

published 1166 days, 6 hours, 23 minutes ago posted by gilfgilf 1168 days, 13 hours, 17 minutes ago
Saturday, April 10, 2010 11:45:33 AM GMT Thursday, April 08, 2010 4:51:54 AM GMT
In this post I’m going to describe an implementation of ASP.NET validator that uses the new System.ComponentModel.DataAnnotations  assembly that comes in .NET 4. (more)
category: Web Dev | clicked: 3 | comment | | source: blogs.microsoft.co.il
tags: Validators, data annotations, ASP.NET
9
Shouts

SOLVED: IIS7, validateIntegratedModeConfiguration and inheritInChildApplications clash

published 1164 days, 7 hours, 5 minutes ago posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1168 days, 7 hours, 49 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
9
Shouts

Moses' Blog | Mapping Conceptual Model Function to Complex Type in Entity Framework 4.0

published 1166 days, 6 hours, 23 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1168 days, 9 hours, 48 minutes ago
Saturday, April 10, 2010 11:45:33 AM GMT Thursday, April 08, 2010 8:20:56 AM GMT
Introduction You might hear of KiGG, the open source project that is currently live as http://dotnetshoutout.com. I wanted to expose part of KiGG data as an OData Service for read only. But I figured out that exposing raw KiGG schema might not be useful. So I had to choose between 2 options that were up to my mind:Build some views on the physical store -database-. Create a new entity data model for those views and use the new data model context for DataServiceContext.Use Entity Framework 4.0 conceptual ... (more)
category: How To | clicked: 1 | comment | | source: mosesofegypt.net
tags: linqtoentities, entityframework4, EF4, entityframework, DataServices, OData
9
Shouts

DotNetRocks - Show #540 - Jim Zimmerman combines Facebook and Azure

published 1166 days, 6 hours, 23 minutes ago posted by mithumithu 1168 days, 11 hours, 13 minutes ago
Saturday, April 10, 2010 11:45:33 AM GMT Thursday, April 08, 2010 6:55:36 AM GMT
Jim Zimmerman talks about the Windows Azure Toolkit for Facebook. (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, Facebook, Windows, Toolkit, Azure
9
Shouts

Cool view transitions using ZapScoller - Rudi Grobler in the Cloud

published 1164 days, 7 hours, 5 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 1168 days, 6 hours, 43 minutes ago
Monday, April 12, 2010 11:03:51 AM GMT Thursday, April 08, 2010 11:25:46 AM GMT
A small demo showing how to do view transition using the ZapScroller (Available in the Bag of tricks) (more)
category: Metro | clicked: 1 | comment | | source: www.rudigrobler.net
tags: Silverlight, WPF, ZapScroller
9
Shouts

Google Calendar Management with MVC & StructureMap

published 1164 days, 7 hours, 5 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 1168 days, 11 hours, 13 minutes ago
Monday, April 12, 2010 11:03:51 AM GMT Thursday, April 08, 2010 6:55:46 AM GMT
I recently read John Petersen’s blog entitled “Adding Google Charts to your ASP MVC Applications” and I thought it was a pretty cool read. I thought I’d do a similar one taking advantage of the Google Data API SDK. In order to get started, you’ll need to do some setup by following the awesome instructions Google provides called Getting Started with the .NET Client Library to setup the SDK. Let’s get to the code! First things first, create a calendar repository interface like this: (more)
category: Web Dev | clicked: 6 | comment | | source: derans.blogspot.com
tags: ASP.NET MVC, google sdk, StructureMap
8
Shouts

Simple C# Synchronous / Asynchronous Email Sender « lukencode

published 1166 days, 6 hours, 23 minutes ago posted by lobsterinolobsterino 1168 days, 17 hours, 5 minutes ago
Saturday, April 10, 2010 11:45:33 AM GMT Thursday, April 08, 2010 1:03:07 AM GMT
I noticed quite a few search queries coming in for my post on User Control Email Templates so I thought I should post the code I am using to actually send the emails in that example. The class uses the SMTP configuration information in the web.config or app.config of the application. The code is pretty quick and dirty but if you are only sending one off emails it works fine. (more)
category: Web Dev | clicked: 2 | comment | | source: lukencode.com
tags: C#, Email
8
Shouts

mcnerlin.com | Why choose a UI design pattern? (Part 2 - MVP)

published 1166 days, 6 hours, 23 minutes ago posted by amcnerlinamcnerlin 1168 days, 9 hours, 46 minutes ago
Saturday, April 10, 2010 11:45:33 AM GMT Thursday, April 08, 2010 8:22:06 AM GMT
In the second part of this blog posting I’m going to examine the Model View Presenter (MVP) pattern.  We’ll take a look at how the pattern can work, the pros/cons and an example of implementation... (more)
category: Architecture | clicked: 1 | comment | | source: www.mcnerlin.com
tags: UI Patterns, designpatterns, model view presenter, Architecture
8
Shouts

Ten Cool Visual Studio 2010 Features

published 1165 days, 7 hours, 51 minutes ago posted by zsoltf1zsoltf1 1168 days, 2 hours, 3 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Thursday, April 08, 2010 4:05:14 PM GMT
The 10 most useful new features in Visual Studio 2010. (more)
category: How To | clicked: 0 | comment | | source: gregdoesit.com
tags: Features, Visual Studio
6
Shouts

Testing C# code with IronRuby - a Review of Ruby's Testing Frameworks

published 1165 days, 7 hours, 51 minutes ago posted by shayfriedmanshayfriedman 1167 days, 1 hour, 19 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Friday, April 09, 2010 4:49:19 PM GMT
On of the most shining features of the Ruby language for .NET developers is, in my opinion, its testing frameworks. Ruby has got such amazing testing frameworks that it is such a shame that people still use other languages to test code. The goal of this post is simple – to show you how to test a given code in various different frameworks, so you can choose the one for you. (more)
category: How To | clicked: 0 | comment | | source: www.ironshay.com
tags: IronRuby, unit testing
7
Shouts

Visual Studio 2010 UML + Modelling

published 1165 days, 7 hours, 51 minutes ago posted by amcnerlinamcnerlin 1167 days, 4 hours, 53 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Friday, April 09, 2010 1:15:32 PM GMT
Visual Studio 2010 adds a new project template called “Modelling Project” in which you can create a series of new diagrams. These diagrams include 5 of the 13 UML 2.x diagrams plus a Layer diagram and a Directed Graph diagram (.dgml). (more)
category: Architecture | clicked: 4 | comment | | source: www.mcnerlin.com
tags: UML, Modelling, Visual Studio 2010, Architecture
6
Shouts

Using XNA libraries in your Silverlight Windows Phone 7 applications - Tim Heuer

published 1165 days, 7 hours, 51 minutes ago posted by AlexAlex 1166 days, 17 hours, 37 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Saturday, April 10, 2010 12:31:24 AM GMT
I recently got an inquiry to my Microsoft Translator sample on if this would work with the Silverlight in the Windows Phone 7 SDK. I hadn’t tried it before, so I created a sample Windows Phone 7 application and copied the code over. I used a basic UI to mock up the similarities... (more)
category: Metro | clicked: 2 | comment | | source: timheuer.com
tags: SL, Silverlight, XNA, Windows Phone 7, Windows Phone, Windows Phone 7 Series, XNA Game Studio
8
Shouts

AutoPoco v0.2 Released

published 1165 days, 7 hours, 51 minutes ago posted by http://robashton.codeofrob.com/http://robashton.codeofrob.com/ 1168 days, 9 hours, 25 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Thursday, April 08, 2010 8:43:31 AM GMT
New features added for automatic assembly scanning and generation of collections with random/sequentially modified data (more)
category: Architecture | clicked: 0 | comment | | source: codeofrob.com
tags: Object Generation, C#, Testing
7
Shouts

Basic Introduction To Writing Unit Tests With moq

published 1165 days, 7 hours, 51 minutes ago posted by deanomachinodeanomachino 1167 days, 7 hours, 48 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Friday, April 09, 2010 10:20:39 AM GMT
Basic Introduction To Writing Unit Tests With moq What is mocking? Well....according to Wikipedia it is: "In object-oriented programming, mock objects are simulated objects that mimic the behavior of real objects in controlled ways. A computer programmer typically creates a mock object to test the behavior of some other object" In short, Mock objects are a great way to simulate an object that we need to work with. Sometimes we may also come across situations or states that are difficult to reprodu... (more)
category: Agile | clicked: 5 | comment | | source: www.deanhume.com
tags: .NET, Rhino Mocks, C#, Development, Mocking, Agile, Moq, Unit Tests
7
Shouts

SQL SERVER – Retrieve and Explore Database Backup without Restoring Database – Idera virtual database « Journey to SQL Authority with Pinal Dave

published 1165 days, 7 hours, 51 minutes ago posted by pinaldavepinaldave 1167 days, 8 hours, 11 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Friday, April 09, 2010 9:57:43 AM GMT
I recently downloaded Idera’s SQL virtual database, and tested it. There are a few things about this tool which caught my attention. My Scenario It is quite common in real life that sometimes observing or retrieving older data is necessary; however, it had changed as time passed by. The full database backup was 40 GB in size, and, to restore it on our production server, it usually takes around 16 to 22 minutes, depending on the load server that is usually present. This range in time varies from one ser... (more)
category: Data | clicked: 1 | comment | | source: blog.sqlauthority.com
tags: SQL, SQLServer, pinaldave, SQLAuthority
11
Shouts

JavaScript Intellisense Improvements with VS 2010 - Scott Guthrie

published 1165 days, 7 hours, 51 minutes ago posted by jantujantu 1167 days, 6 hours, 41 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Friday, April 09, 2010 11:27:03 AM GMT
This is the twentieth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release.Today’s blog post covers some of the nice improvements coming with JavaScript intellisense with VS 2010 and the free Visual Web Developer 2010 Express.  You’ll find with VS 2010 that JavaScript Intellisense loads much faster for large script files and with large libraries, and that it now provides statement completion support for more advanced scenarios compared to previous versions of Visual Studio. ... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, Community News, ASP.NET
9
Shouts

"Dogfooding" VS 2010 and .NET 4 - S. Somasegar

published 1165 days, 7 hours, 51 minutes ago posted by jantujantu 1167 days, 6 hours, 36 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Friday, April 09, 2010 11:32:51 AM GMT
As we get ready for the launch of Visual Studio 2010 and .NET Framework 4, I find myself looking back at the project to think about some of the critical factors that lead to our success. One of the things that stands out clearly for me is our practice of dogfooding the various pieces of Visual Studio throughout the product cycle.  Here at Microsoft, we use the term “dogfooding” to refer to the internal use of a pre-release product in our daily work - after all, unt... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET Framework, Visual Studio, Developer Division
9
Shouts

jQuery, ASP.NET, and Browser History - Stephen Walther

published 1165 days, 7 hours, 51 minutes ago posted by jantujantu 1167 days, 6 hours, 32 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Friday, April 09, 2010 11:36:23 AM GMT
One objection that people always raise against Ajax applications concerns browser history. Because an Ajax application updates its content by performing sneaky Ajax postbacks, the browser backwards and forwards buttons don’t work as you would normally expect. In a normal, non-Ajax application, when you click the browser back button, you return to a previous state of the application. For example, if you are paging through a set of movie records, you might return to the previous page of records. (more)
category: Web Dev | clicked: 0 | comment | | source: stephenwalther.com
tags: AJAX ASP.NET JavaScript jQuery
8
Shouts

Automatic Properties, Collection Initializers, and Implicit Line Continuation support with VB 2010 - Scott Guthrie

published 1169 days, 6 hours, 53 minutes ago posted by jantujantu 1170 days, 8 hours, 47 minutes ago
Wednesday, April 07, 2010 11:15:57 AM GMT Tuesday, April 06, 2010 9:21:03 AM GMT
I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] This is the eighteenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release.A few days ago I blogged about two new language features coming with C# 4.0: optional parameters and named arguments.  Today I’m going to post about a few of my favorite new features being added to VB with VS 2010: Auto-Implemented Properties, Collection Initializers, and Im... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, Community News
7
Shouts

Editor Guidelines UI – Extension #4 - Sara Ford

published 1169 days, 6 hours, 53 minutes ago posted by jantujantu 1170 days, 8 hours, 44 minutes ago
Wednesday, April 07, 2010 11:15:57 AM GMT Tuesday, April 06, 2010 9:24:25 AM GMT
Over 5 years ago, I wrote my very first tip about Visual Studio on Guidelines, a hidden feature to enable visual column indicators to the editor.Finally, through this extension, we have a way to set and customize guidelines through the UI without manually changing registry keys.The registry key will work on versions 2002, 2003, 2005, and 2008. However, the registry key will not work on VS 2010 without this extension.To Install... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010, Extension
Previous 1 2 ... 78 79 80 81 82 83 84 85 86 87 ... 90 91 Next