News Archives 
   
(click month to expand)
  

Recent Technology News Stories

Solentive News
JQuery Partial Views in ASP.NET MVC  [click for more...]
This brief article will present how we can leverage the magic of JQuery to load partial views via AJAX calls into an ASP.NET MVC application. It is really quite amazing how the power of JQuery dovetails so nicely into ASP.NET MVC.
18/03/2009   [Link] Brian Rush
Build a Silverlight Web Chatroom with Multiple Rooms and Private Chat - Part 2  [click for more...]
In part 1 we built a simple web chat using Silverlight 2. Now, we are going to add functionalities so that users are able to choose from multiple chat rooms as well as chat privately with other users.
18/03/2009   [Link] junnark
NerdDinner.com  [click for more...]
NerdDinner.com is an event management site so computer folks can meet and talk technology over a meal. It uses ASP.NET MVC along with jQuery, ASP.NET Ajax, Virtual Earth Javascript controls, and LINQ to SQL. It’s also a real site running at NerdDinner.com that you can use to schedule geek meet ups and nerd dinners in your neighborhood! It’s Open Source and hosted at CodePlex so you can expect to see updates and new features in the coming months.
18/03/2009   [Link] ASP.NET News
ASP.NET 4.0 Client ID Feature  [click for more...]
This article shows ASP.NET 4.0 ClientID feature and its related properties for client side development.
18/03/2009   [Link] Saki Sachin
Search engine friendly Ajax  [click for more...]
This article show you how to optimize an Ajax website for Search engines
18/03/2009   [Link] titanium1986
Can’t view pages from the Web Development Server (Cassini)  [click for more...]

Are you all of the sudden getting “Internet Explorer cannot display the webpage” / “Address Not Found” when trying to run a web application from inside Visual Studio?

This caused me a fair bit of headache yesterday, so now that I found the solution, I figured I’d try to spread the word.

Basically what’s happened is that an update for “Windows Defender and Microsoft Forefront Client Security” in the form of a new signature file was released on the 9th of March (Signature versions 1.53.283.0). This update was to address possible scenarios where a machines host file might get changed by a trojan or the like. Unfortunately however this had the side effect on some systems that the localhost entry in the host file was removed or corrupted, leading to any attempt to got to http://localhost/[whatever] will fail.

The solution as outlined in the links below in further detail, is to re-add the localhost entry (127.0.0.1       localhost) to your host file (C:\Windows\System32\drivers\etc\hosts).

I appreciate that these things are important etc. but for [insert appropriately bad word here] sake Microsoft, if you push out potentially breaking changes let us know!

In my case what happened was that, as a good Windows user I have automatic updates turned on and I let the machine restart when it needs to etc. Yesterday, after I’d not used Visual studio on my laptop for a couple days,  all of the sudden while sitting on a bus trying to do some Silverligth stuff, I couldn’t display any html pages when running then from VS. After some attempts at working out what the heck was going on and being on a bus with no internet connection I had to give up and pack up my laptop. Later after 30 min of Googling I found these two post helping me work out what had happened.
ASP.NET Web Development Server Stops Working
Visual studio Development Server problem in Vista

So I guess Microsoft had let us know in the way that the “Visual Web Developer team” let us know on their blog but come on, this should have been more publically announced in some way, according to some of the comments there are people out there who have struggled for days with this issue. I’m not really sure how they should have done it and maybe I’m just irritated because I got stung, lesson learnt from this. Turn off the automatic update and apply updates manually, once you know what they’re doing!

Happy coding :)
Ola

