ASP.NET PRO has just released it's PDF version of it's printed magazine for free for all to download. March 2008 April 2008 May 2008 Some really cool articles on the following topics for your reads: Ajax Enabled Services WCF Services ExpertPDF HTML to PDF Silverlight On-demand XAML Extention Methods...
If you're a web developer and have been following the out of band releases from ASP.NET, this is a good chance to have a consolidaed 'training materials', aka hands on lab, presentations, and demoes, which comprises of the following technologies: 1) ADO.NET Data Services 2) ADO.NET Entity...
Click on the issues for the direct download link.
A decent article , though dated quite sometime ago, but still worthy of any web developer to read.
Microsoft and Dr. Dobb's had recently jointly released and sponsored a couple of webcasts and labs for PHP developers to move on to ASP.NET 2.0 and Ajax. The recommended learning modules for this track are listed below and have already been pre-selected for your convenience. You may remove any webcasts...
Recently, I've been working on quite a number of projects to do with enterprise web application development, and many a times, I got request to have all encryption strings encrypted. Of course, even if they didn't tell me to do so, I'd also do so as it's just too dangerous to keep it in plaintext. So...
Like the title says. Be caution about it. Check the picture below. In what mother earth that this will happen? It worked fine in Internet Explorer 6 and not in Internet Explorer 7. It took me hours to look at the codes and searched online. As you know the problem domain was huge and I had no idea what...
Well there are a number of ways to handle your QueryString. So what is a QueryString? Request.QueryString["fundid"] This is how you use a QueryString in your web application? Basically you should not store too many data in your QueryString. Furthermore one of the benefits of QueryString, you...
This is a life saving tip. Well of course you can find in google about this, but it saves me a lot today. Basically this method is use to register Javascripts. If you don't deal with this, won't be useful for you. It is worthfile to notice it. .NET 1.1 Page.RegisterStartupScript( "StartupTitle"...
This time, I will be sharing a tip on DataGrid which is migrated from ASP.NET 1.1 to ASP.NET 2.0. Actually when you migrate the datagrid into .net 2.0 environment, you will be surprised to find that there are no events for that datagrid in the Properties Windows, but there are events at the code behind...
" I've just learnt .NET 2.0! Is Microsoft crazy? Coming out with an entire new framework so soon? " is the common misconception that many developers have about .NET 3.0. Just to dimystify the myth, .NET 3.0 is just an addition to .NET 2.0, with 4 main components Windows Communication Foundation Windows...