Klugger
Name: Klugger
Score: 16,945.71
Last Seen: 478 days, 20 hours, 5 minutes ago
Member Since: 19 January, 2009
DotNetShoutout
atom rss
6
Shouts

C#/.NET Little Wonders & Pitfalls: The Complete Collection (so far...)

published 649 days, 16 hours, 3 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 652 days, 13 hours, 48 minutes ago
Sunday, August 14, 2011 8:53:00 PM GMT Thursday, August 11, 2011 11:08:12 PM GMT
Since I gave my “Little Wonders” and “Little Pitfalls” of C#/.NET presentations at the St. Louis Day of .NET last week, I thought it would be a good idea to post an index of my posts for all of the Little Wonders and Little Pitfalls. So here are all of the Little Wonders and Little Pitfalls of C#/.NET that I have written so far. Enjoy! (more)
category: Web Dev | clicked: 33 | 1 comment | | source: www.blackrabbitcoder.net
tags: .NET, Little Wonders, C#, Little Pitfalls
5
Shouts

SQL Server Denali: CTP 3 Product Guide Released

published 651 days, 15 hours, 36 minutes ago posted by lionofdezertlionofdezert 652 days, 13 hours, 45 minutes ago
Friday, August 12, 2011 9:20:11 PM GMT Thursday, August 11, 2011 11:10:42 PM GMT
If you want to learn about upcoming version of SQL Server, through videos, presentations and white papers then for you product guide of SQL Server Denali CTP 3 is released and is available for free download. (more)
category: Data | clicked: 2 | comment | | source: connectsql.blogspot.com
6
Shouts

.NET Gadgeteer platform and Micro Framework

published 649 days, 16 hours, 3 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 652 days, 6 hours, 27 minutes ago
Sunday, August 14, 2011 8:53:00 PM GMT Friday, August 12, 2011 6:29:19 AM GMT
.NET Micro Framework is an open source platform that expands the power and versatility of .NET to the world of small embedded applications. Desktop programmers can harness their existing .NET knowledge base to bring complex embedded concepts to market on time (and under budget). Embedded Developers can tap into the massive productivity gains that have been seen on the Desktop. Microsoft has announced the official launch of Gadgeteer, a set of electronic parts designed to be plugged together to build prot... (more)
category: How To | clicked: 20 | 2 comments | | source: blog.agafonov.net.ua
tags: .NET Gadgeteer, micro framework
16
Shouts

Manifesto for Agile Software Development

published 651 days, 15 hours, 36 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 652 days, 5 hours, 59 minutes ago
Friday, August 12, 2011 9:20:11 PM GMT Friday, August 12, 2011 6:56:44 AM GMT
Agile Software Development. What about Agile Methodologies? Is Agile (SCRUM) still popular in big software projects? Do we still have to implement bicycle with new name for software development process? I think nope, because  we are uncovering better ways of develo... (more)
category: Agile | clicked: 28 | 1 comment | | source: blog.agafonov.net.ua
tags: agile manifesto
6
Shouts

Building a Tree Class

published 651 days, 15 hours, 36 minutes ago posted by KodefuGuruKodefuGuru 651 days, 22 hours, 10 minutes ago
Friday, August 12, 2011 9:20:11 PM GMT Friday, August 12, 2011 2:46:02 PM GMT
In the article, Lambdas for Junior Developers, I built a TreeNode class with a Find method to demonstrate the use of lambdas. This was merely an example and not something I would actually use without some work. I am going to take the fledgling TreeNode class and work on it as a basis for a tree class library... (more)
category: How To | clicked: 18 | comment | | source: www.kodefuguru.com
tags: Generics, lambda, Fluent, Tree, Interface
12
Shouts

CodeSmith Generator 6.0 Beta 1 Released! - CodeSmith Announcements - CodeSmith Official - CodeSmith Community