18/03/2009   [Link]
IBA Health raising $124m to pare debt  [click for more...]
HEALTH information technology firm IBA Health Group will seek to raise up to $124 million by issuing new shares to reduce debt.
18/03/2009   [Link]
Interactive 3D Bar chart custom control in WPF (C# .Net) with Databinding support  [click for more...]
Create WPF 3D Bar chart in your .Net application easily. You can create interactive 3D bar chart in seconds using this WPF 3D bar chart custom control. You can even databind your inputs to see '3D chart bars changes as you enter your input' effect.
18/03/2009   [Link] Bharath K A
April 2009 DotNetNuke Training – Special Offers  [click for more...]
We are having another round of DotNetNuke classroom training here in St. Louis in early April, if you’re interested in attending check out the special offers that Rich posted earlier today in the DNN Forums . These offers include discounts on multiple days of training, as well as a hard copy of our Best Practices Guide. Our classroom training offers great access for students looking to soak up as much information about DNN as they can. You’ve got direct access to the instructors and often can get...(read more)
18/03/2009   [Link]
New Control Gallery Additions  [click for more...]
Manage online content with controls like DbNetGrid and DbNetFile with DbNetSuiteVS, render PDFs from a webform using DynamicPDF Generator for .NET, or check out .netInvoice ASP.NET Invoicing Software for a feature-rich ASP.NET-based invoicing solution. Try these controls and others in the Control Gallery.
18/03/2009   [Link] ASP.NET News
A Concurrent Collection: MultiMap generic Collection class in C#.net - Part 2  [click for more...]
MultiMap is similar to .Net Dictionary collection type, but accepts duplicate Key,Value pairs during addition. The MultiMap collection is also a concurrent collection.
18/03/2009   [Link] Bharath K A
Multi Remote Desktop Client .NET  [click for more...]
Yet another self project for this week. Yes it is a Multi Remote Desktop Client .NET (.NET 3.5) written in C#.
18/03/2009   [Link] StringDotEmpty
Automated Test System: Part I  [click for more...]
The article attempts to demonstrate a way of testing in the .NET framework. This is just a demonstration of how we can do automated testing in C# .NET.
18/03/2009   [Link] GamePlanner
Creating a SQL Exclusion Table Using LEFT JOIN  [click for more...]

For a current project I needed to create a table that contained a list of exclusions that should be filtered out from another table when a specific set of criteria were met. This is a pretty common scenario where you have a large table of data and you want to be able to provide the ability through a user interface for a user to filter the data using an exclusion list.

Read the full post below:
http://www.schnieds.com/2009/03/creating-sql-exclusion-table-using-left.html

 

Aaron
http://www.churchofficeonline.com

18/03/2009   [Link]
ASP.NET Futures: Control ClientID Generation  [click for more...]

ASP.NET is expected to have some improvements on the generation of client IDs.

Although this is a major improvement, it comes short by not allowing the generation of shorter client IDs for server controls.

My good friend Nuno Gomes has done some work on generating shorter client IDs for controls (*).

Jeff has taken it one step further with his How to shorten ASP.NET automatically generated control IDs article on CodeProject.

If you want to see a running example, check out http://www.biocompare.com/.

18/03/2009   [Link]
Checkout my video on SQL Server 2008 New Data Types  [click for more...]

Hi all.

You can check my video on SQL Server 2008 new data types. I’ll be posting some more videos soon.

Thanks for watching.

Enjoy.

18/03/2009   [Link]
HijriDateView ASP.NET Control  [click for more...]
An ASP.NET control that allows drawing current Hijri date in string format on an ASP.NET page.
18/03/2009   [Link] Bashir Magomedov
Presentation Model and Dependency Injection  [click for more...]
ASP.NET MVVM provides a framework to implement the Presentation Model pattern, a.k.a. the Model-View-ViewModel pattern in ASP.NET projects. Developers can take advantages of Dependency Injection and Event Broker to write concise, elegant and business focused code.
18/03/2009   [Link] Yiyi Sun
Digital Productivity Strategies for Developers  [click for more...]

Listen to the Show

Our Guest: Jean-Paul Boodhoo

Our special guest this week is Jean Paul Boodhoo Follow JP on Twitter who is a developer, trainer, and author specializing in .NET and Agile development. When I first heard about JP’s summer where he worked while traveling around the world after giving away the contents of his home – I knew I had to have him share how he did it.

Truly Going Paperless

While very few of us will have an opportunity to have such a grand adventure as JP and his family did his techniques are something we can all benefit from. In this show JP shares how he uses the following services to be 100% mobile keep a paperless office:

  • Earth Class Mail: global PO box with options to send parcels to wherever you are in the world
  • Neat Co: scanning, storing and working with receipts
  • eFax: for faxing documents via email
  • Skype: Unlimited
  • LiveMeeting: with active speaker switching for video conferences
  • UltraVNC: for remote pair programming

Getting Things Done

I got a copy of  Getting Things Done  for Christmas and quickly became energized by David Allen’s concepts. I discuss in the show how I use custom Gmail accounts and a defined workflow to implement the tenants of GTD. Gmail’s labeling, search, archive and starring features make a great way to keep track of projects and next actions.

Further I use the service, 3mindme to implement a digital  ticker file  (see the book for an explanation!). Finally, to keep the accounts accessible I use SlickRun to map each mail account to a different browser so I can keep each account authenticated… works like a champ!

If all of this is foreign to you I  suggest you get a copy of the book for yourself and find out why the GTD concept is so practical.

18/03/2009   [Link]
Asp.net - Upload File With Loading Image using JavaScript and C#  [click for more...]
ASP.NET - Upload File With Loading Image Appears After Start Uploading
18/03/2009   [Link] Malik Hassan
Copyright © 2007 Solentive | Disclaimer | Contact | Home