News Archives 
   
(click month to expand)
  

Recent Technology News Stories

Solentive News
Hosting of MFC MDI Applications from Within WinForms and WPF Applications  [click for more...]
Demonstrates the concept of how to build an old MFC application in a .NET application, to replace the MFC MDI Framework with the modern WinForms or the WPF Framework and to integrate MFC Views and Dialogs in it.
24/10/2007   [Link] Alexey Shalnov
Using RSA Public Key Encryption in a Shared Webhosting Environment  [click for more...]
This article provides a way to use RSA public key encryption in scripts running on a webserver hosted by a shared hosting company. It also demonstrates how to use RSA in .Net to solve the 'real world' problem of signing license codes so that they cannot be forged.
24/10/2007   [Link] Paul Sanders (AlpineSoft)
Email design gallery  [click for more...]
To follow my previous post on HTML emails, I should also mention the excellent gallery of different designs posted by Campaign Monitor. Check here the galery......(read more)
24/10/2007   [Link]
How to Create an HTML Editor for ASP.NET AJAX  [click for more...]
This article discusses how to create an HTML Editor server control for use within an ASP.NET AJAX 1.0 environment.
24/10/2007   [Link] Eric Williams (winthusiasm.com)
Welcome to the Redesigned ASP.NET Web Site  [click for more...]
Today we are proud to introduce the redesigned Microsoft ASP.NET Web site. The ASP.NET Web site is dedicated to providing developers with the tools, information, and support needed to stay at the leading edge of Web development.

With the redesign we seek to strengthen our commitment to the ASP.NET community—a commitment recognized by our site’s honorable mention in this year’s asp.netPRO Readers’ Choice Award for Best Community Resource.
24/10/2007   [Link]
New Videos on  [click for more...]
ASP.NET AJAX is designed to be extended, and in this week’s ASP.NET AJAX videos we learn how to build both an AJAX extender control, and a custom server control that works with or without ASP.NET AJAX. Be sure to also view the CSS Friendly Control Adapters video.
24/10/2007   [Link]
ASP.NET Futures (July 2007) Release  [click for more...]
The Microsoft ASP.NET Futures (July 2007) Release is a refresh of the earlier May 2007 release, providing developers with a preview of new functionality for ASP.NET and Silverlight. For developers using ASP.NET AJAX, this new release extends History support and improves CSS-based element selection, along with the Media and XAML controls.
24/10/2007   [Link]
New Tutorials on Advanced Data Access Scenarios  [click for more...]
Scott Mitchell presents five new tutorials covering a range of advanced data access scenarios, including taking a closer look at using stored procedures and user-defined functions, and protecting sensitive information in the Web.config file.
24/10/2007   [Link]
Better Together: ASP.NET and Silverlight  [click for more...]
This week on the Silverlight site Shawn Wildermuth presents three videos that demonstrate how ASP.NET and Silverlight work together, with a focus on using ASP.NET to generate dynamic, reusable XAML.
24/10/2007   [Link]
Amazon-esque Pager  [click for more...]
Yet another list pager, but this one can use LinkButtons or simple hyperlinks, provides scrolling within an ASP.NET Ajax UpdatePanel, and behaves similarly to the paging found on Amazon.com.
24/10/2007   [Link] Daniel Vaughan
Interfaces in MS Ajax  [click for more...]

