| Solentive News |
|
|
[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
|
|
|
|
[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)
|
|
|
|
[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]
|
|
|
|
[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)
|
|
|
|
[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]
|
|
|
|
[click for more...]
|
|
24/10/2007
[Link]
|
|
|
|
[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]
|
|
|
|
[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]
|
|
|
|
[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]
|
|
|
|
[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
|
|
|
|
[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]
|
|
|
|
[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]
|
|
|
|
[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]
|
|
|
|
[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]
|
|
|
|
[click for more...]
|
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: 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]
|
|
|
|
[click for more...]
|
|
24/10/2007
[Link]
|
|
|
|
[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]
|
|
|
|
[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
|
|
|
|
[click for more...]
|
|
24/10/2007
[Link]
|
|
|
|
[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]
|
|