coolcode

Stories submitted 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

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

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

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

Unit Testing Combo WPF/Silverlight Projects(devblog.ailon.org)

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

Approaches and issues with unit testing WPF and Silverlight applications sharing the same code. read more...

add a comment |category: |Views: 3

tags: another

Introducing Quick Charts for Windows Phone 7(wpf.amcharts.com)

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

amCharts has made available a version of their free and open source charting controls for Windows Phone 7. This version is specifically tailored for touch based interface and smaller screen. read more...

add a comment |category: |Views: 158

tags: another

ScottGu: Introducing “Razor” – a new view engine for ASP.NET(weblogs.asp.net)

submitted by JemmJemm(9604) 1 year, 10 months ago

"ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options. The “default” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml. The new view-engine option we’ve been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is “Razor”, and we’ll be shipping the first public beta of it shortly." read more...

add a comment |category: |Views: 552

tags: another

Side Effects of Silverlight Marketing(devblog.ailon.org)

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

According to Tim Heuer "WPF and Silverlight feature (dis)parity" is the number one reported Silverlight "issue". This post tries to identify the cause of this issue becoming number one. read more...

add a comment |category: |Views: 6

tags: another

amCharts Quick Charts for WPF & Silverlight - Open Source Charts(wpf.amcharts.com)

submitted by ailonailon(1335) 2 years ago

amCharts has released a feature complete version of Quick Charts for WPF & Silverlight. Quick Charts support line, column, area and pie charts. It's easy to use, fast, small and absolutely free under Ms-PL license. read more...

add a comment |category: |Views: 295

tags: another

UML Modeling and Code Generation in Visual Studio 2010(www.olegsych.com)

submitted by JemmJemm(9604) 2 years ago

"This article provides an overview of UML modeling in Visual Studio 2010." read more...

add a comment |category: |Views: 82

tags: another

Collection of VS2010 Web Deployment posts(vishaljoshi.blogspot.com)

submitted by JemmJemm(9604) 2 years ago

"In past few months I and my team have written several blog posts on VS 2010 Web Deployment features… In VS 2010 there was a lot of investment made in Web Deployment and over next few months we will be writing more on the subject…" read more...

add a comment |category: |Views: 12

tags: another

ScottGu: April 30th Links: ASP.NET, ASP.NET MVC, Visual Studio 2010(weblogs.asp.net)

submitted by JemmJemm(9604) 2 years ago

Good collection of ASP.NET, ASP.NET MVC and Visual Studio 2010 -related links. read more...

add a comment |category: |Views: 44

tags: another

Debugging Silverlight Out-of-Browser Applications on 64-bit Windows(devblog.ailon.org)

submitted by ailonailon(1335) 2 years, 1 month ago

There’s a concise and to the point guide on debugging Silverlight 3 applications in out of browser (OOB) mode by Jimmy Lewis. Problem is that when you follow it in Visual Studio 2008 running on 64-bit Windows you get this message box when you try to start debugging... read more...

add a comment |category: |Views: 3

tags: another