pardogo

Stories kicked by pardogo

Benefits of F#(fsharpnews.blogspot.com)

submitted by pardogopardogo(80) 2 months, 28 days ago

The Visual F# programming language has a variety of technical benefits that can reduce development costs, reduce time-to-market and improve quality. This post enumerates some of these benefits in the context of different application domains. read more...

add a comment |category: |Views: 10

tags: another

Compare Visual Studio 11 Beta editions, Features Chart(www.microsoft.com)

submitted by pardogopardogo(80) 2 months, 28 days ago

See which features and other benefits are included in Visual Studio 11 Ultimate, Premium, Professional, and Test Professional read more...

add a comment |category: |Views: 471

tags: another

MS WebAPI in ASP.NET MVC 4 - HTTP Communication got a whole lot easier(www.dotnetcurry.com)

submitted by pardogopardogo(80) 2 months, 28 days ago

In this article, we will see what it takes to use the newly launched WebAPI in an existing MVC 3 application by upgrading it to ASP.NET MVC 4 and extending it to provide http services using the WebAPI read more...

add a comment |category: |Views: 267

tags: another

Redis 2.4.6 has been released(data.story.lu)

submitted by pardogopardogo(80) 4 months, 14 days ago

Redis 2.4.6 has been release,it fixes a critical replication bug and adds a minor feature read more...

add a comment |category: |Views: 31

tags: another

New Cassandra/CQL reference cards ready for download(www.datastax.com)

submitted by pardogopardogo(80) 4 months, 14 days ago

If you’re like me and sometimes struggle to remember the particular syntax for a CQL or Cassandra nodetool or CLI command, we’ve got something for you that might help. You can now download reference cards for CQL, along with the Cassandra CLI and nodetool. They’re free and pretty darn attractive if I do say so myself. Download them now and let us know what you think. read more...

add a comment |category: |Views: 1

tags: another

Essential guide to ASP.NET MVC3 performance(leoncullens.nl)

submitted by AvalaxyAvalaxy(214) 4 months, 22 days ago

The .NET CLR can give your web application a significant performance boost compared to other platforms such as PHP due to it's compiled nature. Not only does your .NET code perform better because it's more low-level, it also comes with good support for parallel programming. This guide will not explain the basics of a responsive and fast web application by talking about CSS minifying, sprites, content delivery networks, etc. Instead this guide will be an essential guide for making sure you don't miss any features that can enhance the performance of your ASP.NET MVC3 application. read more...

2 comments |category: |Views: 437

tags: another

NHibernate: Collections of components - an alternative(notherdev.blogspot.com)

submitted by notherdevnotherdev(238) 4 months, 27 days ago

When we have a model where an entity has some properties collections used for displaying it to the customer and we are not querying our data by these properties at all, it may seem right to map these collections in NHibernate as collections of components. Component in NHibernate is an object without its own identity, being a part of its parent entity. Our collections sounds similiar in terms of lifetime and ownership, but different in terms of relationship - these are one-to-many. In complex scenarios, additional queries became a serious issue. We've decided to try another solution - it's so simple that it can't go wrong. read more...

13 comments |category: |Views: 151

tags: another

Ruby Rake Files And Directories manipulation tasks(blog.kaide.net)

submitted by IndraKurniawanIndraKurniawan(46) 6 months, 17 days ago

Collection of Ruby Rake code snippets for manipulating files and directories during continuous integration process read more...

2 comments |category: |Views: 7

tags: another

The CQRS Dilemma and Related Random Thoughts(www.amazedsaint.com)

submitted by dpetersondpeterson(4397) 6 months, 24 days ago

Anoop Madhusudanan writes about CQRS and why he is no longer a skeptic, and answers the question "Do I need CQRS?" read more...

add a comment |category: |Views: 35

tags: another

Assault by GC(marcgravell.blogspot.com)

submitted by NoldorinNoldorin(829) 7 months ago

Well-known .NET developer Marc Gravell details how he eliminated some performance problems through clever use of structures, and explains how the CLR garbage collector behaves. read more...

2 comments |category: |Views: 30

tags: another

Using Node.js in an ASP.NET MVC application with iisnode(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 7 months ago

iisnode makes it easy to run Node.js on Windows, and since it's an HTTP Handler you can integrate it directly into an ASP.NET application. Neat, huh? read more...

4 comments |category: |Views: 105

tags: another

Tidy your HTML with Asp.Net TidyManaged vs Tidy.net(www.jphellemons.nl)

submitted by jphellemonsjphellemons(269) 7 months, 2 days ago

I recently stumbled upon a small bug which had to do with a part of C# code that cleans up an HTML string which came from a database. This string is used as output on the web and therefore needs to be w3c and tidy! I always used Tidy.Net for it. Really liked it and decided to check for a new version of that library while I was doing some code maintenance. That library's latest release date is from June 2005! that’s over 6 years old! So I decided to go and look for a better solution. I found the TidyManaged project from June 2010. I wasn’t directly motivated to migrate to this library so my next step was a showdown between the two. read more...

1 comment |category: |Views: 59

tags: another

Global.asax? Use HttpModules Instead!(codebetter.com)

submitted by schalkvanwykschalkvanwyk(1335) 3 years, 7 months ago

Explanation of using HttpModules instead of using gobal.asax read more...

add a comment |category: |Views: 46

tags: another

Silverlight 2 Released (weblogs.asp.net)

submitted by ChadMoranChadMoran(535) 3 years, 7 months ago

Today we shipped the final release of Silverlight 2. You can download Silverlight 2, as well the Visual Studio 2008 and Expression Blend 2 tool support to target it, read more...

3 comments |category: |Views: 260

tags: another

Silverlight 2 out with plans for development support on Mac and Linux(bits.samiq.net)

submitted by samiqsamiq(450) 3 years, 7 months ago

Today Microsoft delivered on the Rich Internet Platform promise and made public its official release of Silverlight 2.0 along with a set of Open Source initiatives that not only will allow us access to a big set of controls source but also the ability to build Silverlight apps outside Visual Studio and even outside of the Windows Platform. read more...

add a comment |category: |Views: 6

tags: another

The Cloud OS(statisticsio.com)

submitted by StatisticsIOStatisticsIO(240) 3 years, 8 months ago

Surely, Microsoft doesn’t expect developers to write a web app\service and connect to SSDS over the tubes even with SSL. The missing link is a cloud based application development platform. This has to be coming and I predict it to be announced at PDC. read more...

add a comment |category: |Views: 4

tags: another