News Archives 
   
(click month to expand)
  

Recent Technology News Stories

Solentive News
WEB farm - Load Balancing in Asp.net  [click for more...]

The concept behind the web farm is that a number of different web sites share pooled resources. They typically share a common front-end dispatcher to perform load control and distribute customer requests. They share the multiple web servers themselves.

read this article @ C-Sharp Corner WEB farm - Load Balancing in Asp.net By P GOPENATH

25/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.
25/09/2007   [Link] VectorX
Starter Kit for Facebook.NET  [click for more...]

VS.NET starter kit for Nikhil Kothari's Facebook.NET Created by Steve Trefethen

Read more here

Steve Trefethen's Blog 

Nikhil's Blog

25/09/2007   [Link]
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.
25/09/2007   [Link]
HTTP File Downloader Class for .NET  [click for more...]
HTTP File Downloader Class for .NET (HTTPFileDownloader)
25/09/2007   [Link] Alex_1
Entity Framework for Domain Model based Application Architectures  [click for more...]

I am sitting here listening to the MSDN Webcast: Framework Masterclass: LINQ to Entities and guess what. Patrick Lowendahl is there as well and beat me to it with the following remark.

Question: Eilsa, if you want more feedback from DDD mvps you can drop me or my friend Jimmy (who wrote the second book, and only .net book, on the subject) a line

Excellent! Wouldn't it be great to use the Entity Framework for our domain model based application architectures. My question in this particular area:

Question: What improvements can we expect in the designer?
Answer: The current designer is actually a CTP 1 that works with the Beta 2 of the EF. We are currently working hard to implement customer feedback and implement things such as the model first scenario. You should see significant changes in the designer coming soon.

I asked Eilsa how POCO the Entity Framework will be? She responded with... for version 1 it will implement the IPOCO concept. This means you're entities need to implement a specific Entity Framework interface. The Entity Framework will have full POCO support in version 2. Microsoft is acknowledging the fact that a lot of customers are practicing DDD.

25/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

25/09/2007   [Link]
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.
25/09/2007   [Link] David Nash
Slides and Demos for My Talk: Testing Data Access Code Pragmatically  [click for more...]

You can download the slides and demos for my talk at Jaoo here:

Talk: Testing Data Access Code Pragmatically

My guitar didn't make it through the flights over here, so someone was kind enough to lend me their personal guitar. Thanks! Someone. The song I sang: It's Time for Violence

25/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.
25/09/2007   [Link] UsualDosage
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
25/09/2007   [Link] Abhishek sur
Auto-suggest Control  [click for more...]
This article presents code that augments any INPUT box with an auto-suggest feature, AJAX-capable
25/09/2007   [Link] Dmitry Khudorozhkov
… 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.
25/09/2007   [Link]
Speaking at New England Code Camp 8 this weekend  [click for more...]
I will be speaking at the New England Code Camp 8: Rise of the Silverlight Surfer at the Microsoft offices in Waltham, MA on September 29-30. I will be speaking on the following security topics: Penetration Testing of Web Applications Secure Code Reviews: What are the ingredients? There is already a great lineup of talks here . Also, Chris Bowen mentioned there will be a Saturday Evening Geek Event at 7:00 pm at the Weston Hotel in Waltham (a tradition that started way back in Code Camp II). This...(read more)
25/09/2007   [Link]
McGyver in Dublin!  [click for more...]
Kudos to Microsoft to have MacGyver aka Richard Dean Anderson for the Halo 3 launch party tomorrow night in Dublin! Now I just wonder how he will stand as the Chief. Forget the trendy new weapons, give him just a paperclip and a string and I am sure no more game over. Of course Richard is know recently as the main leader in Stargate, but hey I'm over 40 now and McGyver is still do it cool for me. Now Microsoft what about the Hoff aka David Hasselhoff for the launch of Visual Studio 2008 ;-)...(read more)
25/09/2007   [Link]
Testing for Programmers  [click for more...]
This article provides basic information about software testing for programmers in a beginner’s level.
25/09/2007   [Link] NinethSense
Using C# 3.0 Anonymous Types as Dictionaries  [click for more...]
During a design meeting for a new feature in ASP.NET we had a requirement that a new method accept a dictionary of name/values pairs. An obvious solution is to have the method accept a parameter of type IDictionary (or its generic cousin): public static string GetHtmlLink( string text, IDictionary < string , string > properties) { ... } While it looks nice and neat from the perspective of our function, the caller of this function has a real mess to deal with. Creating dictionaries is definitely...(read more)
25/09/2007   [Link]
Copyright © 2007 Solentive | Disclaimer | Contact | Home