DotNetShoutout - Latest published stories
5
shouts

Validating Collections of Entities in LightSwitch - Beth Massi

published 14 hours, 34 minutes ago posted by jantujantu 1 day, 12 hours, 50 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Wednesday, September 01, 2010 1:46:40 PM GMT
One of the many challenging things in building n-tier applications is designing a validation system that allows running rules on both the client and the server and sending messages and displaying them back on the client. I’ve built a couple application frameworks in my time and so I know how tricky this can be. I’ve been spending time digging into the validation framework for LightSwitch and I have to say I’m impressed. LightSwitch makes it easy to write business rules in one place and run them in the ap... (more)
category: Foundation | clicked: 47 | comment | | source: blogs.msdn.com
tags: article, DevCenter, LightSwitch
5
shouts

Create Silverlight applications using Visual Studio LightSwitch! - The Silverlight Blog

published 14 hours, 34 minutes ago posted by iftekharahmedamitiftekharahmedamit 1 day, 7 hours, 4 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Wednesday, September 01, 2010 7:32:25 PM GMT
Microsoft® Visual Studio® LightSwitch™ gives you a simpler and faster way to create professional-quality Silverlight business applications for the desktop, the Web, and the cloud. Download and try the first beta of the new member of the Visual Studio Family today! CommentsRead all CommentsAdd CommentWhat new feature would yo... (more)
category: Silverlight | clicked: 30 | comment | | source: team.silverlight.net
tags: LightSwitch, Silverlight, Silverlight 4, SL, Visual Studio LightSwitch
4
shouts

Making your Content Scrollable - Kirupa Chinnathambi

published 14 hours, 34 minutes ago posted by jantujantu 1 day, 13 hours, 16 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Wednesday, September 01, 2010 1:20:28 PM GMT
Every now and then, your application may require your users to scroll through a boatload of content. The following video shows an example of me scrolling through a large amount of content on the Windows Phone... (more)
category: Silverlight | clicked: 18 | comment | | source: www.kirupa.com
tags: Expression Blend, Silverlight, Windows Phone, WPF
4
shouts

Back to Basics – Get Client Computer Name in ASP.NET

published 14 hours, 34 minutes ago posted by gilfgilf 1 day, 11 hours, 29 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Wednesday, September 01, 2010 3:07:15 PM GMT
Today I had a design review meeting about a new small application that I’m participating in its development as an architect. One of the crucial features in this application was the depending on the ability to identify the client’s computer name (don’t ask me why…). Since this was a crucial thing for my customer I’ve decided to write about it. (more)
category: ASP.NET | clicked: 18 | comment | | source: blogs.microsoft.co.il
tags: ASP.NET, Tip
4
shouts

Workflow Foundation (WF) in .NET 4

published 14 hours, 34 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 1 day, 12 hours, 9 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Wednesday, September 01, 2010 2:28:09 PM GMT
The new Windows Workflow Foundation technology that ships with .NET Framework 4 represents a major improvement in performance and developer productivity and realizes a goal of declarative application development for business logic.  Windows Workflow Foundation (WF) is a Microsoft technology for defining, executing, and managing workflows. (more)
category: Web Service | clicked: 29 | comment | | source: blog.agafonov.net.ua
4
shouts

The Great Silverlight Competency Test 2 - Jesse Liberty

published 14 hours, 34 minutes ago posted by jantujantu 1 day, 11 hours, 47 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Wednesday, September 01, 2010 2:49:28 PM GMT
This is the second of twelve questions in The Great Silverlight Competency Test – each of which I believe a competent Silverlight Programmer ought to be able to complete within no more than 1 hour. (more)
category: Silverlight | clicked: 27 | comment | | source: jesseliberty.com
tags: Silverlight 4, Windows Phone 7
3
shouts

Shorten your URL with Goo.gl or Bit.ly in Asp.Net C#

