Mike
Name: Mike
Score: 4,927.42
Last Seen: 637 days, 4 hours, 16 minutes ago
Member Since: 3 February, 2009
DotNetShoutout
atom rss
8
Shouts

Integrating ASP.NET MVC 3 into existing upgraded ASP.NET 4 Web Forms applications - Scott Hanselman

published 860 days, 7 hours, 31 minutes ago posted by iftekharahmedamitiftekharahmedamit 861 days, 8 hours, 56 minutes ago
Tuesday, January 11, 2011 6:23:59 PM GMT Monday, January 10, 2011 4:58:09 PM GMT
I got an interesting question recently from a gentleman who has an existing ASP.NET WebForms 2.0 application that works just fine. He's upgraded it to ASP.NET 4 and it still works great, but now he wants to add some ASP.NET MVC pages to it. He doesn't want to rewrite the application. A few years ago I did a post on "Hybrid" ASP.NET applications. The goal was to reinforce the point that you can have ASP.NET applications that are both WebForms and MVC (as well as WCF and ASMX Web Services and on and on.) ... (more)
category: Web Dev | clicked: 1 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, ASPNETMVC, ASP.NET 4, ASP.NET
5
Shouts

Adding Your Application To The Graph

published 860 days, 7 hours, 31 minutes ago posted by http://managedfusion.com/http://managedfusion.com/ 861 days, 9 hours, 54 minutes ago
Tuesday, January 11, 2011 6:23:59 PM GMT Monday, January 10, 2011 4:00:07 PM GMT
10Jan2011TweetAdding Your Application To The Graph No CommentsHow To, Programming Recently Jeff Attwood asked: Is meta description still relevant? In the question he quoted an anonymous “expert”: Meta descriptions are used by Google probably 80% of the time for the snippet. They don’t help with rankings but you should probably use them. You could just auto generate them from the first part of the question. To be honest I think this recommendation comes from stalwarts in the SEO community... (more)
category: Web Dev | clicked: 7 | comment | | source: coderjournal.com
tags: Open Graph Protocol, Facebook, Stack Exchange
7
Shouts

Cross-Training in Silverlight & Flex – The Future of RIAs

published 932 days, 2 hours, 43 minutes ago posted by BrianGenisioBrianGenisio 934 days, 12 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Saturday, October 30, 2010 1:42:53 AM GMT
Mhat a week for RIAs!  The first half of the week was consumed by the Adobe MAX conference where we got to see the future of Flex.  The second half of the week was consumed by the Microsoft PDC conference where many of us were hoping to hear about the future of Silverlight.  Unfortunately, the PDC conference was noticeably absent of Silverlight futures.  This caused a ton of speculation about the future of Silverlight.  This is my (possibly) radical take on it all. (more)
category: Metro | clicked: 1 | comment | | source: houseofbilz.com
tags: RIA, Silverlight, Future, Flex 4
5
Shouts

Asim Sajjad: TextBox Control WPF 4.0

published 932 days, 2 hours, 43 minutes ago posted by asimsajjadasimsajjad 933 days, 21 hours, 24 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Saturday, October 30, 2010 4:30:35 AM GMT
I have used the Text Box control quite a lot in my project and I am sure many of you have also used it in your project as It is the basic control which is used to get user input.When reading details about the text box control I have found some of the new things which are in for the WPF 4 text box control and I have never used some of them in my project. Now I will share this with you some of the useful properties of the Text box control. MultiLine :     In many application you have used the text box c... (more)
category: How To | clicked: 0 | comment | | source: asimsajjad.blogspot.com
tags: WPF 4
6
Shouts

instantiate | Using the Windows timezone for Enterprise Library logging formatters.

published 932 days, 2 hours, 43 minutes ago posted by lukus7lukus7 935 days, 15 hours, 57 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Thursday, October 28, 2010 9:57:32 AM GMT
A quick tutorial on how to use the server timezone within Enterprise Library templates (the default is GMT time). (more)
category: Web Dev | clicked: 0 | comment | | source: instantiate.co.nz
5
Shouts

Expect Beta 5 is out

published 932 days, 2 hours, 43 minutes ago posted by gleborgnegleborgne 934 days, 5 hours, 58 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Friday, October 29, 2010 7:56:11 PM GMT
Expect is a tool for executable specifications and BDD. The new Beta is available on Codeplex (more)
category: Agile | clicked: 1 | comment | | source: expectframework.wordpress.com
tags: Expect, Test, executable specification, BDD, Expect framework
4
Shouts

Inline Recursion in ASP.NET Template to Print a Tree’s Node List