I'm currently reading MS Ajax in Action book and am enjoying to the fullest. I didn't know how easy it is to declare an Interface in the JavaScript using MS Ajax (even though, the original JavaScript doesn't support Interfaces).

The example (of IComparable Interface from the book) is as follows: (assuming you have correct configuration for MS Ajax on your aspx page)

Samples.Temperature = function(value) 
{
 this._value = value;
}
Samples.Temperature.prototype = 
{
 compareTo : function(comparand) {
 if(Samples.Temperature.isInstanceOfType(comparand)) {
 var thisValue = this.get_value();
 var comparandValue = comparand.get_value();
 if(thisValue == comparandValue)
 return 0;
 return (thisValue > comparandValue) ? 1 : -1;
}
else {
 throw Error.argumentType();
}
},
 get_value : function() {
 return this._value;
},
 set_value : function(value) {
 this._value = value;
}
}
 
Samples.Temperature.registerClass('Samples.Temperature', null,
Samples.IComparable);

The other JavaScript framework that I always liked, is, jQuery. It's just awesome when you want to do quick animation, drag n' drop, etc. without adding a lot of code.

In future, I'm planning to post more code from my experience with MS Ajax and other Ajax related goodies.

24/10/2007   [Link]
New Video on Handling Application Events using an HttpModule  [click for more...]
If you are new to ASP.NET, you may think that your only options to handle processing events are during Page_Init and Page_Load in your .aspx page. Yet there are many application events before and after your .aspx page is processed, and in this week’s video you will learn how you can execute code during these events.
24/10/2007   [Link]
Join us at ASP.NET Connections in Las Vegas  [click for more...]
Register now for ASP.NET Connections and Visual Studio & .NET Connections on November 5 - 8 at Mandalay Bay in Las Vegas. Learn all about the new features in Visual Studio 2008 from Microsoft and industry experts.
24/10/2007   [Link]
Updated BicNet Projects  [click for more...]

I have updated my projects site. This section of my bicnet website is a place where I can throw working examples of blog posts, and other things I like to show.  Sometimes at home I'll find something cool, and I'll throw it up there for my manager to see.

 A small note, I got lazy while going through the Microsoft Exams which Is why you only see a few chapters on there :P

 Updated Projects:

If anyone would like me to put an example of anything ASP.NET, let me know.

24/10/2007   [Link]
Dave Platt In Israel - CAB Fans Prepare yourself  [click for more...]

image Dave Platt just pinged me to tell me that he'll be doing a 4 day Composite Application Block Workshop over at Idag in Israel. Dave is seriously one of the funniest and most knowledgeable speakers I've met (got to meet him a couple of years back when he was Speaking at TechEd Europe).

He wanted me to help pass on the word about his course, and since I know this guy to be pretty darn good at what he does, I have no problem saying that this should be an interesting course to go to (if you can spring out your wallet, that it..)

Tell them Roy Sent you.

Oh, you should be interested in a couple of books he's written:

 


Programming Microsoft Composite UI Application Block and Smart Client Software Factory (Pro-Best Practices)


Why Software Sucks...and What You Can Do About It

 

 

While you're at it, here are a couple of good resources to learn about the Composite UI application block and the next version named "Acropolis":

You should check the Acropolis team blog http://blogs.msdn.com/acropolis/default.aspx and Glen Block’s blog at http://blogs.msdn.com/gblock/


24/10/2007   [Link]
New Videos on  [click for more...]
Learn how ASP.NET 2.0 makes it simple to implement Web site navigation by combining Menu and TreeView server controls with SiteMap data controls. Also discover how to associate client behavior with a server control using the ASP.NET AJAX extender framework.
24/10/2007   [Link]
Get Blogging with BlogEngine.NET  [click for more...]
BlogEngine.NET is a full-featured blogging engine built with simplicity as its primary goal. The software is free and open source, and can run against XML files or SQL Server. Use it as is, or use it as the basis of your own projects, all under the Microsoft Permissive License.
24/10/2007   [Link]
Suite of MySQL Provider Implementations for ASP.NET 2.0  [click for more...]
An Article on Implementing MySQL Providers for ASP.NET 2.0 Membership, Roles, Site Map and Personalization
24/10/2007   [Link] J Snyman
Updated  [click for more...]
Whether you want to jump-start your own web site or simply view the code of a complete ASP.NET application, an open-source project is a great place to start. Check out the My Web Pages starter kit, the Codeplex Club starter kit, and the ScrewTurn Wiki project.
24/10/2007   [Link]
Thumbnail images in GridView using C#  [click for more...]
ASP.Net have the gridview which is very usefull to display such kind of some datas or images like this. Here S.Vinothkumar is going to display images which are in a folder with thumbnail size. Read more......(read more)
24/10/2007   [Link]
Copyright © 2007 Solentive | Disclaimer | Contact | Home