published 14 hours, 34 minutes ago posted by jphellemonsjphellemons 1 day, 19 hours, 17 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Wednesday, September 01, 2010 7:19:39 AM GMT
If you are looking for a solution to shorten URL's in your C# code and don't know to choose between bit.ly and goo.gl or would like to know how to use one another, you should read this blog post. It has C# sample code. (more)
category: ASP.NET | clicked: 23 | comment | | source: www.jphellemons.nl
tags: C# Asp.Net Urlshortening
3
shouts

Reflecting Type Equivalence

published 14 hours, 34 minutes ago posted by brunomarquesbrunomarques 1 day, 17 hours, 30 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Wednesday, September 01, 2010 9:07:11 AM GMT
Using reflector to look into a .NET assembly using the new .NET4 feature "Type Equivalence". (more)
category: Foundation | clicked: 11 | comment | | source: geeklyeverafter.blogspot.com
tags: .net 4, Reflector
3
shouts

Things you can do with WCF RIA Services and a regular .svc file

published 14 hours, 34 minutes ago posted by sandrinosandrino 1 day, 10 hours, 50 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Wednesday, September 01, 2010 3:46:19 PM GMT
Introduction Let's say you create a new DomainService called TasksDomainService and host this service in an ASP.NET website. The HttpModule DomainServiceModule will make sure you can access this service as if a physical .svc file was present on the webserver. It will take the namespace and the class name (in my case Sandworks.Silverlight.nTier.Services and TasksDomainService), combine them and append ".svc". In my case I could access the service via: http://localhost:9346/Sandworks-Silverlight-nTi... (more)
category: Web Service | clicked: 28 | comment | | source: sandrinodimattia.net
tags: Silverlight, WCF RIA Services
7
shouts

wFace – windows phone 7 facebook integration part 1