published 649 days, 16 hours, 3 minutes ago posted by blake05blake05 651 days, 20 hours, 48 minutes ago
Sunday, August 14, 2011 8:53:00 PM GMT Friday, August 12, 2011 4:07:38 PM GMT
We are thrilled to announce the release of CodeSmith Generator 6.0 Beta 1! We feel like we are at a solid point now and would love to start getting feedback from our users. This release will be especially interesting to anyone who is actively editing their templates or creating new templates because the editing experience has been greatly improved. (more)
category: Agile | clicked: 27 | comment | | source: community.codesmithtools.com
tags: Code Generation
6
Shouts

From Silverlight To HTML5 - CodeProject

published 691 days, 4 hours, 42 minutes ago posted by FantasticMrFishFantasticMrFish 693 days, 6 hours, 46 minutes ago
Monday, July 04, 2011 8:14:28 AM GMT Saturday, July 02, 2011 6:10:25 AM GMT
This article describes my experiences of taking a control written in Silverlight for Windows Phone 7, and making it cross-platform by re-implementing it using JavaScript and HTML5. (more)
category: Metro | clicked: 59 | comment | | source: www.codeproject.com
tags: Silverlight, Windows Phone 7, css3, JavaScript, html5
5
Shouts

Ext.NET 1.0.0 released

published 691 days, 4 hours, 42 minutes ago posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 692 days, 25 minutes ago
Monday, July 04, 2011 8:14:28 AM GMT Sunday, July 03, 2011 12:30:42 PM GMT
Quickly Build Rich AJAX Enabled Web Applications For ASP.NET Ext.NET is an open source ASP.NET (WebForm + MVC) component framework integrating the cross-browser Sencha Ext JS JavaScript Library. Includes 100+ high performance controls for Data Grids, Trees, Menus, Forms, Advanced Layouts and AJAX communication. Download and More: http://www.ext.net/download/ Example:http://examples.ext.net/ (more)
category: Web Dev | clicked: 54 | 1 comment | | source: code2code.info
9
Shouts

Workaround For Crash In Performance Profiling Tools for WPF - Arik Poznanski's Blog

published 696 days, 4 hours, 1 minute ago posted by arikarik 699 days, 4 hours, 32 minutes ago
Wednesday, June 29, 2011 8:54:36 AM GMT Sunday, June 26, 2011 8:23:58 AM GMT
Workaround For Crash In Performance Profiling Tools for WPFIntroduction Every WPF developer knows the situation where you have a large line-of-business application, you’ve implemented all the features and when you finally run it on real data – it runs s-l-o-w.Optimization Time! Optimization for performance is fun since a 1% change of code gets you 99% change in performance. However, finding the one location you should change can be a pain. This is why we’ve invented performance profilers. Profilers ca... (more)
category: Smart Client | clicked: 50 | 3 comments | | source: blogs.microsoft.co.il
tags: Performance, WPF
8
Shouts

Code Metrics Viewer Blog

published 687 days, 5 hours, 25 minutes ago posted by http://codemetricsviewer.wordpress.com/http://codemetricsviewer.wordpress.com/ 698 days, 15 hours, 14 minutes ago
Friday, July 08, 2011 7:31:12 AM GMT Sunday, June 26, 2011 9:42:01 PM GMT
This blog contains information about the Code Metrics Viewer extension for Visual Studio 2010. The tool intergrates the Code Metrics Power Tool 10.0 into Visual Studio Profession 2010. Here you can find answers for frequently asked questions, trouble-shootings and news about the tool... (more)
category: Agile | clicked: 30 | 1 comment | | source: codemetricsviewer.wordpress.com
tags: Code Metrics, Code Review, code analysis
5
Shouts

Verifying NHibernate Entities Contain Only Virtual Members

published 691 days, 4 hours, 42 minutes ago posted by Matt_TCFMatt_TCF 696 days, 9 hours, 56 minutes ago
Monday, July 04, 2011 8:14:28 AM GMT Wednesday, June 29, 2011 3:00:10 AM GMT
One requirement that NHibernate imposes on your object model is that all public members must be virtual in order to support lazy loading. Here's a simple test case you can use to enforce this. (more)
category: Architecture | clicked: 19 | comment | | source: trycatchfail.com
tags: NUnit, NHibernate
3
Shouts

