rev4bart

Stories kicked by rev4bart

Overview of concurrency in .NET Framework 3.5(igoro.com)

submitted by igoroigoro(815) 3 years, 11 months ago

An easy-to-digest high-level summary of concurrency on .Net: what are the different pieces, where they differ and how they relate. If you want to know the difference between a Thread and a BackgroundWorker, or what is the point of interlocked operations, read this article. read more...

add a comment |category: |Views: 325

tags: another

Microsoft Silverlight 2 Beta 2 Download Links (iftekharahmedamit.blogspot.com)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 11 months ago

Microsoft Silverlight 2 Beta 2 Download Links Silverlight 2 Beta 2 Installer (4.66 MB) & SDK Beta 2........................ read more...

8 comments |category: |Views: 169

tags: another

LINQ To SQL and the Web.Config ConnectionString Value(west-wind.com)

submitted by anogueiraanogueira(190) 3 years, 11 months ago

This saved me a lot of time. Great post. read more...

add a comment |category: |Views: 630

tags: another

Using the connection strings in your web.config for LINQ(arkesystems.com)

submitted by trentontrenton(60) 3 years, 11 months ago

I ended up writing a partial class that allowed me to keep the nice default constructor with LINQ DataContexts, and also use a simple connection string in the web.config file. read more...

add a comment |category: |Views: 33

tags: another

Microsoft Project Code Named “Velocity” CTP1(microsoft.com)

submitted by jonasjonas(2215) 3 years, 11 months ago

From Overview: "Velocity is a distributed in-memory application cache platform for developing scalable, available, and high-performance applications. It can be configured to run as a service accessed over the network or can be run embedded with the distributed application. “Velocity” includes an ASP.NET session provider object enabling storage of ASP.NET session objects in the distributed cache without having to write to databases, which increases the performance and scalability of ASP.NET applications." read more...

2 comments |category: |Views: 24

tags: another

Silverlight 2 Beta 2 - The Full List of Changes(blogs.msdn.com)

submitted by pbrookspbrooks(775) 3 years, 11 months ago

Silverlight 2 Beta 2 includes a number of incremental improvements based on customer feedback. Changes include improvements to controls, templating, Deep Zoom, performance, further compatibility with WPF, and much more. For a full list of changes, see below: read more...

add a comment |category: |Views: 37

tags: another

No, OOP hasn't Fail Us(itscommonsensestupid.blogspot.com)

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

If freshes can't write OOP it's school's fault, not OOP. A response to OOP has Failed Us. read more...

4 comments |category: |Views: 352

tags: another

Silverlight 2 Beta 2 To be released this week!(blogs.msdn.com)

submitted by rev4bartrev4bart(420) 3 years, 11 months ago

Finally!!! This should include a go-live license, increased support for WCF bindings (other than basic), control gallery updates, performance/bug fixes. Beta 2 is probably going to be a "feature complete" or close to the 2.0 release this summer. So, this is an exciting time to be a RIA developer :) read more...

1 comment |category: |Views: 172

tags: another

New Parallel Extensions to the .NET Framework CTP Released(blogs.msdn.com)

submitted by jolson88jolson88(70) 3 years, 11 months ago

Microsoft has released the latest CTP for Parallel Extensions to the .NET Framework. Parallel Extensions to the .NET Framework simplifies development by providing library-based support for introducing concurrency into applications written with any .NET language. read more...

add a comment |category: |Views: 284

tags: another

Innovative use of Silverlight and DeepZoom(timheuer.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 11 months ago

Take a few minutes and look at this video of Jose Fajardo re-demonstrating one of his ReMIX features shown using Silverlight and DeepZoom. Are you kidding me?! Seriously, Jose has a great imagination and an incredible sense for effectively demonstrating things. In this video he answers questions posed to himself like “what if all web images were DeepZoom-able?” and “what if all the documents on the web were DeepZoom-able?” Then he gets crazy and suggests that people could collaborate with a DeepZoom image and demonstrates this using a Silverlight chat experience built using network sockets. I love his context of showing an x-ray and possibly having physicians review this together. read more...

1 comment |category: |Views: 29

tags: another

A Major Silverlight PITA, and Two Annoying 3.0 Limitations(rapidapplicationdevelopment.blogspot.com)

submitted by LearLear(1195) 3 years, 11 months ago

Did you know Silverlight implements the Visible property as an enumeration not a Boolean? That leads the author to find two frustrating .Net 3.0 limitations: No ByRef Extension Methods, and no ByRef Automatic Properties. read more...

2 comments |category: |Views: 159

tags: another

Visions in Online Crystal Ball: Is Silverlight™ 2.0 - “THE NEXT BIG TH(perpetuumsoft.com)

submitted by SamantaSamanta(50) 4 years ago

The Holy War has begun. Forums and blogs are full of flames on «Ajax™ vs Flash™ vs Silverlight™ vs JavaFX™». Currently it is obvious that in the near future SaaS (Software-as-a-Service) application distribution model will capture considerable part of both corporate market and home users sphere. It is estimated that about 25% of corporate applications will be distributed as SaaS by 2011. I won’t go into detail of advantages of this distribution model, as there are many publications on this topic. It is enough to say that SaaS applications don’t require installation on client computers. As a result only provider should take care of application setup, management and maintenance; this helps dramatically scrimp on software licensing and save considerable sum on hardware and IT personnel. read more...

add a comment |category: |Views: 13

tags: another

UFRAME: goodness of UpdatePanel and IFRAME combined(codeproject.com)

submitted by oazabiroazabir(1805) 4 years ago

UFrame simulates the behavior of IFRAME on a DIV. Any page can be loaded inside a DIV and hyperlink navigation and form posts happen within the DIV. As a result, a regular page can start providing AJAX features without ever writing any AJAX code. ASP.NET MVC websites can now use UFrame instead of UpdatePanel. read more...

2 comments |category: |Views: 349

tags: another

Sharepoint 2007 from an interface developer’s view(friendlybit.com)

submitted by JemmJemm(9604) 4 years, 4 months ago

"What I’m trying to say is that Sharepoint 2007, is beyond repair when it comes to interface customization, and you should do everything in your power to avoid working with it." read more...

3 comments |category: |Views: 20

tags: another