AaABen
Name: AaABen
Score: 2,070.54
Last Seen: 975 days, 19 hours, 48 minutes ago
Member Since: 29 October, 2009
DotNetShoutout
atom rss
5
Shouts

Executing WMI Queries

published 983 days, 20 hours, 53 minutes ago posted by BlackWaspBlackWasp 985 days, 7 minutes ago
Sunday, October 10, 2010 1:30:39 PM GMT Saturday, October 09, 2010 10:16:37 AM GMT
Windows Management Instrumentation provides a number of services that allow gathering of information about the operating system, software and hardware of a machine. Using WQL, this information can be retrieved using familiar, text-based queries. (more)
category: How To | clicked: 2 | comment | | source: www.blackwasp.co.uk
tags: .NET, C#, WMI
6
Shouts

MVC2 Unit Testing, Populating ModelState

published 983 days, 20 hours, 53 minutes ago posted by tduponttdupont 985 days, 13 hours, 7 minutes ago
Sunday, October 10, 2010 1:30:39 PM GMT Friday, October 08, 2010 9:16:48 PM GMT
When trying to unit test an MVC2 controller action that used the ModelState, I quickly learned that the ModelState is not populated when just newing up a Controller and calling one of its public methods. This can be solved by adding an 'AddValidationErrors' extension method to the ModelStateDictionary. (more)
category: Web Dev | clicked: 3 | comment | | source: community.codesmithtools.com
tags: MVC2, unit testing, ModelState
3
Shouts

Zenab's Tech Blog.Net: Fix for URL Rewriting With Intelligencia dll and IIS 5.1 Problem

published 983 days, 20 hours, 53 minutes ago posted by http://klusner.myopenid.com/http://klusner.myopenid.com/ 985 days, 13 hours, 8 minutes ago
Sunday, October 10, 2010 1:30:39 PM GMT Friday, October 08, 2010 9:15:40 PM GMT
If  a rewritten URL contains GUID( where Guid is encrypted in this example) and extra under  Intelligencia rewriter  and  IS 5.1 or IIS 6 ,  Request.QueryString["guid"]   will always read guid+ extra querystring.For Example we have a following  rewritten URL. http://somesite.com/myeSite/Preview/0t40f6ArIZYKk%2b70AceKoNQOJJucjXLwdwGjTXE4owz77cKhwsI%2bQ78TE8jLZmNUayRTO8YjzwltiHfP%2bqIYfQ%3d%3d/Intellgencia-and-URL-rewriting Though URL have been  precisely configured  in web.config as (more)
category: Web Dev | clicked: 0 | comment | | source: csharpgurus.blogspot.com
tags: urlrewriting
6
Shouts

ASP.NET MVC 3 Beta: Built-in support for charts