published 932 days, 2 hours, 43 minutes ago posted by eladoelado 933 days, 42 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Sunday, October 31, 2010 1:12:05 AM GMT
Here’s a neat & clean way to perform a recursion in ASP.NET, inside the .aspx/.ascx file. Suitable for ASP.NET MVC as well as WebForms. No (more)
category: Web Dev | clicked: 6 | comment | | source: devign.me
tags: ASP.NET MVC, Recursion, Tree, ASP.NET
5
Shouts

C# MultiMap data structure

published 932 days, 2 hours, 43 minutes ago posted by werchterwerchter 934 days, 10 hours, 34 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Friday, October 29, 2010 3:20:36 PM GMT
How MultiMaps can be used in C# to increase performance of Linq join operations. (more)
category: How To | clicked: 10 | comment | | source: blog.onderweg.eu
tags: data structures, C#
4
Shouts

Enabling ClearType for Ribbon Applications - WPF Team Blog

published 932 days, 2 hours, 43 minutes ago posted by iftekharahmedamitiftekharahmedamit 932 days, 15 hours, 56 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Sunday, October 31, 2010 9:58:32 AM GMT
The Ribbon RTM release was built against .NET 3.5, but our October 2010 release of Ribbon includes both .NET 3.5 and .NET 4.0 Ribbon DLLs. With the v4.0 Ribbon, we have enabled ClearType on all of the Ribbon controls using RenderOptions.ClearTypeHint. WPF applications using RibbonWindow must also opt-in to enable ClearType for all content below the Ribbon. This article describes ClearType technology and requirements and then specifies how a WPF Ribbon application enables ClearType. We refer to Ribbon... (more)
category: UX | clicked: 1 | comment | | source: blogs.msdn.com
tags: Ribbon, ClearType, WPF
4
Shouts

Save Changes Before Building - Visual Studio Tips and Tricks - Zain Naboulsi

published 932 days, 2 hours, 43 minutes ago posted by DustinDustin 932 days, 15 hours, 53 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Sunday, October 31, 2010 10:01:41 AM GMT
Visual Studio Tips and Tricks from Zain Naboulsi Save Changes Before Building In Tools -> Options -> Projects and Solutions -> Build and Run there is an "Before Building"... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Tips and Tricks, Visual Studio
7
Shouts

Thoughts on Silverlight: From a Silverlight controls vendor

published 930 days, 6 hours, 16 minutes ago posted by traskjdtraskjd 932 days, 1 hour, 54 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Monday, November 01, 2010 12:00:09 AM GMT
As many of you will be aware, Microsoft's PDC event this year occurred last week and with it came a comment from Bob Muglia that "our strategy has shifted" in relation to Silverlight. This post shares some views from Mindscape - a company that develops a suite of Silverlight controls as well as other products for .NET developers. (more)
category: Metro | clicked: 0 | comment | | source: www.mindscape.co.nz
tags: Silverlight, Mindscape
4
Shouts

C# 5.0 Asynchronous Made Easy

posted by abhi2434abhi2434 932 days, 5 hours, 48 minutes ago
Sunday, October 31, 2010 8:06:57 PM GMT
After I introduced about Future Of C# 5.0 I was not aware of what Microsoft is thinking about it. But today after I saw PDC 2010 the main concern that Microsoft is pointing to on the release of C# 5.0 is the pain related to deal with asynchronous operations using Threads. It simplifies the existing MultiThreading model with Task based model, which now simplified with greater extent with the use of two new keywords yet not introduced as "await" and "async". The History Before the introduction of th... (more)
category: Architecture | clicked: 0 | comment | | source: www.abhisheksur.com
4
Shouts

How to hide users files and folders on your website? : Amr ElGarhy

published 930 days, 6 hours, 16 minutes ago posted by http://amrelgarhy.myopenid.com/http://amrelgarhy.myopenid.com/ 932 days, 8 hours, 25 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Sunday, October 31, 2010 5:29:01 PM GMT
How to hide users files and folders on your website? written by Amr ElGarhy on Sunday, October 31 2010 Sometimes you want to hide some files or folders on your website, so that no one can access them directly. If you have an upload feature in your website, and your website users upload their files or images to your website, It will not be nice to let other users see others files by guessing the URL. For example: Your website uploaded files directory is “UsersUploads” and you put there all th... (more)
category: Web Dev | clicked: 0 | comment | | source: amrelgarhy.com
tags: IIS7, files, ASP.NET
5
Shouts

EntitySpaces to Support the EffiProz Database Engine

