By Jim Liddle  At a recent Skills Matter event in the UK Goyko Adzic presented for over an hour on Space Based programming in .Net. The slides are embedded below, but as this blog is syndicated and sometimes the slides get stripped out, you can find them here. Sep. 10, 2009 06:45 AM EDT Reads: 708 |
By Courtney E. Driscoll  In today’s business world change is a constant and companies need to ensure that they keep up with that change. Whether the change is an opportunistic response to new conditions – requirements, regulations, market conditions, a merger/acquisition – or a major transformation, companies ... Aug. 19, 2009 05:00 PM EDT Reads: 2,317 |
By Jayaram Krishnaswamy  AJAX has dominated the web space so extensively that it needs no introduction. Connecting to a server via XMLHttpRequest and making a partial page refresh is what makes this technique so attractive. However, use of these AJAX requests, although very attractive, can pose dangers as well... Aug. 19, 2009 09:45 AM EDT Reads: 6,117 Replies: 1 |
By Brad Abrams  I am having a blast with the series where I am updating my simple Mix 09 Business Application demo. In this part, I wanted to consider the scenario that I hope is a common one. The developer writes their Silverlight app using the RIA Services pattern and the application becomes wildl... Aug. 1, 2009 08:00 AM EDT Reads: 1,247 |
By Alin Irimie  Microsoft released ASP .NET MVC for Visual Studio 2010 Beta 1, you can find the installer on CodePlex. Many of the new Visual Studio 2010 features intended to support the TDD workflow fit very nicely with ASP.NET MVC, which ScottGu will describe in an upcoming blog post.
Jun. 11, 2009 08:00 AM EDT Reads: 1,112 |
By Alin Irimie  The Distributed Management Task Force (DMTF), today announced that it has formed a group dedicated to addressing the need for open management standards for cloud computing. The “Open Cloud Standards Incubator” will work to develop a set of informational specifications for c... Apr. 28, 2009 07:00 PM EDT Reads: 1,261 |
By Jeevan Murkoth  I am sure that most of you have heard about or have had a chance to use Google Maps. It's a great service and I was really impressed by the responsiveness of the application and the ease with which users could drag and zoom maps from a Web browser. It has in many ways heralded the arri... Oct. 15, 2008 10:30 AM EDT Reads: 264,619 Replies: 79 |
By Abdul Azeez  PowerBuilder 11.0 supports deploying existing PowerBuilder client/server business applications as an ASP.NET WebForm application. This greatly improves developer productivity without having to learn a new development language and preserves PowerBuilder development skills. Although the ... Sep. 12, 2008 08:00 PM EDT Reads: 4,074 |
By .NETDJ News Desk Developer Express announced the immediate availability of its reporting platform for WinForms and ASP.NET – the XtraReports Suite v2008 vol 2. Built and optimized for Visual Studio, the DevExpress suite of reporting components allows software developers to deliver cutting-edge capabili... Aug. 25, 2008 09:21 AM EDT Reads: 1,845 |
By Kent Alstad  One of the reasons that ASP.NET has become popular as a framework for Web developers is the availability of third-party controls and tools. This third-party product support means that, when you’re developing features and functionality in an ASP.NET application, you have "buy versus bui... Aug. 19, 2008 06:30 PM EDT Reads: 2,326 |
By RIA News Desk  Come see a no-slides, code-only presentation that starts with a blank directory and builds a data-driven, AJAX enabled, ASP.NET web application from scratch that implements common AJAX patterns with the rich set of AJAX Control Toolkit, accesses data with LINQ, and implements standards... Aug. 6, 2008 11:00 AM EDT Reads: 2,646 |
By Jonas Martinsson  Have you ever wished you could run ASP.NET applications on Linux, without having to rewrite your code or leave the Visual Studio development environment? In this article, I show you how to port Steve Clements' AJAX ASP.NET RSS Reader to native Java and deploy it to Apache Tomcat on Lin... May. 22, 2008 07:30 AM EDT Reads: 9,077 Replies: 2 |
By Anand Narayanaswamy  ASP.NET developers are bored with traditional books that outline concepts in a lengthy way. These books are good if you like to learn the features in a detailed manner. However, by the time the book is read, a new version will be released. Hence, many learners including myself prefer s... May. 16, 2008 03:00 PM EDT Reads: 5,122 |
By Kevin Hoffman  CLINQ v1.1 has been released. Some of you may have already downloaded some of the new builds, but here's a rundown of what the new release includes: Support for Continuous Aggregation. Now, in addition to being able to have your result sets automatically update themselves in response t... May. 2, 2008 05:15 PM EDT Reads: 4,142 |
By Greg Low  As soon as ASP.NET systems grow to the point that more than a single Web server needs to be deployed, decisions need to be mode about where the session state will be held. By default, ASP.NET session state lives in the memory of the server hosting the application. The problem with this... May. 31, 2007 05:00 PM EDT Reads: 7,596 |
By Ben Reichelt  One of the big buzzwords that rose to fame in 2005 was 'Ajax.' The term 'Ajax' was first coined by Jesse James Garrett in his essay 'Ajax: A New Approach to Web Applications' (www.adaptivepath.com/publications/essays/archives/000385.php), and it refers to the use of asynchronous JavaSc... Nov. 14, 2006 02:45 PM EST Reads: 49,077 Replies: 25 |
By Vishwas Lele  In the past few months, the design pattern of combining Asynchronous JavaScript and XML (AJAX) to develop highly interactive Web applications has been growing in popularity. High-profile Web applications such as Google Maps and A9 are currently leveraging the combination of these techn... Jun. 1, 2006 11:45 AM EDT Reads: 145,403 Replies: 17 |
By Oscar Peli  The new family of bound controls lets developers build data-driven applications almost without writing a line of code at page level, but there's more work to do to build really robust, fully featured controls. With the new version of .NET Framework, developers can extend base controls ... May. 12, 2006 11:45 AM EDT Reads: 20,474 Replies: 6 |
By Laurence Moroney  You already know the sheer productivity advantages of developing applications that run on the .NET framework using the Visual Studio.NET IDE, and have likely developed and deployed one or more of these in the years since they became generally available. But did you know that you can do... May. 2, 2006 10:30 AM EDT Reads: 19,069 Replies: 2 |
By .NETDJ News Desk ComponentArt has released version 2006.1 of its next-generation 3D charting line: ComponentArt Charting for .NET. The release consists of WebChart for ASP.NET for web-based solutions, and WinChart for .NET for Windows Forms development, and the controls are available individually or to... Apr. 13, 2006 10:15 AM EDT Reads: 11,714 Replies: 1 |
By Timothy Stall  Web sites are based on a client-server model. While the client (usually a browser) can use client-side script such as JavaScript to do simple tweaking of existing data, getting new data requires a request to the server. The server does the heavy processing and makes a response back, wh... Mar. 17, 2006 08:30 AM EST Reads: 18,470 Replies: 1 |
By Aaron Reed  On the eve of the official release of .NET 2.0, developers around the world were anxiously waiting and priming their PCs for a speedy download from MSDN. And who could blame them? Microsoft's .NET development platform has been a hit with the developer community ever since the first bet... Mar. 12, 2006 03:30 PM EST Reads: 23,762 Replies: 1 |
By Tommy Newcomb  Recently, a number of Web sites have begun to raise some eyebrows within the developer community. What's unique about these sites is that they behave more like a desktop application than a Web application. As you interact with them, they quickly display an endless amount of information... Feb. 19, 2006 05:15 PM EST Reads: 89,015 Replies: 7 |
By Mark Hoskins  Before there were Web parts, DotNetNuke created installable private assemblies nicknamed modules to encapsulate the functionality desired within a modular environment. It doesn't take much experience developing modules for DotNetNuke before you start asking the age-old questions: I kno... Feb. 18, 2006 10:45 AM EST Reads: 39,957 Replies: 2 |
By Nina Meiers  Did you know that the terminology known as skinning has been around for quite some time, but never in the hands of mainstream designers and Web developers in the content management space? Simple skinning or skin themes, which are more familiar, started back in the days of Windows when ... Jan. 28, 2006 10:15 AM EST Reads: 23,622 Replies: 1 |
By Wes Weeks  One underutilized technique for maximizing code reuse and increasing developer productivity is the creation and utilization of ASP.NET Server controls. Even when the problem domain is well known and understood, each new project has many developers starting at square one, dragging and d... Jan. 25, 2006 08:30 PM EST Reads: 38,022 Replies: 3 |
By Jon Box I'm working on an application where I built a custom membership provider because of custom database scheme requirement. My custom membership provider is using the hashed format for passwords and user answers. I've got that working and now want to deploy the new application including th... Jan. 9, 2006 04:15 PM EST Reads: 15,940 Replies: 2 |
By Chris Paterra  In December 2004 it was decided that DotNetNuke would break out its existing core modules into separate Projects so that they could be enhanced, released, and supported independently from the core Web Application Framework. It was further decided that some additional modules would also... Dec. 26, 2005 04:00 PM EST Reads: 32,324 Replies: 4 |
By Shaun Walker  Over the past few years, a paradigm shift of monumental proportions has been quietly occurring on the World Wide Web. The traditional 'brand-builder' Web site whose sole purpose was the delivery of static marketing information to potential customers has finally lost its appeal. Fuelled... Nov. 30, 2005 02:15 PM EST Reads: 45,644 Replies: 5 |
By Joe Stagner  RSS is the technology driving the blogging craze that's sweeping the Internet, but it's far more than a blogging technology. It's a prime foundation on which to build 'service-oriented' applications. Oct. 5, 2005 11:00 AM EDT Reads: 20,993 |
By Bill Rogers  Since the introduction of CGI in 1993, the Web has become an increasingly popular medium for interactive content and application development. The evolution of Web programming has come a long way in 12 years, and new technologies are being introduced on an almost daily basis. As a devel... Oct. 3, 2005 02:30 AM EDT Reads: 20,225 |
By Thom Robbins  While meeting with the development staff of a local company we began discussing a project that the CIO had assigned them earlier that morning. The project was actually the first in a series of about 15 planned Web sites scheduled over the next year. Each site was designed to expose sal... Sep. 9, 2005 03:00 PM EDT Reads: 30,999 Replies: 1 |
By Vladimir Safonov  This article is the third part of the series of articles in this journal to describe our Aspect.NET project an aspect-oriented programming (AOP) framework for Microsoft.NET based on a number of new ideas (for the first two articles, see #4 and 5 in the References section). Jul. 28, 2005 04:00 PM EDT Reads: 39,095 Replies: 4 |
By Aaron Reed  Since their conception, Web services have evolved into a core component of software architectures worldwide. The ability to easily distribute processing, allow access via the Internet, and componentize architectures makes Web services a compelling choice for interoperability among syst... Jun. 29, 2005 05:00 PM EDT Reads: 20,698 |
By Michael Earls  One of the most basic ways to navigate within an application is by use of a tab control. Tabs are easy to use and users are very familiar with them. There have been many implementations of tab controls for Web applications, but they had often required advanced client-side script that w... May. 20, 2005 11:00 AM EDT Reads: 79,511 Replies: 10 |
By Kelvin Tsang Security is a very broad field. Even if you have been reading all sorts of security books, monitoring all SecurityFocus mailing lists, subscribing to various RSS feeds, and reading new security whitepapers, virus writers can still exploit the latest vulnerability and successfully carry... May. 20, 2005 11:00 AM EDT Reads: 14,471 |
By Andrew Flick Rapid application development can be greatly enhanced by using third-party toolsets. These toolsets let a developer add controls or classes whose capabilities represent months of development time in a matter of seconds. Infragistics, a market leader in user interface tools, enhances it... Mar. 22, 2005 12:00 AM EST Reads: 17,257 |
By Jeevan Murkoth Since the advent of Web development, Web developers have sought a way to provide a consistent look and feel across the Web application. This pursuit has resulted in different custom solutions. With the introduction of master pages in ASP.NET 2.0, Microsoft has finally brought the suppo... Dec. 7, 2004 12:00 AM EST Reads: 46,486 Replies: 1 |
By Jeevan Murkoth The introduction of ASP.NET in 2002 signified a big change in Microsoft server-side technologies for building Web sites. It represented a shift from the interpreted Active Server pages (ASP) to compiled ASP.NET pages. The compiled ASP.NET Web applications were much faster than the inte... Nov. 8, 2004 12:00 AM EST Reads: 32,375 Replies: 7 |
By James McCaffrey  Programmatically posting data to a traditional ASP page is an extremely useful and well-known technique. However, I recently discovered that posting data to an ASP .NET Web application from another program is not well understood and requires several new programming tricks. Jun. 7, 2004 12:00 AM EDT Reads: 68,450 Replies: 1 |