AaABen
Name: AaABen
Score: 1,970.21
Last Seen: 2 days, 5 hours, 59 minutes ago
Member Since: 29 October, 2009
DotNetShoutout
atom rss
7
shouts

WCF Ria Services For Real - Jesse Liberty

published 1 day, 5 hours, 7 minutes ago posted by jantujantu 2 days, 21 hours, 24 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 8:23:45 PM GMT
my previous post I discussed creating the database and tables for the Silverlight HVP configuration data.  All that was great, and worked just dandy until it was time to get the data from the database server to the application running on the client.“But,” I thought, “How hard can it be?”  I’ve done a few mini-tutorials… should be straight-forward… And it was… sorta.Getting Going The steps are pretty straight orward:Create an entity data model that corresponds to the t... (more)
category: Silverlight | clicked: 51 | comment | | source: blogs.silverlight.net
tags: Best Practices, data, Data-Binding, Design Patterns, HyperVideoProject, Linq, Mini-Tutorial, MVVM, slhvp, Videos, WCF-RIA-Services
8
shouts

Introducing Windows Phone 7 Development Tools - Somasegar

published 1 day, 5 hours, 7 minutes ago posted by jantujantu 2 days, 21 hours, 21 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 8:26:51 PM GMT
Introducing Windows Phone 7 Development Tools Today at MIX10, we are introducing the Windows Phone 7 Series development story.  At the heart of Windows Phone 7 Series development is Silverlight.  This enables you to bring your existing development skills in building Windows Phone 7 ications.Windows Phone Developer Tools CTP, Microsoft’s developer toolset for Windows Phone 7 Series, is now available for download.The Windows Phone Developer Tools CTP contains what you need to get started with Wi... (more)
category: Smart Client | clicked: 82 | comment | | source: blogs.msdn.com
tags: .NET Framework, Developer Division, Expression, Silverlight, Visual Studio
8
shouts

HanselMinutes - Show #205 - Open Data Protocol (OData) with Pablo Castro

published 3 days, 4 hours, 27 minutes ago posted by mithumithu 4 days, 22 hours, 31 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Sunday, March 14, 2010 7:17:04 PM GMT
Astoria, ADO.NET Data Services and OData - what's the difference and the real story? How does OData work and when should I use it? When do I use OData and when do I use WCF? Scott gets the scoop from the architect himself, Pablo Castro. (more)
category: Podcast | clicked: 86 | comment | | source: www.hanselminutes.com
tags: ADO.NET, HanselMinutes, OData, WCF
12
shouts

Angle Bracket Percent : T4MVC 2.6.13: now officially in MvcContrib, with a few new features - David Ebbo's blog

published 5 days, 4 hours, 59 minutes ago posted by mithumithu 7 days, 7 hours, 1 minute ago
Sunday, March 14, 2010 12:49:12 PM GMT Friday, March 12, 2010 10:46:14 AM GMT
A few weeks back, we announced (mostly on Twitter) that T4MVC was moving into the MvcContrib Codeplex project.  I didn’t say much about it at the time because there wasn’t a whole lot to say yet, in the sense that the move had not actually happened.  MvcContrib was transitioning from github to Mercurial, and since I wasn’t familiar with either one, I figured I’... (more)
category: ASP.NET | clicked: 39 | comment | | source: blogs.msdn.com
tags: ASP.NET, David Ebbo, MVC, T4, T4MVC, Twiiter
13
shouts

ASP.NET MVC 2 Released - ScottGu's Blog

published 5 days, 4 hours, 59 minutes ago posted by mithumithu 7 days, 7 hours, 8 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Friday, March 12, 2010 10:40:08 AM GMT
I’m happy to announce that the final release of ASP.NET MVC 2 is now available for VS 2008/Visual Web Developer 2008 Express with ASP.NET 3.5.  You can download and install it from the following locations: Download ASP.NET MVC 2 using the Microsoft Web Platform InstallerDownload ASP.NET MVC 2 from the Download Center The final release of VS 2010 and Visual Web Developer 2010 will have ASP.NET MVC 2 built-in – so you won’t need an additional install in order to use ASP.NET MVC 2 with them.  ASP.NET MVC 2... (more)
category: ASP.NET | clicked: 108 | 1 comment | | source: weblogs.asp.net
tags: ASP .NET, ASP .NET MVC 2, MVC, ScottGu, Visual Studio
6
shouts

Helper class to dynamically modify the Location configuration element - Anas Ghanem