published 982 days, 19 hours, 26 minutes ago posted by gpeipmangpeipman 984 days, 1 hour, 15 minutes ago
Monday, October 11, 2010 2:57:59 PM GMT Sunday, October 10, 2010 9:08:47 AM GMT
ASP.NET MVC does not have built-in support for chart control and that’s why I worked out my own solution to make ASP.NET MVC support chart control. With ASP.NET MVC 3 we will get official support for charts right out of the box. In this posting I will show you how to use charts in ASP.NET MVC 3 Beta. (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: chart, MVC, ASP.NET
5
Shouts

Silverlight Task Control For SharePoint 2010 – Example of High Touch Integration « Abhijit's World of .NET

published 982 days, 19 hours, 26 minutes ago posted by abhijitjanaabhijitjana 984 days, 17 hours, 18 minutes ago
Monday, October 11, 2010 2:57:59 PM GMT Saturday, October 09, 2010 5:05:49 PM GMT
SharePoint 2010 supports fully integration with Silverlight application either of Silverlight In Browser or as a Silverlight OOB ( Out Of Browser) aplications. In this blog post I am going to explain about High Touch Integration with Silverlight and Sharepoint using SharePoint 2010 Client Object Model (OM) with one example of Silverlight Task Lists for Sharepoint. I have also explained how to host a Silverlight web parts with in SharePoint using Sharepoint Out-Of-the-Box Silverlight Web Parts. As per my... (more)
category: Metro | clicked: 5 | comment | | source: abhijitjana.net
tags: SharePoint 2010
5
Shouts

nopCommerce 1.8 released

published 982 days, 19 hours, 26 minutes ago posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 984 days, 5 hours, 6 minutes ago
Monday, October 11, 2010 2:57:59 PM GMT Sunday, October 10, 2010 5:18:06 AM GMT
nopCommerce – the best open source .net based e-commerce solution! nopCommerce is a fully customizable shopping cart. It's stable and highly usable. nopCommerce is an open source e-commerce solution that is ASP.NET 4.0 based with a MS SQL 2005 (or higher) backend database. Our easy-to-use shopping cart solution is uniquely suited for merchants that have outgrown existing systems, and may be hosted with your current web host or our hosting partners. It has everything you need to get started in sell... (more)
category: Web Dev | clicked: 1 | comment | | source: code2code.info
tags: nopCommerce
7
Shouts

It’s not a Baby Boom, It’s a Microsoft Product Boom!

published 983 days, 20 hours, 53 minutes ago posted by shayfriedmanshayfriedman 986 days, 17 hours, 58 minutes ago
Sunday, October 10, 2010 1:30:39 PM GMT Thursday, October 07, 2010 4:26:23 PM GMT
The last few months were a bit hectic if you stayed tuned to announcements coming from Microsoft regarding new products. 10 new releases in 6 months! This posts provides a short introduction to each new release along with links for further reading. (more)
category: How To | clicked: 0 | 1 comment | | source: www.ironshay.com
tags: .NET
6
Shouts

NHibernate 3 and Autofac, can go together? (part 2) - Context is King

published 983 days, 20 hours, 53 minutes ago posted by thangchungthangchung 987 days, 17 hours, 43 minutes ago
Sunday, October 10, 2010 1:30:39 PM GMT Wednesday, October 06, 2010 4:41:28 PM GMT
In part 1, I introduced about NHibernate and domain model for News Management System. And today, I will continue to show you about Autofac and how to make Autofac can understand all core instances of NHIbernate. If you do not read part 1, please read it at here. The time went very quickly, so we will start jumping into Autofac now. All source code are placed in my github at hereIntroduce about Autofac Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that... (more)
category: Architecture | clicked: 3 | comment | | source: weblogs.asp.net
tags: .NET, ASP.NET
6
Shouts

There's no substitute for customer feedback! Improving Windows Phone 7 application performance now a bit easier with LowProfileImageLoader and DeferredLoadListBox updates - David Anson

published 983 days, 20 hours, 53 minutes ago posted by jantujantu 986 days, 20 hours, 28 minutes ago
Sunday, October 10, 2010 1:30:39 PM GMT Thursday, October 07, 2010 1:56:30 PM GMT
Windows Phone 7 applications run on hardware that's considerably less powerful than what drives typical desktop and laptop machines. Therefore, tuning phone applications for optimum performance is an important task - and a challenging one! To help other developers, I previously coded and blogged about two classes: LowProfileImageLoader (pushes much of the cost of loading images off the UI thread) and DeferredLoadListBox (improves the scrolling experience for long lists). These two classes can be used ind... (more)
category: Metro | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: Silverlight, Windows Phone
6
Shouts

Order in Chaos: .NET Collections - Arik Poznanski's Blog

published 982 days, 19 hours, 26 minutes ago posted by arikarik 985 days, 21 hours, 54 minutes ago
Monday, October 11, 2010 2:57:59 PM GMT Friday, October 08, 2010 12:29:53 PM GMT
Order in Chaos: .NET Collections This is a review of the current available collection types in .NET Framework 4.0 Note that I don’t plan to explain all the history of the different collection. If a class is obsolete, that is enough information. The intention is to use this post as a reference when you need to decide which type of collection you should use. Also, I’m not going to give the complexity of each function. You can find such information in the relevant class documentation on MSDN. Anywa... (more)
category: How To | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: .NET, C#, collection
7
Shouts

NuPack Package Manager

published 983 days, 20 hours, 53 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 987 days, 37 minutes ago
Sunday, October 10, 2010 1:30:39 PM GMT Thursday, October 07, 2010 9:47:18 AM GMT
We think NuPack will be a fundamental component of the .NET stack going forward.  It will encourage more .NET developers to use open-source libraries.  Having a standard package manager integrated into millions of copies of Visual Studio will hopefully also encourage the creation of more open source projects with .NET. NuPack is a free open source package manager that makes it easy for you to find, install, and use .NET libraries in your projects. It works with all .NET project types ... (more)
category: Screencast | clicked: 0 | 1 comment | | source: blog.agafonov.net.ua
tags: nupack, Package Manager
7
Shouts

Visual WebGui 6.3.16 released

published 982 days, 19 hours, 26 minutes ago posted by webguiwebgui 989 days, 3 hours, 1 minute ago
Monday, October 11, 2010 2:57:59 PM GMT Tuesday, October 05, 2010 7:22:59 AM GMT
Check out the latest 6.3.x version of the innovative web/cloud applications platform (more)
category: Web Dev | clicked: 3 | comment | | source: www.visualwebgui.com
tags: .NET, web apps, C#, Framework, VB.NET, UI, web development, web developers, UI / UX, UI Developing, Ajax, we design, applications, windows developers, ASP.NET
6
Shouts

Homework Will Never Be The Same

published 984 days, 20 hours, 4 minutes ago posted by KodefuGuruKodefuGuru 987 days, 12 hours, 34 minutes ago
Saturday, October 09, 2010 2:20:14 PM GMT Wednesday, October 06, 2010 9:50:12 PM GMT
I found tutorials for Microsoft Math 3.0 on Microsoft Downloads and felt compelled to view one. What I discovered was one of the coolest graphing programs I’ve ever witnessed. You just enter an equation into it, and it will graph it for you. Back on the worksheet tab, it not only solves equations, it will tell you how to solve them step by step! This makes me tempted to go dig up my calculus books for problems that were tough to solve, and see how Microsoft Math handles it. This thing has so man... (more)
category: How To | clicked: 0 | comment | | source: www.kodefuguru.com
tags: graphing, math, Microsoft Math
6
Shouts

S-OOB + W7 = ? - Rudi Grobler in the Cloud

published 984 days, 20 hours, 4 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 987 days, 1 hour, 32 minutes ago
Saturday, October 09, 2010 2:20:14 PM GMT Thursday, October 07, 2010 8:52:15 AM GMT
This article demos how to configure windows so that you can execute a silverlight out of browser app by just clicking on it! (more)
category: Metro | clicked: 0 | comment | | source: www.rudigrobler.net
tags: Silverlight, OOB
7
Shouts

Razor Syntax Highlighter for MVC 3 Beta

published 984 days, 20 hours, 4 minutes ago posted by http://morder.myopenid.com/http://morder.myopenid.com/ 987 days, 5 hours, 25 minutes ago
Saturday, October 09, 2010 2:20:14 PM GMT Thursday, October 07, 2010 4:58:45 AM GMT
All new Razor Syntax Highlighter available for MVC 3 Beta. Please update as the new razor syntax introduces some breaking changes. We've also added syntax error support! (more)
category: Architecture | clicked: 1 | comment | | source: buildstarted.com
tags: MVC3, C#, Razor
8
Shouts

Andrew Brust Gets All BI On Us - DotNetRocks - Show #599

published 984 days, 20 hours, 4 minutes ago posted by jantujantu 987 days, 20 hours, 43 minutes ago
Saturday, October 09, 2010 2:20:14 PM GMT Wednesday, October 06, 2010 1:40:50 PM GMT
Andrew Brust joins Carl and Richard on the .NET Rocks Live Weekend to talk a little Business Intelligence. The conversation also jumps to Windows Phone 7, Google Android and the Apple iPad. Andrew BrustAndrew J. Brust is the Chief of New Technology at 26 New York, a Microsoft Gold Certified Partner, where he works on strategy, evangelism and business development. Andrew has worked closely with Microsoft technologies since the early 90s and has worked in software development since the mid 80s. Andrew serv... (more)
category: Podcast | clicked: 1 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks
8
Shouts

Introduction to .NET 4.0 Workflow Services

published 984 days, 20 hours, 4 minutes ago posted by sonukapoorsonukapoor 987 days, 19 hours, 9 minutes ago
Saturday, October 09, 2010 2:20:14 PM GMT Wednesday, October 06, 2010 3:14:45 PM GMT
In this article we will explore into one of the major features introduced in .Net 4.0, Workflow Services. Workflow Services let you define services where service operations are defined using workflow activities. (more)
category: Architecture | clicked: 3 | comment | | source: dotnetslackers.com
tags: Workflow 4.0
9
Shouts

Introducing NuPack Package Management for .NET Another piece of the Web Stack - Scott Hanselman

published 984 days, 20 hours, 4 minutes ago posted by jantujantu 987 days, 3 hours, 22 minutes ago
Saturday, October 09, 2010 2:20:14 PM GMT Thursday, October 07, 2010 7:02:31 AM GMT
Microsoft's been filling out the Web Stack with more and more right-sized LEGO pieces lately, and today ScottGu announced the developer preview of NuPack. It's a piece of the stack that's been notably missing for years and after using it for a while now, I'm not sure how I lived without it. NuPack is a package management system for .NET. The goal of NuPack is to make the process of incorporating third party libraries into your solutions as simple as possible. Package Management itself is not a new con... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET MVC 3 Beta, ASP .NET
8
Shouts

How to raise event for a mocked call. - Mehfuz's WebLog

published 984 days, 20 hours, 4 minutes ago posted by http://mehfuzh.myopenid.com/http://mehfuzh.myopenid.com/ 987 days, 2 hours, 41 minutes ago
Saturday, October 09, 2010 2:20:14 PM GMT Thursday, October 07, 2010 7:43:27 AM GMT
Wednesday, October 06, 2010 5:01 PM mehfuzh How to raise event for a mocked call. Recently, while i was working with a support issue , i found this interesting piece of test code that i would like to share here. This is actually written by Stefan Lieser (clean code developer from Germany forwarded to me by Jan from Telerik Germany). As the title states,  it is to mock a specific event for an expected call.   Now Stefan wants to raise an event from WebCli... (more)
category: Agile | clicked: 1 | comment | | source: weblogs.asp.net
tags: C#, JustMock
10
Shouts

Announcing NuPack, ASP.NET MVC 3 Beta, and WebMatrix Beta 2 - ScottGu's Blog

published 985 days, 16 hours, 21 minutes ago posted by rajuraju 987 days, 1 hour, 45 minutes ago
Friday, October 08, 2010 6:03:29 PM GMT Thursday, October 07, 2010 8:39:19 AM GMT
I’m excited to announce the beta release of several projects today. Two of these releases - ASP.NET MVC 3 Beta and WebMatrix Beta 2 - are evolutions of projects we first previewed this summer.  The third – NuPack - is a new project that I’m particularly excited about.NuPack – Open Source Package Manager for .NET NuPack is a free open source package manager that makes it easy for you to find, install, and use .NET libraries in your projects. It works with all .NET project types (including, but not limit... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, Community News, MVC, ASP.NET
Previous 1 2 3 4 5 6 7 8 9 10 ... 56 57 Next