wvdominick

Stories kicked by wvdominick

.NET 4.0 And Our Parallel Future(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 3 months ago

A look at .NET 4.0 Parallel features, and how we can use LINQ to make them even easier to use. read more...

1 comment |category: |Views: 511

tags: another

jQuery 1.3 Released(blog.jquery.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 4 months ago

"The jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone in to this release and we're really quite proud of it. " read more...

add a comment |category: |Views: 480

tags: another

SubSonic 3.0 Preview 2(blog.wekeroad.com)

submitted by jkealeyjkealey(235) 3 years, 6 months ago

Rob Conery: Over the last week I've made massive improvements and upgrades to SubSonic 3.0 and the templates that it comes with. I haven't been this obsessive and inspired since I created SubSonic in the first place, and I have to tell you I am more than stoked to see this pull together. read more...

1 comment |category: |Views: 438

tags: another

SubSonic 3.0 Preview 1: Linq Has Landed(blog.wekeroad.com)

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

Rob Conery explains some features of SunSonic 3.0 Preview 1 read more...

2 comments |category: |Views: 417

tags: another

jQuery and Microsoft(weblogs.asp.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...

1 comment |category: |Views: 380

tags: another

jQuery, Microsoft, and Nokia(jquery.com)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

news today: Both Microsoft and Nokia are taking the major step of adopting jQuery as part of their official application development platform. Not only will they be using it for their corporate development but they will be providing it as a core piece of their platform for developers to build with. read more...

3 comments |category: |Views: 177

tags: another

Google Chrome - cool browser or headache for web developers?(jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 8 months ago

Yesterday, Google launched a new browser, Google Chrome. I download it and tried it of course, but aside from my impressions there is a big question I asked myself. Will this be a headache for web developers? read more...

add a comment |category: |Views: 3

tags: another

Top 10 Things That Annoy Programmers(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 8 months ago

Programmers all have their personal pet peeves. Whether it's scope creep, Hungarian notation, or smelly coworkers, there are certain nuisances that we must put up with in our line of work. The following is a list of the top 10 things that annoy programmers, compiled from the results of my recent question on StackOverflow along with some of my own experiences as a programmer: read more...

1 comment |category: |Views: 946

tags: another

Dear Asp.Net Developers: Stop Making Our Technology Look Bad(keithelder.net)

submitted by keithelderkeithelder(450) 3 years, 8 months ago

Have you ever tried to use one browser and one browser only? This article outlines how impossible it can be even in 2008 to do. There are countless public facing Asp.Net web sites that require Internet Explorer. The perception and impact this has on the non Asp.Net community is something developers need to think about. It is an interesting read that provides a lot of insight into the problem and some ways to fix it. read more...

2 comments |category: |Views: 407

tags: another

Completely Scripting a SQL Server Database(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 9 months ago

A guide on how to easily script out an entire database (schema and data) using the Database Publishing Wizard. A tool that you may not know you have access to. And if you have Visual Studio 2008, you already have installed! read more...

add a comment |category: |Views: 384

tags: another

SubSonic Scaling(blog.wekeroad.com)

submitted by jongallowayjongalloway(4380) 3 years, 9 months ago

Rob runs some tests with millions of records to see how SubSonic holds up with respect to speed and memory use. read more...

3 comments |category: |Views: 321

tags: another

ASP.NET gets no Respect(west-wind.com)

submitted by pstathopstatho(670) 3 years, 9 months ago

Poor ASP.NET! Is it really that bad? I say No! read more...

10 comments |category: |Views: 837

tags: another

Using CSS to Do Anything: 50+ Creative Examples and Tutorials(noupe.com)

submitted by JemmJemm(9604) 3 years, 9 months ago

"CSS can powerfully open the doors to a lot of rich and unique techniques. Today we are presenting a round-up of CSS coding, creative approaches and techniques." read more...

add a comment |category: |Views: 681

tags: another

I hate Vista. I'm moving to Windows Mojave.(jeffblankenburg.com)

submitted by jblankenburgjblankenburg(1264) 3 years, 9 months ago

So I've heard the bad press. I've seen the pc vs. mac ads. I've heard my friends' complaints about crashing, security, and speed. That's why I'm moving to Windows Mojave. It seems Microsoft finally got an OS right. read more...

5 comments |category: |Views: 927

tags: another

Getting System.OutOfMemoryException using ReportViewer contol(blogs.msdn.com)

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

PROBLEM: ======== Consider you've a ASP.NET application that contains Report Viewer control in Local Mode. You have an RDLC report file, that loads huge amount of data. Eerytime you refresh the web page, the Report Viewer stores objects in the session. The behaviour of Report Viewer storing objects in the session is by design. Each time the report viewer page is refreshed the complete report info object is added to session. These objects obviously gets deeply rooted in session and so Garbage collector never collects them untill the complete app unloads itself. And that is apparently going to increase the memory pressure in multiple folds, ending up with System.OutOfMemoryException. read more...

add a comment |category: |Views: 160

tags: another

10 reasons why SQL Server 2008 is going to rock(angryhacker.com)

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

Just like its predecessor, SQL Server 2008 is taking its sweet time to actually ship. However, unlike its predecessor, it won't just be a "worthwhile upgrade". It will kick ass. Here are the top 10 reasons why. read more...

add a comment |category: |Views: 976

tags: another