published 5 days, 4 hours, 59 minutes ago posted by aghanemaghanem 6 days, 19 hours, 31 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Friday, March 12, 2010 10:16:25 PM GMT
Saturday, March 13, 2010 12:09 AM anas Helper class to dynamically modify the Location configuration element The location element is used to restrict user or role access on a specific path.The path could be a folder,aspx page,ashx,axd or any other file that is handled by ASP.NET runtime. In most cases, you use that element declarativley in the web.config file of your website.In this case, you are declaratively telling the ASP.NET runtime and... (more)
category: ASP.NET | clicked: 29 | comment | | source: weblogs.asp.net
7
shouts

.NET - SQL Cache Dependency with SQL Server, LINQ and ASP.NET 3.5

published 4 days, 5 hours, 52 minutes ago posted by KhaledKhaled 6 days, 16 hours, 54 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Saturday, March 13, 2010 12:53:51 AM GMT
Whenever I think of performance with ASP.NET, the first thing that comes to mind is caching. Simply put caching is an in memory storage of objects that enables the application to read and write data to memory. (more)
category: ASP.NET | clicked: 40 | comment | | source: www.dotnetcurry.com
7
shouts

Basic Instincts - Generic Co- and Contravariance in Visual Basic 2010

published 4 days, 5 hours, 52 minutes ago posted by KhaledKhaled 6 days, 16 hours, 49 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Saturday, March 13, 2010 12:58:14 AM GMT
Visual Studio 2010 has a new feature called generic co- and contravariance that is available when working with generic interfaces and delegates. In versions that precede Visual Studio 2010 and the Microsoft .NET Framework 4, generics behave invariantly with respect to subtyping, so conversions between generic types with different type arguments aren’t allowed. (more)
category: Foundation | clicked: 40 | comment | | source: msdn.microsoft.com
7
shouts

Code clarity: Requirements specification and RFC

published 5 days, 4 hours, 59 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 5 days, 21 hours, 33 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 8:14:34 PM GMT
About how RFC can help to write more strict requirement documents. (more)
category: Agile | clicked: 22 | comment | | source: code-clarity.blogspot.com
tags: requirements, RFC
8
shouts

Joins in LINQ to SQL - Raj Kaimal