published 930 days, 6 hours, 16 minutes ago posted by MikeGriffinMikeGriffin 932 days, 6 hours, 9 minutes ago
Tuesday, November 02, 2010 7:38:27 PM GMT Sunday, October 31, 2010 7:45:37 PM GMT
EffiProz is an interesting database and it seems like they have made some very good strategic moves. For instance, Silverlight doesn’t support System.Data so EffiProz went and created their own class library that mimic's an ADO.NET provider since ADO.NET Providers aren’t supported under Silverlight. The same holds true for Windows Phone 7, EffiProz has a data provider for that as well. We’ve had our eye on EffiProz ever since the initial problems with VistaDB were made known. What EffiProz is doing s... (more)
category: Architecture | clicked: 1 | comment | | source: www.entityspaces.net
tags: Databases, EntitySpaces, OR/M
6
Shouts

XAMLCast – Interview with Paul Betts about ReactiveXaml - Roberto Sonnino

published 932 days, 2 hours, 43 minutes ago posted by MikeMike 933 days, 3 hours, 10 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Saturday, October 30, 2010 10:44:00 PM GMT
Following on our special series of interviews, Roberto interviewed Paul Betts, a Software Development Engineer in the Windows team and creator of ReactiveXaml. In a video special, he talked about Reactive programming and how to apply it to WPF and Silverlight through RxXaml. An awesome introduction to a new paradigm on WPF/SL development!.. (more)
category: Smart Client | clicked: 1 | comment | | source: virtualdreams.com.br
tags: XAML
7
Shouts

PDC 2010: The Future of C# and Visual Basic - Arik Poznanski's Blog

published 932 days, 2 hours, 43 minutes ago posted by arikarik 933 days, 5 hours, 25 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Saturday, October 30, 2010 8:29:20 PM GMT
PDC 2010: The Future of C# and Visual Basic Following is a summary of the session “The Future of C# and Visual Basic” presented by Anders Hejlsberg, lead architect of the C# programming language, in PDC 2010.History Before talking about the future, Anders starts with a review of C# and VB.NET history. Anders identifies three major trends over the passing decade:Declarative – concentrates on “What do you want do?” instead of “How you want to do it?” Dynamic – allowing more fluent style of programmi... (more)
category: How To | clicked: 0 | 3 comments | | source: blogs.microsoft.co.il
tags: PDC 2010, Async, C#
6
Shouts

Creating a Delete Without Recycling Feature for List Items in SharePoint 2007 - Kirk Evans Blog

published 932 days, 2 hours, 43 minutes ago posted by StevesSteves 933 days, 4 hours, 55 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Saturday, October 30, 2010 8:59:23 PM GMT
In my last post, I talked about errors you might encounter while trying to empty the second stage recycle bin with SharePoint 2007. My customer encountered this problem partially because a single site deletes upwards of 2,000 items per day. They saw items in the second stage recycle bin that were 8 months old and there were nearly 1 million items in the second stage recycle bin. The items could be deleted manually one at a time, but there was no way to bulk delete the items using the SharePoint web us... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: SharePoint 2010, Sharepoint
6
Shouts

Visual Studio Async CTP for the rest of us… - Michael Crump

published 932 days, 2 hours, 43 minutes ago posted by MikeMike 933 days, 3 hours, 17 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Saturday, October 30, 2010 10:37:27 PM GMT
Today at PDC 2010, they announced Asynchronous functions in C# and VB.NET. So what exactly does that mean? I’ll give you the definition first: Asynchronous operations are methods and other function members that may have most of their execution take place after they return. In .NET the recommended pattern for asynchronous operations is for them to return a taskwhich represents the ongoing operation and allows waiting for its eventual outcome. You completely understand right? Me neither! I have been rea... (more)
category: How To | clicked: 0 | comment | | source: michaelcrump.net
tags: Async, Visual Studio, CTP
7
Shouts

WCF, WF and WF Services V.Next - Rick G. Garibay

published 932 days, 2 hours, 43 minutes ago posted by MikeMike 933 days, 3 hours, 18 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Saturday, October 30, 2010 10:36:25 PM GMT
The Application Server Platform team (the team responsible for WCF and WF, who I affectionately still refer to as the Connected Framework team) has been hard at work on futures since before the release of .NET 4. And while the new feature area announcements made public today may not share the same spotlight as higher layers of the AppFabric onion, they are a welcome addition to the framework that continue to build on the theme of productivity ushered in the 4.0 release. ... (more)
category: Web Dev | clicked: 0 | comment | | source: rickgaribay.net
tags: WF, WCF
8
Shouts

Dependency Injection Using Unity Application Block

published 933 days, 4 hours, 20 minutes ago posted by sonukapoorsonukapoor 934 days, 11 hours, 48 minutes ago
Saturday, October 30, 2010 9:34:34 PM GMT Friday, October 29, 2010 2:06:23 PM GMT
In this article Gil Fink explains what is dependency injection, what is Unity Application Block and how to use it. (more)
category: Architecture | clicked: 2 | comment | | source: dotnetslackers.com
tags: Unity
Previous 1 2 3 4 5 6 7 8 9 10 ... 14 15 Next