News Archives 
   
(click month to expand)
  

Recent Technology News Stories

Solentive News
LINQ  [click for more...]

 I finally gave

Language Integrated Query (LINQ) Series

60 minutes of my time.  Check out this interview  with Beth Massi from the Microsoft VB Team

26/09/2007   [Link]
Response.Redirect into a new window (with Extension Methods)  [click for more...]
This question comes up from time to time , to time . If you understand how redirects work, then you also know it is "not possible" to redirect into a new window, because a redirect on the server causes a special HTTP response to be sent to the users browser, the client. The browsers native implementation interprets the special response code and sends the user off to the destination. There's no built-in mechanism or standard for specifying a new window. The only way to open a new window is for it...(read more)
26/09/2007   [Link]
JSON-style dictionary parameters in C#?  [click for more...]

Eilon has an interesting post about using the new anonymous object initializer syntax in APIs that take dictionaries. The end result looks very much like the JSON parameterized function calls that are very common in many JavaScript frameworks, which shows once more how C# is getting many of the nice features of dynamic languages while remaining statically-typed. While I wouldn't use that just to get named parameters like those frameworks are often doing, it looks well-justified in this context because the parameter it's being used for is actually not predetermined.

http://weblogs.asp.net/leftslipper/archive/2007/09/24/using-c-3-0-anonymous-types-as-dictionaries.aspx

26/09/2007   [Link]
HTTP File Downloader Class for .NET  [click for more...]
HTTP File Downloader Class for .NET (HTTPFileDownloader)
26/09/2007   [Link] Alex_1
September Release of the ASP.NET AJAX Control Toolkit  [click for more...]
The ASP.NET AJAX Control Toolkit provides a set of AJAX controls to spice up your Web site, and as a shared-source project you can use its infrastructure to create your own cool controls and extenders. Be sure to grab the newest release of the Control Toolkit, as it contains a number of bug fixes.
26/09/2007   [Link]
Auto-suggest Control  [click for more...]
This article presents code that augments any INPUT box with an auto-suggest feature, AJAX-capable
26/09/2007   [Link] Dmitry Khudorozhkov
Future of Web Apps in London - (plus 20% discount!)  [click for more...]

Future of Web Apps have a run a great set of events in both the US and the UK - and there's one coming up in London on Oct 3-5. Just to give you a taster, there are speakers from

  • Digg
  • Flickr
  • Facebook
  • WordPress
  • FeedBurner
  • Yahoo
  • Adobe
  • Microsoft

Not bad eh? Even better - Developer Fusion has organised a 20% discount off the full ticket price, which brings the two day conference pass down to less than £200. Give me a shout too if you're going to attend - I'm planning to make it.

26/09/2007   [Link]
Object Oriented Ajax  [click for more...]
Object Oriented AJAX class and objects structured for ease of use and maintainability for multiple requests.
26/09/2007   [Link] VectorX
All About Web Service in .Net  [click for more...]

A nice article written by DotNetGuts discuss these points about Web Services in .NET

  • What is Web Service?
  • History of Web Service or How Web Service comes into existence?
  • Example of Web Service
  • Web Service Communication
  • Advantages of Web Service Communication
  • Terms which are frequently used with web services
  • Example of Creating Web Service in .Net
  • Example of Testing Web Service in .Net
  • Few Facts about Web Service in .Net

Read it @ DotNetGuts

26/09/2007   [Link]
IT enrolments in dramatic decline  [click for more...]
A DRAMATIC drop in information technology enrolments has cost universities about $100 million in four years, according to a study.
26/09/2007   [Link]
IIS7 - post #51 - October training for IIS7  [click for more...]

Keith Combs posted information on several upcoming October IIS7 related webcasts.

http://blogs.technet.com/keithcombs/archive/2007/09/22/key-iis7-trainings-in-october.aspx

Looks like schools in-session regarding IIS7 this October!  See you there.

26/09/2007   [Link]
Why we need an EntLib Standalone Validation Application Block  [click for more...]

In my previous post about XAML and its future as a domain model/DSL serialization format, I've argued that System.Configuration as well as Enterprise Library Configuration (part of the core of EntLib) will soon become irrelevant.

The caveat is that now you need to design your classes a bit differently. No more constructors where you validate the required input. Now everything is a property get/set, and validation needs to be done at a separate point in time (ISupportInitialize.EndInit), as well as on every property set (if you only want to allow the setter to be called before initialization is completed) and before every method (if you depend on the properties being initialized). ...

Read full article

26/09/2007   [Link]
48 video tutorials  [click for more...]
The GridViewGuy has been busy lately! These tutorials target different aspects of the .NET framework. Check the full list here......(read more)
26/09/2007   [Link]
… and Then Try Out the .NET StockTrader Sample Application  [click for more...]
.NET StockTrader is an end-to-end sample application for .NET Enterprise Application Server technologies. It is a service-oriented application based on WCF and ASP.NET, and illustrates many of the .NET 3.0 technologies for building highly scalable, rich "enterprise-connected" applications.
26/09/2007   [Link]
Why XAML makes System.Configuration and Enterprise Library Configuration obsolete  [click for more...]

It may seem unrelated, but if you haven't read Fowler's article on DSLs (from Google cache if it's down like now), please do so now. It will help you understand why XAML goes far beyond WPF and presentation.

Configuration is typically nothing more than a DSL (external DSL in Fowler's terms) that serves to setup the variable parts of a certain runtime library or framework. For example, while a logging framework has many "static" or invariant components (i.e. logging "pipeline" execution, interaction between components, registration of variable components, etc.), there are variable parts which determine the runtime behavior, such as concrete trace listeners attached to given trace sources, the specific file a file listener will write to, and so on. ...

Read full article

26/09/2007   [Link]
AJAX Demystified - Part Four - The AJAX AutoSuggest Text Box  [click for more...]
Create an AJAX-based auto suggesting textbox or textarea with no database or server side scripting needed.
26/09/2007   [Link] UsualDosage
EnvMan 1.2 - Windows Environment Variables Manager  [click for more...]
Environment Variables Manager (EnvMan) is a tool written in C# .Net intended to handle the administration of Windows Shell Environment Variables. It is designed to replace Control Panel System Environment Manager and easily manage long variable values.
26/09/2007   [Link] Vladislav Setchin
Create an ASP.NET Rounded Panel WebControl  [click for more...]
A custom WebControl that emits CSS to turn create a stylable ASP.NET panel with rounded corners.
26/09/2007   [Link] UsualDosage
Win32++: A Simple Alternative to MFC  [click for more...]
A simple Windows framework that beginners and intermediate programmers can use as an alternative to MFC. It makes learning to program for Windows easier.
26/09/2007   [Link] David Nash
Google Maps in HTML, ASP.NET,PHP,JSP etc with ease  [click for more...]
The Article will guide you with complete knowledge of how to add a google map in your webpage with knowledge of JAVASCRIPT
26/09/2007   [Link] Abhishek sur
Copyright © 2007 Solentive | Disclaimer | Contact | Home