published 5 days, 4 hours, 59 minutes ago posted by KhaledKhaled 5 days, 19 hours, 51 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 9:56:31 PM GMT
Joins in LINQ to SQL The following post shows how to write different types of joins in LINQ to SQL. I am using the Northwind database and LINQ to SQL for these examples.NorthwindDataContext dataContext = new NorthwindDataContext(); Inner Joinvar q1 = from c in dataContext.Customers join o in dataContext.Orders on c.CustomerID equals o.CustomerID select new { c.CustomerID, c.ContactName, o.OrderID, o.OrderDate ... (more)
category: Foundation | clicked: 39 | comment | | source: weblogs.asp.net
8
shouts

UppercuT – Custom Extensions Now With PowerShell and Ruby

published 5 days, 4 hours, 59 minutes ago posted by ferventcoderferventcoder 5 days, 15 hours, 27 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Sunday, March 14, 2010 2:20:26 AM GMT
Arguably, one of the most powerful features of UppercuT (UC) is the ability to extend any step of the build process with a pre, post, or replace hook. This customization is done in a separate location from the build so you can upgrade without wondering if you broke the build. There is a hook before each step of the build has run. There is a hook after. And back to power again, there is a replacement hook. If you don’t like what the step i... (more)
category: Agile | clicked: 32 | comment | | source: ferventcoder.com
tags: AutomatedBuild, Build, Powershell, Ruby
5
shouts

StackOverflow - Podcast #85

published 5 days, 4 hours, 59 minutes ago posted by mithumithu 5 days, 22 hours ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 7:48:12 PM GMT
In this episode of the Stack Overflow podcast, Joel and Jeff discuss the pursuit of venture capital, why Joel is ending his blog, and the hidden power of Google’s web spider. We were surprised that so many people who read Joel’s article about our venture capital experiment were unable to imagine any way we could put millions of dollars to use. If you consider that our core mission is to kill software like vBulletin and phpBB, and you had millions of dollars, what would you do and how would you do it? W... (more)
category: Podcast | clicked: 29 | comment | | source: blog.stackoverflow.com
tags: stackoverflow
8
shouts

Angle Bracket Percent : A better way to auto-run T4MVC when you build - David Ebbo's blog

published 5 days, 4 hours, 59 minutes ago posted by mithumithu 5 days, 21 hours, 55 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 7:52:47 PM GMT
T4MVC has always struggled with finding the right way of running automatically when you build.  Being a T4 template in your project, by default it just runs when you save it.  This is not great, because you really want it to rerun whenever you make a change that affects it: e.g. new controller action, new static file, … So I had come up with a pretty crazy workaround (the AlwaysKeepTemplateDirty flag), described in details in this previous post (under “The ... (more)
category: ASP.NET | clicked: 26 | comment | | source: blogs.msdn.com
tags: ASP.NET, David Ebbo, MVC, T4, T4MVC
7
shouts

Heartysoft.com | Encrypted Hidden Redux : Let's Get Salty

published 5 days, 4 hours, 59 minutes ago posted by ashicashic 5 days, 21 hours, 48 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 7:59:46 PM GMT
In this article, Ashic Mahtab shows an elegant, reusable and unobtrusive way in which to persist sensitive data to the browser in hidden inputs and restoring them on postback without needing to change any code in controllers or actions. The approach is an improvement of his previous article and incorporates a per session salt during encryption. (more)
category: ASP.NET | clicked: 33 | comment | | source: www.heartysoft.com
tags: ASP.NET MVC, Security
8
shouts

Implementing missing_method with C# dynamic

published 5 days, 4 hours, 59 minutes ago posted by joel_holderjoel_holder 6 days, 12 hours, 40 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 5:07:50 AM GMT
One of the neat things about Ruby is the missingmethod fallback capability.Using the C# 4.0 DynamicObject, we’re also able to control dispatch at runtime.I wanted to see how the missingmethod idiom might work with a C# dynamic dispatcher, so I wrote up a small sample. (more)
category: ASP.NET | clicked: 58 | comment | | source: uberpwn.spaces.live.com
8
shouts

Code clarity: C# renderer for jQuery DataTables

published 4 days, 5 hours, 52 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 5 days, 22 hours, 26 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Saturday, March 13, 2010 7:21:39 PM GMT
DataTables is an excellent plugin for the jQuery javascript library to extend HTML table with advanced functionality. I like to use it in projects, but (may be it is strange for someone) I don't like lot's of raw JavaScript code in aspx\ascx pages. Some code I extract from page and write it using Script# - another excellent tool. But some code needs to be on a page for some reasons. In such cases I prefer to use a "renderer" - set of strong typed C# classes that renders needed JavaScript to the page. ... (more)
category: ASP.NET | clicked: 52 | comment | | source: code-clarity.blogspot.com
7
shouts

realfiction - rfb: Marrying MSBuild and PowerShell

published 5 days, 4 hours, 59 minutes ago posted by http://fquednau.pip.verisignlabs.com/http://fquednau.pip.verisignlabs.com/ 5 days, 22 hours, 52 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 6:55:19 PM GMT
I have previously written about rfb, MsBuild without XML. The next important step for me was to introduce a seamless integration with PowerShell (more)
category: Foundation | clicked: 42 | comment | | source: realfiction.net
7
shouts

blog.RunXc | Calling an Interface Method using IronRuby in C#

published 5 days, 4 hours, 59 minutes ago posted by runxc1runxc1 6 days, 13 hours, 49 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 3:58:34 AM GMT
Using IronRuby can be a lot of fun and with this little snippet you can get up and writing IronRuby that is designed to be hosted inside a .Net application. Just a decent sample of how to use a .Net Interface to ease calling IronRuby methods from C# (more)
category: Architecture | clicked: 27 | comment | | source: blog.runxc.com
tags: C#, IronRuby, Snippet
8
shouts

ASP.NET : Difference between Server.Transfer and response.Redirect

published 4 days, 5 hours, 52 minutes ago posted by nandipnandip 6 days, 15 hours, 10 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Saturday, March 13, 2010 2:37:51 AM GMT
Response.Redirect sends message to the browser saying it to move to some different page, while server.transfer does not send any message to the browser but rather redirects the user directly from the server itself. So in server.transfer there is no round trip while response.redirect has a round trip and .... (more)
category: ASP.NET | clicked: 43 | comment | | source: dotnetexpertguide.blogspot.com
tags: ASP.NET
6
shouts

.NET - Creating a Weather Gadget for Windows 7

published 5 days, 4 hours, 59 minutes ago posted by KhaledKhaled 6 days, 16 hours, 28 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 1:19:49 AM GMT
In this article we will see how you can develop a Weather gadget for Windows 7 which uses Yahoo Weather API for fetching Weather data. The application will also have some of the latest exciting features of Windows 7 like Thumbnail Toolbar and Progress bar. (more)
category: Smart Client | clicked: 37 | comment | | source: www.dotnetcurry.com
Previous 1 2 3 4 5 6 7 8 9 10 ... 41 42 Next