Easy Full-Text Search Queries

published 696 days, 4 hours, 1 minute ago posted by http://jonathan-wood.myopenid.com/http://jonathan-wood.myopenid.com/ 698 days, 15 hours, 43 minutes ago
Wednesday, June 29, 2011 8:54:36 AM GMT Sunday, June 26, 2011 9:12:45 PM GMT
SQL Server's Full-Text Search offers powerful and efficient ways to search your data. However, the query syntax can be rather cryptic. It's bad enough for SQL programmers, but what if you want to allow your users to enter queries? Unless all your users are database experts, they won't know or understand syntax like FORMSOF(INFLECTIONAL, dogs) AND FORMSOF(THESAURUS, cats). Some time ago, I ran into the excellent article A Google-like Full Text Search by Michael Coles. T... (more)
category: Data | clicked: 13 | comment | | source: www.blackbeltcoder.com
tags: C#, SQL, Full Text Search
6
Shouts

No more regions on implementing interface

published 691 days, 4 hours, 42 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 696 days, 19 hours, 38 minutes ago
Monday, July 04, 2011 8:14:28 AM GMT Tuesday, June 28, 2011 5:18:28 PM GMT
Something that has been irritating me tremendously lately, is that when I implement an interface using Visual Studio all the members of that interface get surrounded by a region. After poking around in the C# Text Editor options a little while, I found the switch that enables that behaviour. (more)
category: Web Dev | clicked: 33 | comment | | source: jclaes.blogspot.com
tags: Visual Studio, Tools, Tips
3
Shouts

SQL Server: Where You Can Find Saved Import/Export SSIS Packages : Connect SQL

published 696 days, 4 hours, 1 minute ago posted by lionofdezertlionofdezert 696 days, 20 hours, 31 minutes ago
Wednesday, June 29, 2011 8:54:36 AM GMT Tuesday, June 28, 2011 4:25:18 PM GMT
Using SQL Server Import Export Utility, have you ever saved this SSIS package to SQL Server ? Where he can find this saved package to re-execute it. (more)
category: Data | clicked: 1 | comment | | source: connectsql.blogspot.com
4
Shouts

MMP Video Editor Transform Manager Task updated to IIS Transform Manager 1.0 Beta | Ezequiel Jadib

published 691 days, 4 hours, 42 minutes ago posted by http://ejadib.myopenid.com/http://ejadib.myopenid.com/ 695 days, 23 hours, 8 minutes ago
Monday, July 04, 2011 8:14:28 AM GMT Wednesday, June 29, 2011 1:47:35 PM GMT
A few months ago, Microsoft published the Beta version of the IIS Transform Manager. This new release contains an incredible set of new features, explained here by Chris Knowlton. Back in the Alpha days, I wrote an IIS Transform Manager Task that takes an Microsoft Media Platform Video Editor (formerly Rough Cut Editor) Project XML file (which includes the EDL) as input, and outputs a new encoded video that represents the MMP Video Editor edits. (more)
category: Metro | clicked: 27 | comment | | source: blogs.southworks.net
tags: IIS7, MMP Video Editor, Microsoft Media Platform, Emerging Technology, Smooth Streaming, media, Adaptive Streaming, RCE, IIS Transform Manager, Rough Cut Editing
6
Shouts

Client Side Tracing for Windows Azure AppFabric Caching - Windows Azure Blog

published 691 days, 4 hours, 42 minutes ago posted by iftekharahmedamitiftekharahmedamit 695 days, 19 hours, 18 minutes ago
Monday, July 04, 2011 8:14:28 AM GMT Wednesday, June 29, 2011 5:37:33 PM GMT
In this post, I will describe how to enable Client-side traces for AppFabric Caching Service. I will also touch upon some basic problems you might face while trying out the same. To configure the cache client to generate System.Diagnostic.Traces pertaining to the AppFabric cache, please follow the below steps: Configuration File Option In your app.config/web.config you need to add , to the appropriate location as per the cases below: a. DataCacheClients Section If you have a ‘dataCacheClients’ sec... (more)
category: Architecture | clicked: 18 | comment | | source: blogs.msdn.com
tags: Windows Azure, Caching, AppFabric, Azure
4
Shouts