published 14 hours, 34 minutes ago posted by sonukapoorsonukapoor 2 days, 14 hours, 40 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Tuesday, August 31, 2010 11:56:46 AM GMT
This article shows how to use the Facebook graph_API (http://developers.facebook.com/docs/API) in a windows phone 7 (wp7) Silverlight application. All used tools are free software - for downloads take a look at the links at the end of this document. (more)
category: ASP.NET | clicked: 16 | comment | | source: dotnetslackers.com
tags: API, Facebook
7
shouts

Free Windows Azure for One Month

published 14 hours, 34 minutes ago posted by wzackwzack 2 days, 9 hours, 36 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Tuesday, August 31, 2010 5:00:19 PM GMT
Want free access to Windows Azure for a month to try out a new idea? Now you can: - Learn about the Windows Azure platform with no steep learning curve - With Windows Azure you pay only for what you use, scale up when you need capacity and pull back when you don't. We're offering a Windows Azure One Month Pass, so you can put Windows Azure and SQL Azure through their paces. No Credit Card Required. (more)
category: Architecture | clicked: 16 | comment | | source: blogs.msdn.com
7
shouts

SQL Server - Understanding full power of CASE Expressions

published 14 hours, 34 minutes ago posted by dharadhara 1 day, 15 hours, 32 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Wednesday, September 01, 2010 11:04:36 AM GMT
Many programming languages like VB6 support IIF function which is used to return a value based on a particular expression/condition. In SQL Server the equivalent is to make use of CASE Expression, which is used to evaluate many conditions and return a single value. The following examples will give you some ideas on how to use CASE expression effectively (more)
category: SQL | clicked: 18 | comment | | source: beyondrelational.com
tags: case, SQLServer, TSQL
7
shouts

SqlCeCmd tutorial part two – Creating database objects and adding data

published 14 hours, 34 minutes ago posted by dharadhara 1 day, 13 hours, 35 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Wednesday, September 01, 2010 1:01:46 PM GMT
This is the second part of a 3 part series with some examples of sqlcecmd usage. The first part is here. This second part deals with creation of database objects and adding data. (more)
category: SQL | clicked: 21 | comment | | source: beyondrelational.com
tags: SQLServer, TSQL
7
shouts

The Joy of Moq – Multiple Interfaces | Musings of the Bare Bones Coder

published 14 hours, 34 minutes ago posted by barebonescoderbarebonescoder 2 days, 23 hours, 24 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Tuesday, August 31, 2010 3:12:59 AM GMT
A bare bones introduction to mocking multiple interfaces using Moq. (more)
category: Foundation | clicked: 28 | comment | | source: www.barebonescoder.com
tags: Mocking, Moq, TDD
4
shouts

Adding Twitter authentication support to ASP.NET application

published 14 hours, 34 minutes ago posted by gpeipmangpeipman 1 day, 6 hours, 4 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Wednesday, September 01, 2010 8:32:48 PM GMT
In my last posting I introduced my idea about common membership provider for ASP.NET that is able to support multiple authentication providers. Before writing membership provider we need support for some authentication providers to get an better idea how to use them together. In this posting I will introduce you how to use OAuth protocol with Twitter. (more)
category: ASP.NET | clicked: 21 | comment | | source: weblogs.asp.net
3
shouts

Event Handling in Silverlight - Dinesh's Blog

published 14 hours, 34 minutes ago posted by jacobsebastianjacobsebastian 20 hours, 32 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Thursday, September 02, 2010 6:05:00 AM GMT
In the previous article I described what are the different Layout Management Panels in Silverlight and how and when they are used. In this article I will try to describe how to add/manage events in Silverlight. (more)
category: Silverlight | clicked: 18 | comment | | source: beyondrelational.com
tags: ASP.NET, dotnet, error handling, Silverlight
2
shouts

.NET 4.0 MEF FAQ (Socket, Plug and extension)

published 14 hours, 34 minutes ago posted by dotnetfundadotnetfunda 19 hours, 32 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Thursday, September 02, 2010 7:04:57 AM GMT
This FAQ deep dives in to .Net 4.0 MEF fundamentals (Import and Export) and also explains when to use MEF over DI / IOC. This article also explains step by step on how to use MEF in various technologies like Silverlight, WPF and ASP.NET. (more)
category: ASP.NET | clicked: 21 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
shouts

Select and SelectMany: LINQ projection operator - Debug Mode

published 14 hours, 34 minutes ago posted by jacobsebastianjacobsebastian 21 hours, 57 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Thursday, September 02, 2010 4:39:40 AM GMT
Projection helps us developer to retrieve desired result from the collection . LINQ provides two projection operator. Select and SelectMany. Select works with one collection whereas SelectMany works with more than one collection. (more)
category: ASP.NET | clicked: 15 | comment | | source: beyondrelational.com
tags: dotnet, Linq, projection
2
shouts

Object Test Bench Overview

published 14 hours, 34 minutes ago posted by brunomarquesbrunomarques 1 day, 17 hours, 31 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Wednesday, September 01, 2010 9:06:04 AM GMT
An overview of "Object Test Bench". An underrated visual studio feature. Very useful to perform light-weight testing. (more)
category: Architecture | clicked: 23 | comment | | source: geeklyeverafter.blogspot.com
tags: Visual Studio
2
shouts

IIS Articles Archives « Abhijit's World of .NET

published 14 hours, 34 minutes ago posted by abhijitjanaabhijitjana 1 day, 10 hours, 26 minutes ago
Thursday, September 02, 2010 12:02:39 PM GMT Wednesday, September 01, 2010 4:11:08 PM GMT
In this blog post I have going to list out all of my IIS articles that I have published over last few years. Why I am going to do such post ? Because, I have been asked many question on IIS and different debugging options related with IIS and ASP.NET Applications by many readers. Many times I have had given reference of my different articles. This post will be the single reference for all of those articles. In this blog post I have given link and small overview of all of my IIS articles, so that I can... (more)
category: ASP.NET | clicked: 22 | comment | | source: abhijitjana.net
tags: ASP.NET, Debugging, IIS
Previous 1 2 3 4 5 6 7 8 9 10 ... 510 511 Next