coolcode

Stories kicked by friends of coolcode

nvents 0.6 now runs on .NET 3.5 and 4.0(nvents.org)

submitted by LordLord(3737) 1 year, 2 months ago

The latest version of nvents (an open source library for strongly typed publishing/subscribing of events over the network) adds support for .NET 3.5 in addition to .NET 4.0 read more...

add a comment |category: |Views: 7

tags: another

Entity Framework: Intro to Database First Design(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 1 year, 4 months ago

Taking a look at how to use the Entity Framework via its database first design concepts. When building out an application which is based off of the Entity framework you have multiple options, you can either build your model off of your existing database or build your database of your existing model. This episode will explore how you start with your existing database and build your entity model. read more...

add a comment |category: |Views: 783

tags: another

Silverlight Charting Performance Test Amended with amCharts(devblog.ailon.org)

submitted by ailonailon(1335) 1 year, 5 months ago

A week ago Colin Eberhardt has published a post in Scott Logic blog comparing performance of several Silverlight charting libraries. Surprisingly the tests didn't include amCharts. This blog post fixes this. read more...

add a comment |category: |Views: 20

tags: another

Performance improvements and inheritance support in nvents 0.4(nvents.org)

submitted by LordLord(3737) 1 year, 5 months ago

Prior to version 0.4 nvents searched for subscribers and opened the connection to each server on every publish. Nvents 0.4 keeps the connections open and sends the publish event to known subscribers before searching for more subscribers. This, of course, dramatically increases the performance. read more...

add a comment |category: |Views: 3

tags: another

Developing Controls for Windows Phone 7 as a Business(devblog.ailon.org)

submitted by ailonailon(1335) 1 year, 6 months ago

Is there a market for 3rd party Windows Phone 7 Silverlight controls? A purely speculative opinion. read more...

add a comment |category: |Views: 0

tags: another

AOP in C#? Over Anders Hejlsberg’s Dead Body! (www.sharpcrafters.com)

submitted by gfraiteurgfraiteur(988) 1 year, 6 months ago

Gael Fraiteur respectfully demystifies the untruths spread by Anders Hejlsberg during PDC 10 about aspect-oriented programming . read more...

add a comment |category: |Views: 603

tags: another

Encryption, handlers and filters in nvents 0.3(nvents.org)

submitted by LordLord(3737) 1 year, 6 months ago

nvents (.NET events across the network) version 0.3 adds support for encryption, event handlers and filtering read more...

add a comment |category: |Views: 2

tags: another

Hand picked sessions from PDC2010(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

If you are not living under a rock, probably you know that yesterday (October 28th) the PDC2010 started. If you missed the keynote of PCD 2010 here is a brief description of what I found interesting, the links to sessions I consider to be interesting (at least for me) and some considerations about SL vs HTML5. read more...

add a comment |category: |Views: 291

tags: another

Chart Web Helper in ASP.NET MVC 3 Beta(www.dotnetcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 6 months ago

The following article demonstrates how to use the chart helper that is part of the Microsoft Web Helpers library in ASP.NET MVC 3 Beta read more...

add a comment |category: |Views: 253

tags: another

LABjs & RequireJS: Loading JavaScript Resources the Fun Way(msdn.microsoft.com)

submitted by LordLord(3737) 1 year, 6 months ago

avaScript resource loading has many different concerns that bear on how it is approached. An increasing number of sites and applications are relying on complex systems of JavaScript resources and many developers are hoping for easier, faster and more maintainable patterns for dependency management. The authors of two open source projects, LABjs and RequireJS, discuss some different perspectives that accomplish those goals. read more...

add a comment |category: |Views: 90

tags: another

nvents - .NET events across the network(nvents.org)

submitted by LordLord(3737) 1 year, 6 months ago

Open source library for strongly typed publishing/subscribing of events. Events.Subscribe<FooEvent>(e => ..), Events.Publish(new FooEvent()). read more...

add a comment |category: |Views: 18

tags: another

What Really Makes a Good Programmer?(dpatrickcaldwell.blogspot.com)

submitted by tncbbthositgtncbbthositg(266) 1 year, 6 months ago

I wrote this survey and could really use some responses from the community. Feel free to stop by and take the survey. I'm publishing results soon. read more...

4 comments |category: |Views: 568

tags: another

What Really Makes a Good Programmer?(dpatrickcaldwell.blogspot.com)

submitted by tncbbthositgtncbbthositg(266) 1 year, 6 months ago

I wrote this survey and could really use some responses from the community. Feel free to stop by and take the survey. I'm publishing results soon. read more...

4 comments |category: |Views: 568

tags: another

Timing The Execution Time Of Your MVC Actions - Nick Berardi's Coder J(coderjournal.com)

submitted by javeryjavery(5523) 1 year, 6 months ago

Awesome approach for timing MVC Actions read more...

add a comment |category: |Views: 153

tags: another

Mobilize! Adapting the ASP.NET MVC Project Template for jQuery Mobile(yobriefcase.posterous.com)

submitted by kouphaxkouphax(345) 1 year, 7 months ago

Without modifying any server side code and only tweaking the views I found I was able to create a fully jquery-mobilified version of the ASP.NET MVC project template. This is how I did it. read more...

add a comment |category: |Views: 240

tags: another

5 Reasons to be Excited about ASP.NET MVC 3(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 1 year, 7 months ago

It’s already been 6 months since ASP.NET MVC 2 was released and version 3 is already taking shape. I, personally, am thrilled about that because this version seems to put ASP.NET MVC, in terms of maturity and functionality, on the first line along with other MVC frameworks out there like RoR. I’ve put together 5 main reasons why I’m excited about this upcoming version. What about you? read more...

add a comment |category: |Views: 880

tags: another