Site-ready HTML5: Second IE10 Platform Preview Available for Developers - IE Blog

published 691 days, 4 hours, 42 minutes ago posted by iftekharahmedamitiftekharahmedamit 695 days, 17 hours, 4 minutes ago
Monday, July 04, 2011 8:14:28 AM GMT Wednesday, June 29, 2011 7:52:13 PM GMT
IE10 Platform Preview 2, the same HTML5 engine seen in the recent public “Windows 8” demos, is now available for download. With this update, IE10 continues to deliver support for site-ready HTML5 technologies as well as improving performance: (more)
category: How To | clicked: 19 | comment | | source: blogs.msdn.com
tags: Platform Preview, IE, IE10, html5
10
Shouts

Metro In Motion Part #6 – Rolling List Location Indicator | Colin Eberhardt's Adventures in .NET

published 717 days, 4 hours, 21 minutes ago posted by FantasticMrFishFantasticMrFish 718 days, 21 hours, 18 minutes ago
Wednesday, June 08, 2011 8:34:49 AM GMT Monday, June 06, 2011 3:37:55 PM GMT
This blog post describes the development of a rolling list location indicator. This indicator mirrors the behaviour seen in the native Windows Phone 7 calendar which rolls from one date to the next as the user scrolls. For those of you who have not been following my Metro-In-Motion series, I’ll briefly recap. My aim is to provide an implementation of the ‘fluid’ UI transitions and effects seen in native Windows Phone 7 applications but absent from the Silverlight APIs. So far I have covered fluid list a... (more)
category: Metro | clicked: 26 | comment | | source: www.scottlogic.co.uk
tags: Windows Phone 7, metro theme
7
Shouts

Getting Started Using HTML5 Boilerplate - Dan Wahlin's WebLog

published 717 days, 4 hours, 21 minutes ago posted by iftekharahmedamitiftekharahmedamit 718 days, 17 hours, 14 minutes ago
Wednesday, June 08, 2011 8:34:49 AM GMT Monday, June 06, 2011 7:41:46 PM GMT
Whether we like it or not, HTML5 is all the rage now days. With the recent news on “code name” Windows 8’s upcoming support for HTML5 and JavaScript that hype has intensified even more. I’m personally in favor of what HTML5 brings to the table although I do worry about browser compatibility issues that will naturally crop up. Compatibility issues are something that Web developers have been dealing with since the days of Netscape 4 (layers) and IE4 (divs) though so it’s really nothing new; it’s just inten... (more)
category: How To | clicked: 31 | comment | | source: weblogs.asp.net
tags: html5
8
Shouts

Opera Mobile Emulator for desktop - Dev.Opera

published 717 days, 4 hours, 21 minutes ago posted by iftekharahmedamitiftekharahmedamit 718 days, 17 hours, 12 minutes ago
Wednesday, June 08, 2011 8:34:49 AM GMT Monday, June 06, 2011 7:44:04 PM GMT
Figure 1: The Opera Mobile Emulator running on Mac.Introduction Making sure that your site looks great and works exactly as it should in mobile and tablet browsers can often be a tedious process — you typically need one or more physical devices, or some form of virtual machine emulating the whole operating system, and that’s just the start. Our updated Opera Mobile 11 Emulator for Windows, Linux and Mac makes things a whole lot easier. It’s a small, native application that’s easy to install on your de... (more)
category: How To | clicked: 15 | comment | | source: dev.opera.com
tags: Opera Mobile Emulator, Emulator, Opera, Opera Mobile 11, Mobile
Previous 1 2 3 4 5 6 7 8 9 10 ... 90 91 Next