cutecarol

Stories kicked by cutecarol

Linq to MySQL, based on Matt Warren’s provider(maxtoroq.wordpress.com)

submitted by maxtoroqmaxtoroq(170) 3 years, 7 months ago

On each release Matt Warren’s IQueryable provider is getting more and more interesting. On this post I’ll show you how easy is to plug-in your custom QueryFormatter to start querying MySQL databases. read more...

add a comment |category: |Views: 87

tags: another

Load and Play Media Files at Runtime using Silverlight 2(dotnetcurry.com)

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

Sometime back, I had written a similar article Load and Play a Video File at Runtime using Silverlight 2 Beta 2. The article made use of the OpenFileDialog class in Silverlight Beta2 to load files at runtime. There have been quite a few breaking changes from Beta 2 to the final release of Silverlight. One of these changes affects Silverlight 2 application using the OpenFileDialog. In this short article, we will study these changes and explore how to load and play media files at runtime using the OpenFileDialog control using the final release of Silverlight 2. read more...

add a comment |category: |Views: 147

tags: another

Developing with Source Code Control Best Practices Part 1(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 3 years, 7 months ago

Peter details some first principles about SCC, and some very basic developing with SCC practices that every dev should follow. read more...

2 comments |category: |Views: 504

tags: another

Combining independent widgets on ASP.NET MVC pages(blog.codeville.net)

submitted by desmonddesmond(2014) 3 years, 7 months ago

As great as ASP.NET MVC is, it doesn't have such an easy way to set up reusable controls or "widgets". Steven Sanderson explains a technique similar to MVC Contrib's "subcontrollers", but much simpler. read more...

add a comment |category: |Views: 927

tags: another

Anders Hejlsberg: The future of programming languages(blog.jaoo.dk)

submitted by locrainlocrain(400) 3 years, 7 months ago

In this video Anders Hejlsberg takes a look at the future of programming languages and sees the trends; declarative, dynamic and concurrent. As the chief designer of the C# programming language and a key participant in the development of the .NET Framework Anders Hejlsberg has a lot to say about this development - not just as a wish but also as something that can be realized. read more...

add a comment |category: |Views: 408

tags: another

ASP.NET MVC Beta1 in a few weeks and v1 by end of year(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 8 months ago

A tweet in the morning, straight from Remix08 UK, where ScottGu is doing a presentation on ASP.NET MVC: ScottGu says feature complete MVC beta "in a few weeks". final v1 by end of year read more...

1 comment |category: |Views: 341

tags: another

Implementing Exception Handling Application Block with Photon.NET(rabdullin.com)

submitted by abdullinabdullin(385) 3 years, 8 months ago

Let's implement lightweight EntLib Exception Handling with the Autofac IoC and Boo DSL read more...

add a comment |category: |Views: 24

tags: another

Stubborn Services II(bangequals.net)

submitted by OmarKoohejiOmarKooheji(135) 3 years, 8 months ago

How to debug the dreaded: "The service started and then stopped. Some services stop automatically if they have no work to do..." read more...

add a comment |category: |Views: 9

tags: another

Creating Silverlight 2 Application(techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 years, 8 months ago

This post explains starting Silverlight 2 development from developer prospective. Microsoft Silverlight is a cross-browser,cross-platform for delivering rich media experience and interactive applications for the web. read more...

add a comment |category: |Views: 13

tags: another

How to create fully encapsulated and simple Domain Models(morten.lyhr.dk)

submitted by LyhrLyhr(315) 3 years, 8 months ago

Udi wrote about this topic, but I never really liked the solution. To me it seemed complex and over architected, even the solutions from the commenter's where surprisingly complex (No disrespect for Udi or any of the commenter's intended). My solution looks like this. read more...

add a comment |category: |Views: 20

tags: another

Deploy, test and pack your code - Part 2 Using MsBuild(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 3 years, 8 months ago

In part one of this packing series I have shown, how you can automate your build process, test and optionally mock by using the popular .net deployment tool NAnt. If you don't know what I am talking about and just landed here by help of search engine. Let me put the link below again. http://weblogs.asp.net/mehfuzh/archive/2008/08/30/deploy-test-and-pack-your-code-part-1-using-nant.aspx In this post, I will do a replay to mostly what I have talked in my last post but with MsBuild. read more...

add a comment |category: |Views: 17

tags: another

Skin a WPF interface(nablasoft.com)

submitted by alkampferalkampfer(1873) 3 years, 8 months ago

An old post on how to skin a wpf interface. read more...

add a comment |category: |Views: 299

tags: another

PropertyGrid for WPF is almost ready(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 3 years, 8 months ago

Actipro reviews a couple innovative new features for their upcoming PropertyGrid for WPF control, due in mid-September. read more...

add a comment |category: |Views: 46

tags: another

Why Shout? Can't We just Talk?(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 8 months ago

Jeff Atwood started a programming Q&A website called StackOverflow. Judging from the response of the blogs, he seems to fail terribly-- not because he fails to create a successful programming community, but because the answers he suggested for the technical hurdles he faced were simply wrong. Lots of pundits saw his blunder, pounced on it gleefully and came up with less-than-gracious remark. As if they themselves have never make mistakes before. Ah. read more...

add a comment |category: |Views: 16

tags: another

My Dev Kit -- Alvin Ashcraft(alvinashcraft.com)

submitted by alashcraftalashcraft(1180) 3 years, 8 months ago

With a nod to John Lam and Shawn Wildermuth for the inspiration, here is a rundown of the things I use on a daily basis to develop software. This includes hardware, software and online resources. read more...

add a comment |category: |Views: 401

tags: another

Optimised IP address to country code mapping(gregbeech.com)

submitted by gregbeechgregbeech(76) 3 years, 8 months ago

Investigates the most efficient way to look up country codes from an IP address. Are Patricia tries really the best way to do it...? read more...

add a comment |category: |Views: 13

tags: another