News Archives 
   
(click month to expand)
  

Recent Technology News Stories

Solentive News
Aplicações prontas no ASP.NET  [click for more...]

vc sabia que a MS lançou uma galeria de apliações prontas em ASP.NET para vc instalar e testar. O link é http://www.microsoft.com/web/gallery/default.aspx e aproveite para montar um blog, um dotnetnuke, newsletter, wordpress, etc. O mais legal é que vc pode submter a sua app para ser colocada na galeria, se aprovada, é claro.

21/04/2009   [Link]
Problemas com o IIS 7?  [click for more...]

O IIS7 mudou bastante em relação as versões anteriores. Se vc precisar buscar informações sobre o IIS 7, principalmente se vc tem o Vista ou o Win2008 leia http://www.iis.net/ (em especial a TAB Learn).

21/04/2009   [Link]
Auto-suggest Control  [click for more...]
This article presents code that augments any INPUT box with an auto-suggest feature, AJAX-capable
21/04/2009   [Link] Dmitry Khudorozhkov
Adobe's New Flash Can Stream Internet Content to TVs (PC World)  [click for more...]
PC World - Adobe Systems on Monday unveiled a version of its Flash multimedia streaming technology that would allow people to run entertainment programming directly to television sets from the Internet, a new option for the rapidly changing digital-home market.
21/04/2009   [Link]
Fake ISAPI Handler to serve static files with extension that are rewritten by URL rewriter  [click for more...]
Body: IntroductionI often map html extention to the asp.net dll in order to use url rewritter with .html extentions. Recently, in the new version of www.nouvelair.ca, we renamed all urls to end with .html. This works great, but failed when we used FCK Editor. Static html files would not get serve
21/04/2009   [Link] Nicolas Brassard
LyricsFetcher - The Easiest Way to Find Lyrics for your Songs  [click for more...]
An article describing the development of a non-trivial C#/.NET application to fetch lyrics for songs.
21/04/2009   [Link] Phillip Piper
Intro to JavaFX - Dummy Chess  [click for more...]
This article describes my experiences in trying to learn the JavaFX programming language by writing a Chess program.
21/04/2009   [Link] El Bob-O
Hudson – CI Engine (part 2)  [click for more...]

In my previous blog about Hudson I was excited as a user how cool and great this CI engine was. This week I had to quickly setup a project and get it going on our build server. Boy oh boy, that was great task. Easy, clean, and fast. You should definitely check it out.

For those who want to install it, keep in mind the next:

  1. You will have to install Java Runtime
  2. Once you can run the command line version, you can through the browser install the windows service (a much better way of running CI server)
  3. You probably will need a few .NET related plugins to install prior to setting up any projects, such as
    1. MSBuild (if you use it)
    2. NAnt (if this is your build script of choice)
    3. Gallio report builder (if you use MbUnit 3.x)
    4. Green Balls (if you rather see red-green and not red-blue – why blue?!)

The nice part is that the information is all available at the Hudson site, and very easy to find.

Oh, and Terry, why won’t you blog about setting it up for the .NET community. Folks would love to read it :P

image

21/04/2009   [Link]
SAP .NET RFC Server with SAP.NET Connector 2.0  [click for more...]
This article explain how to connect from SAP to .NET application.
21/04/2009   [Link] huseyinakturk
VB.NET/C# and JavaScript communication  [click for more...]
VB.NET/C# and JavaScript communication, how do i...
21/04/2009   [Link] Qaiser_Iftikhar
Date Picker Custom Control in ASP.NET  [click for more...]
No need to place any image,css,javascript file in project. Only three lines of code can do the wonder.
21/04/2009   [Link] sameer_s
Ajax Calendar Control  [click for more...]
Discussion of how the calendar control works using Ajax
21/04/2009   [Link] Donsw
O'Reilly Webcast - XBRL: the what, why and who...  [click for more...]

Join this free, live webcast

With the United States Securities and Exchange Commission (SEC) mandating it; stock exchanges around the world using it; and official support from the European Parliament as well as governments of the Netherlands, Australia, Japan and China - the Extensible Business Reporting Language (XBRL) can certainly be considered a global standard for business reporting.

This webcast will introduce you to XBRL and answer your questions. What is XBRL? How is it different than XML? Who is using it today? Learn from Charlie Hoffman, Director, UBmatrix and credited as the "Father of XBRL."

This presentation is targeted at IT professionals and IT managers interested in learning more about XBRL. As O'Reilly online editor Kurt Cagle recently wrote: "the formal adoption of XBRL as a mandatory requirement is likely to have a number of implications, not least of which being a suddenly high demand for XML skilled people in general, and XBRL people in particular."

Attendance is limited, so register now. We'll send you a reminder before the webcast. And please feel free to share this invitation with others.

Date: Wednesday, April 22 at 10 am PT
Price: Free
Duration: Approximately 60 minutes
To register: oreilly.com/go/xbrl
Questions? Please send email to webcast@oreilly.com

21/04/2009   [Link]
MAB ContainerModel / Funq: a transparent container  [click for more...]

From the point of view of the user of the container, he doesn't have to do anything at all. He just creates classes as usual:

public class EditCustomersPresenter
{
    public EditCustomersPresenter(IEditCustomersView view, ICustomerRepository repository)
    {
        this.view = view;
        this.repository = repository;
        view.Presenter = this;
    }
    ...
}

Container configuration is done through lambdas that specify which object to construct for the registered type. For the view used by this presenter (an EditCustomersView form), it would look like: ...

Read full article

21/04/2009   [Link]
File Uploader in ASP.NET and ASP.NET MVC  [click for more...]
A class to upload files in ASP.NET and ASP.NET MVC.IntroductionUploading files is a common scenario and an essential part of many web applications. Here I have created a class which can be used to upload files easily. The uploader class automatically validate all the necessities i.e. validation o
21/04/2009   [Link] Mohammad Jahedur Rahman
MSDN updates  [click for more...]
Scott Hanselman did a great post about some of the new and upcoming features of MSDN that everyone should check out if you haven’t already.  You can read all his great details here . This got me thinking about MSDN and some of the new things that Read More......(read more)
21/04/2009   [Link]
Sending Values To and Receiving Values from a JavaScript Popup Window that Uses the MultiView and the GridView Control  [click for more...]
In this article, we will learn how to create a JavaScript popup window, how to use the MultiView control to move between two views, and also to use the GridView control with paging.
21/04/2009   [Link] Adnan Faisal
New ASP.NET MVC Sample Applications from the Community  [click for more...]
Learn how to build real world ASP.NET MVC applications by downloading the source code for two ASP.NET MVC applications developed by members of the ASP.NET MVC community. Download the Suteki E-Commerce application and the CodeCampServer application. These applications illustrate how to create unit tests, work with IoC Containers, and use NHibernate when building an ASP.NET MVC application.
21/04/2009   [Link] ASP.NET News
Clog: Client Logging, Silverlight Edition  [click for more...]
A customizable log provider system that allows you to harness your existing logging system to log client side messages to your server. Includes a Silverlight interface and Log Viewer.
21/04/2009   [Link] Daniel Vaughan
Copyright © 2007 Solentive | Disclaimer | Contact | Home