ryudice

Stories kicked by ryudice

Exploring Reflection: Using Reflection to find Markers(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 8 months ago

Taking a look at how to find various markers (interfaces and attributes) on a class by using reflection. This technique can help you to build out dynamic loading/find type of logic in your pluggable applications. read more...

add a comment |category: |Views: 292

tags: another

AI: Population based Incremental Learning in C# and .NET(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 8 months ago

In this article I would like to discuss another offshoot of the genetic algorithm called Population Based Incremental Learning (PBIL). read more...

add a comment |category: |Views: 423

tags: another

Using a Genetic Algorithm to Do Consultant Scheduling in C#(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 9 months ago

This article describes a way to use a type of genetic algorithm called PBIL (Population Based Incremenetal Learning) to optimize the scheduling of consultants on a group of 5 project. read more...

1 comment |category: |Views: 531

tags: another

Daily tech links for .net and related technologies - July 18-21, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 10 months ago

Daily tech links for .net and related technologies. read more...

add a comment |category: |Views: 228

tags: another

SQL SERVER – Languages for BI – MDX, DMX, XMLA(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 10 months ago

Let us go over the languages of BI very quickly. Again, these are just definitions and there is much more to learn. Moreover, to master each language it may take years. read more...

add a comment |category: |Views: 231

tags: another

LINQ - Using Quantifiers like Any, Contains and All while Querying Obj(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 10 months ago

Quantifier operations return a Boolean value if some or all of the elements in a sequence satisfy a condition. In this article, we will see some common LINQ to Objects scenarios where we can use these operators. read more...

add a comment |category: |Views: 312

tags: another

Head Tracking and 3D WPF(david.sleeckx.be)

submitted by SetsukoSetsuko(455) 2 years, 10 months ago

Using a webcam to track head movement and manipulate looking direction and position in 3D WPF. read more...

2 comments |category: |Views: 367

tags: another

C# 4.0 – Complete Coverage + Videos To Watch => Part 1(gaurav-kalra.spaces.live.com)

submitted by gaurav.klrgaurav.klr(100) 2 years, 11 months ago

The most popular language on .NET platform continues to evolve under the supervision of Anders Hejlsberg, after adding several functional constructs & the popular LINQ support in v3.0, its time for some dynamic flavor & making office development easy. New Features can be categorized as: Dynamic Lookup, Named & Optional Parameters, COM Interop, Covariance & Contravariance read more...

add a comment |category: |Views: 380

tags: another

ASP.NET MVC Validation Refresh: Best Techniques & Frameworks(goneale.com)

submitted by gonealegoneale(1055) 2 years, 11 months ago

I just wanted to do a “refresher” post regarding ASP.NET MVC validation as many things have changed over the last couple of months and there is a lot of information out there. I wanted to aggregate my known validation options and recommend them in one tabular list. read more...

add a comment |category: |Views: 63

tags: another

IIS Search Engine Optimization Toolkit (ScottGu)(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years, 11 months ago

"Today we are shipping the first beta of a new free tool - the IIS Search Engine Optimization Toolkit - that makes it easy to perform SEO analysis on your site and identify and fix issues within it." read more...

add a comment |category: |Views: 229

tags: another

ASP.NET MVC UI Components (Continued) - Kazi Manzur Rashid(weblogs.asp.net)

submitted by jantujantu(1045) 2 years, 11 months ago

In my last post, two important issues are raised 1. The justification of having server side components for jQuery UI. 2. The style of syntax. The intension of my last post was to get the feedback of the type of syntax the ASP.NET MVC developer prefers, so I did not mention anything on the server side side integration, this might be the reason why few people were unable to find the benefits of this server side support. In this post, I will try to show few simple examples of the server side integration, lets say that you are creating a Task submit form, you can use the Slider as completed percent field instead of regular input field, like the following.... read more...

add a comment |category: |Views: 410

tags: another

25+ Best ASP.NET MVC Tutorials and Articles(ajaxline.com)

submitted by Spider84Spider84(675) 3 years ago

In this article we collected best tutorials and articles about ASP.NET MVC. read more...

1 comment |category: |Views: 632

tags: another

Editing in jqGrid with asp.net mvc(ericdotnet.wordpress.com)

submitted by ewschoneewschone(210) 3 years ago

Phil Haack already posted how to use the jQuery grid ‘jqgrid’ on his blog haacked.com. What wasn’t covered in that tutorial was editing, so I thought it would be nice to add that here. read more...

add a comment |category: |Views: 677

tags: another

Implementing a simple genetic algorithm(improve.dk)

submitted by orcaorca(820) 3 years ago

In this blog post I'll give a quick introduction to what genetic algorithms are and what they can be used for. We'll implement a genetic algorithm that attempts to guess an RGB color by evolving upon a random set of initial guesses, until it at some point evolves into the correct RGB value. read more...

add a comment |category: |Views: 499

tags: another

File Uploads in ASP.NET MVC 1.0 RTM(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 1 month ago

I had not messed around with file uploads in ASP.NET MVC for a while and so when I fired up ASP.NET MVC 1.0 RTM I was pleasantly surprised to find out how easy they had made it! read more...

add a comment |category: |Views: 420

tags: another

Touchless - A webcam multi-touch SDK(officelabs.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

That brings us to today, releasing Touchless to the world outside Microsoft, as a *FREE* *OPEN-SOURCE* SDK with a low barrier to entry for developers and users. Touchless makes developing multi-touch capable software easy, and the results can be enjoyed by anyone with a webcam (and some M&Ms :))! Touchless has come a long way, but its journey has just begun. I can imagine a variety of great directions to explore using Touchless. Perhaps support for the forthcoming Windows multi-touch API, video chat white-boarding, implementing mouse/game/hotkey/media control, and designing decked out Minority Report style file/media browsers. read more...

add a comment |category: |Views: 356

tags: another