|
Feedage Forager
Member since: 2009-07-24
Feeds: 1
Categories
|
Preview: WWWCoder.com
WWWCoder.comTutorials and Resouces for the ASP.Net Portal Developer. We focus on ASP.Net portals like DotNetNuke. Your complete source for ASP.Net portal tutorials, articles, free code, and DotNetNuke news, and resources.Copyright: Copyright 2008 - Santry Technology Solutions, Box 172, Girard, PA 16417, (814) 774-0970
Exporting DNN Blogs to Ventrian News Articles Sun, 24 May 2009 16:06:36 GMT DNN is a great portal application, but some of the provided modules are lacking. The weblog module is one of them (even though it has made some improvements in this last version). Due to the lack of certain features, we found Ventrian News Articles module that provides everything we needed. Problem we had was we were using the DNN blog module for so long, we had a considerable amount of content that we didn't want to lose and be able to export to the new module.
Replace Text via SQL Replace in a DNN HTMLText Module Sun, 19 Oct 2008 21:54:33 GMT When migrating portals from one instance to another, you can use the template creation in DotNetNuke to export a template with content and then import that template to another instance. The problem you end up with however is the links tend to break as your portals directory usually has another id assigned to it.
Removing the "www" From the URL Sat, 28 Jun 2008 18:07:22 GMT For SEO purposes you don't want to have two separate pages having the same content. This could very well mean if you have "www." in your url, and without the "www." pointing to the same content, you may run into some issues. There are other reasons too. Read the article for more.
60 or More Current Anonymous Users On DNN - No Problem Tue, 10 Jun 2008 18:07:24 GMT What do you consider a heavily traffficated DotNetNuke site? 10, 20, even 90 current anonymous users? Our network receives over 50,000 users per day hitting the site generating hundreds of thousands of requests per day. Since this particular network is aimed at the tween set, our traffic balloons right after school hours.
Add Social Networking Bookmarks to the DNN Blog Wed, 04 Jun 2008 17:15:02 GMT This is a very simple modification to the DNN blog module that doesn't require a recompile.
Essential Windows Web Tools Sun, 13 Apr 2008 19:57:08 GMT Here is an article about the tools I have found that help me being a web developer on Windows with ASP.NET. In addition to acquiring/downloading the best tools available, I recommend doing a lot of research before making design or layout changes on your site.
Building a Community Site - It's About People, Not Technology Mon, 23 Jul 2007 23:32:57 GMT Sometimes in the online world when approaching a project people seem to classify the issues facing a website as a technology issue. It's as if building a web site is this mysterious thing wrapped in so much technology it's just too much handle. Just sitting in the office of a technology provider gets nerve wracking; hearing all the techno geeks spitting out acronym after acronym and having no idea what any of it means - html, Ajax, XML, HTTP, Java, ASP, .NET, Web services, Web 2.0, what all does it mean?!
Top 10 Application Security Vulnerabilities in Web.config Files - Part Two Fri, 18 May 2007 13:52:31 GMT In this second part of a two-part series, you will learn about application security issues related to authentication and authorization, as well as five vulnerabilities commonly found in ASP.NET web-based applications. Additionally, find out how to keep configuration files from being unintentionally modified by uninformed programmers or administrators, as well as why it is critical to never rely on default setting values.
Review: Dynamic Forms 2.3 Mon, 07 May 2007 00:46:52 GMT Need forms? Here's your answer, Data Springs, Inc. has a module for creating your own dynamic forms for your DotNetNuke portal.
Top 10 Application Security Vulnerabilities in Web.config Files - Part One Wed, 02 May 2007 19:16:00 GMT In part one of this two part article, you will learn about five of the top ten "worst offenders" of misconfigurations of application security that can cause overall problems for ASP.NET Web-based applications. Learn more about how to secure the Web.config files of an ASP.NET application.
Benefits of DotNetNuke 4.5 Tue, 24 Apr 2007 18:40:21 GMT DotNetNuke recently announced the much anticipated release of v4.5. Besides being a very stable release, the version also includes many new bells and whistles for your portal. Data Springs, Inc. brings you this article on some of the new features of DNN 4.5.
Getting Your MCSE Certification: The Difference between Real Boot Camps and Cheat Camps Fri, 06 Apr 2007 20:51:42 GMT While there are companies that say that they offer MCSE certification, the trouble is that some of them are not offering a true, comprehensive MCSE boot camp. Instead, they are providing students with a so-called "cheat camp," a camp that relies on web-found MCSE braindumps rather than customized materials that teach key concepts. Learn more about how to differentiate between the two types of camps to get the greatest value from the experience.
Instead of Being a Microsoft Consultant, Be a Microsoft Super Star Fri, 02 Mar 2007 16:51:00 GMT A short biography of Patrick Santry, the owner of WWWCoder.com. He provides some tips for the young consultant on how to grow their career on the Microsoft path.
Record Locking in SQL Server Thu, 22 Feb 2007 19:07:18 GMT Learn about record locking in SQL Server. Covers optimistic, and pessimistic locking.
Preventing a Brute Force or Dictionary Attack: How to Keep the Brutes Away from Your Loot Thu, 11 Jan 2007 19:20:53 GMT To understand and then combat a brute force attack, also known as a dictionary attack, we must start by understanding why it might be an appealing tool for a hacker. To a hacker, anything that must be kept under lock and key is probably worth stealing. If your Web site (or a portion of it) requires a user to login and be authenticated, then the odds are good that a hacker has tried to break into it.
DotNetNuke - Open a module in a new window or Redirect Fri, 29 Dec 2006 15:07:24 GMT When developing custom modules sometimes you will want to either open a window or redirect the user to another module that you have for say a detail page.
DotNetNuke 4 Module Development Guide Thu, 07 Dec 2006 13:38:34 GMT Provides extensive information on how to configure your development environment and developing modules for DNN 4.
DNN Module Packager Tue, 28 Nov 2006 17:37:41 GMT The DNN Module Packager is a utility that creates a DotNetNuke manifest file and packages module into a ZIP file for deployment to a DotNetNuke 3.x or DotNetNuke 4.x hosting site. You can edit the manifest file before packaging and also add any other files to the package that your module needs to function properly in a DotNetNuke environment. The DNN manifest file is simply an XML file that contains information about the Module, it's DNN-interface controls (like View, Edit, and Settings controls), and a listing of all the folders, files, and binaries needed by the module.
DotNetNuke - Code Camp Event Module Mon, 20 Nov 2006 13:28:22 GMT Free module to manage your Code Camp event. Features: Create multiple Code Camps; Tracks registrations and optionally adds people to the waitlist when the event is full; Speaker bios with thumbnails; Multiple session tracks; Session abstracts; Dynamic creation of the agenda; Attendees can create their own personalized agendas (helps you get a handle on what are the more popular sessions); Can support multi day events.
DataGrid versus DataGridView Wed, 01 Nov 2006 17:35:12 GMT The DataGridView Windows Forms control is a quite new .NET control introduced in MS Visual Studio .NET 2005 that is a good alternative to the VS .NET 1.x DataGrid control. This article will compare the two controls.
DotNetNuke 4.3.5 - AD Quick Fix Tue, 24 Oct 2006 18:35:51 GMT The dotnetnuke active directory provider I think is one of the most important aspects of having a CMS. But, if your using the DNN Active Directory Authentication provider and work in a large organization with multiple "administrators". This little tidbit can really help.
DNN Wiki Tue, 24 Oct 2006 12:12:27 GMT Touted as the DotNetNuke Encyclopedia. The site is soliciting for editors for the wiki project which aims to provide a knowledge repository for DotNetNuke users by providing resources, articles, and video content. The site includes the wiki and a forums section.
Malicious Code Injection: It's Not Just for SQL Anymore Thu, 19 Oct 2006 17:30:08 GMT More and more, developers are becoming aware of the threats posed by malicious code, and SQL injection in particular, and by leaving code vulnerable to such attacks. However, while SQL is the most popular type of code injection attack, there are several others that can be just as dangerous to your applications and your data, including LDAP injection and XPath injection. While these may not be as well-known to developers, they are already in the hands of hackers, and they should be of concern.
Generating a Registration Image on the Fly Tue, 10 Oct 2006 16:20:35 GMT This article focuses on generating an image on the fly in ASP.NET. This feature you may find on any website that requires registration of a user. Example: Yahoo Registration, this site requires you to type in your secret string before you can successfully login.
Email Sending in ASP.net 2.0 Mon, 02 Oct 2006 22:37:08 GMT This article will focus on following concept Simplest way of sending email Writing HTML Email Creating Email with attachment
Testing for Security in the Age of Ajax Programming Thu, 28 Sep 2006 00:20:49 GMT Ajax programming is one of the most exciting new technologies in recent history. Ajax (Asynchronous Javascript and XML) allows a web page to refresh a small portion of its data from a web server, rather than being forced to reload and redraw the entire page as in traditional web programming.
MCP Radio Tue, 19 Sep 2006 10:24:44 GMT Microsoft Certified Professional Magazine Online presents the latest MCP Radio broadcasts in a handy podcast format. Contains the week's top IT news for Microsoft networking professionals.
GemBox.CompoundFile Free 1.1 Released Tue, 19 Sep 2006 16:03:41 GMT Read, write and modify files in OLE2 Compound Document format. GemBox.CompoundFile is a .NET component that provides elegant and high performance way to read and write individual streams and storages in OLE 2 Compound Document files. Compound Document file is file system inside a file and is used as underlying storage for native Microsoft Office files (DOC, XLS and PPT). Use this component to manipulate such files in a low level way (for example to remove a summary data stream). GemBox.CompoundFile Free comes free of charge while GemBox.CompoundFile Professional is a commercial version (licensed per developer).
GemBox.Spreadsheet Free 2.7 Released Tue, 19 Sep 2006 16:05:50 GMT GemBox.Spreadsheet is a .NET component which provides easy, elegant and high performance way to create, convert, write to and read from native Microsoft Excel files (XLS files in BIFF format or CSV files in text format) without the need for Microsoft Excel on either the developer or client machines. GemBox.Spreadsheet Free comes free of charge while GemBox.Spreadsheet Professional is a commercial version (licensed per developer).
DotNetNuke File Manager Release Mon, 18 Sep 2006 12:26:47 GMT Designed using ASP.NET 2 Technology. User-friendly interface,Designed like DotNetNuke File Manager with the tree based file explorer. Powerful file manager with no need for FTP, upload files from your hard drive, copy, rename, delete files and more. Build in C# Technology that fully utilise DataGrid and ASP.NET 2 TreeView Control. Combined with FreeTextBox allow you to edit HTML files on the fly.
Many-to-Many Relationships in O/R Mapping Thu, 14 Sep 2006 20:04:06 GMT If you are developing an object oriented .NET application that has to talk to a database, you'll inevitably map objects to a relational model. And, most likely you'll face situations where many-to-many relationships exist in your database. This article describes how you can handle many-to-many relationships in O/R mapping.
Using the DotNetNuke Scheduler Fri, 08 Sep 2006 12:49:15 GMT Ever need to write some disconnected process at a scheduled interval? Any time you need to run a scheduled process you can use the DNN Scheduler for your specific job. In this article I'm going to provide an example and show you how to code your own scheduler class for DotNetNuke. We'll also cover configuring the scheduler service and some options it provides.
ASPPhotoResizer Tue, 05 Sep 2006 01:26:41 GMT ASP component to resize JPEG images. Images can be saved to disk or streamed to the browser. Functionality includes rotate, crop and flip, adjust compression and DPI, convert to greyscale. Converts images from CMYK format. Simple commands are provided for streaming to the browser and resizing to fit a specified rectangle. Input can be accepted from a binary variable making it usable with upload components. Free trial available.
Venexus DotNetNuke Blog Sun, 03 Sep 2006 04:14:15 GMT DotNetNuke Articles, Code Snippets, Errors, and News
Wrox Code Camp Video Series Sat, 02 Sep 2006 04:00:59 GMT Wrox, in collaboration with several .NET Code Camps and other user groups, is working with Wrox authors and other Wrox contributors to provide videos of some of their technical presentations. Because we know you can't make it to every user group and Code Camp meeting you'd like to, we're bringing the user groups and Code Camps to you.
Application Error Handling: How to Avoid Death by a Thousand Cuts Fri, 01 Sep 2006 00:08:30 GMT Conscientious developers often want to help the end user when an application error occurs by creating a message to be displayed that contains detailed information. However, if developers are overly helpful with their error handling approach, they can wind up giving up critical information to an attacker. Learn about the best practices that should be followed when creating error messages, including important guidelines that should be taken into consideration.
AmazonStore for DNN 3 Tue, 29 Aug 2006 23:37:00 GMT This is a free and open source modules made available for the users of WWWCoder.com. This is same code that drives the shop section of this site. Open the attached zip file for the full source code as well as an assembly install file.
Data Springs Inc. Thu, 08 Feb 2007 16:47:03 GMT Data Springs provides a broad range of customized software services and solutions: custom development and programming; project planning and consulting; design; and more.
Patrick Santry's Weblog Thu, 29 Jan 2004 20:36:50 GMT Weblog of Patrick Santry, creator of WWWCoder.com, co-author of several articles and books including: 'Administering IIS 5.0' and contributor of 'Windows 2003 Server - The Complete Reference'.
DotNetNuke Sun, 20 Apr 2003 04:29:01 GMT DotNetNuke ( formerly known as the IBuySpy Workshop ) is an automated content management system specifically designed to be used in Intranet and Internet deployments. The Administrator has total control of their web portal, registered users, and has a powerful set of tools to maintain a dynamic and 100% interactive data-driven web site.
Enhancing Microsoft Content Management Server with ASP.NET 2.0 Wed, 23 Aug 2006 14:54:07 GMT The latest book on MCMS with ASP.NET 2.0 book from Packt Publishing is written for developers who work with Microsoft Content Management Server, and want to update their skills to take advantage of the latest offerings in ASP.NET.
Port 25 Fri, 18 Aug 2006 17:46:23 GMT Learn more about the insights and analysis coming out of the Microsoft Open Source Software Lab.
CodePlex Fri, 18 Aug 2006 18:45:03 GMT CodePlex is Microsoft's community development Web site. You can use CodePlex to create new projects to share with your fellow developers around the world, join others who have already started their own projects.
Creating a DotNetNuke Skin Object Thu, 10 Aug 2006 18:04:54 GMT There are plenty of tutorials on creating DNN modules, but what about a skin object? In what kind of situations would you want to use a skin object? In this article we discuss one scenario, and provide you with the code to create your own random image DNN skin object.
TechNet Podcast: Microsoft SQL Server 2005 Wed, 09 Aug 2006 15:48:39 GMT SQL Server 2005 for the IT Professional with Kimberly Tripp podcasts: Building a robust, recoverable, and reliable system requires knowledge, best practices, and finding the right tool for the job. Join this 11-part series with Microsoft SQL Server Most Valuable Professional Kimberly Tripp to learn how to build the foundation for success. These podcasts are from the webcast series.
Google SiteMap for HrefExchanger Fri, 04 Aug 2006 15:50:29 GMT Google Sitemaps are generated exactly as how Inventua HrefExchanger translates them. They will be human friendly URL's instead of /tabid/##/default.aspx. I like to see human readable URL's in search engine indexes so it's easier for users to remember.
Dr. Dobb's .Net Cast Sat, 05 Aug 2006 03:44:41 GMT Mark Baker and Nik Hemdal interview Windows and .NET experts on techniques for getting the most out of the .NET platform.
SearchVB.com's Podcast Page Sat, 05 Aug 2006 03:40:45 GMT SearchVB.com's monthly podcasts give site members a chance to listen to the latest news in .NET development. These downloadable segments feature interviews with experts in the field, news roundups and commentary from SearchVB.com editors.
Whois Module Fri, 04 Aug 2006 15:52:30 GMT Whois Module: Returns domain registeration information. If no information is available, returns customized message. Both modules are customizable through CSS. Both modules can be purchased for $2.99 Free Versions also available
XP Tabs w/Ajax Fri, 04 Aug 2006 15:51:39 GMT XP Tabs allows you to show Html/Text content in a nice tabbed view. Simply add your content as you would using normal Html/Text module and it appears in tabs.
Book Review: Professional DotNetNuke 4 Thu, 03 Aug 2006 17:47:16 GMT Looking to learn about DNN running on the ASP.NET 2.0 framework? Well look no more, here's the book for you. In this article, I will provide you with a chapter by chapter breakdown of the new book. From the personal perspective of DNN founder, Shaun Walker to learning how to distribute modules, skins, and components of DNN. In addition, at the end of the article, Wrox has been kind enough to provide WWWCoder.com with a free downloadable chapter from the new book.
dnrTV Sat, 29 Jul 2006 05:29:56 GMT dnrTv is a fusion of a training video and an interview show. Training videos are typically sterile and one-way. Let's face it, you can only take so much. But you need to see the code! In this format, you get the spontaneity of an interview talk show, and the detail of a webcast or training video.
Ajaxian Podcast Sat, 29 Jul 2006 05:48:47 GMT Dion and Ben of Ajaxian.com discuss issues around the new Web technology called Ajax (a.k.a. dhtml) and interview various Ajax notables.
ARCast with Ron Jacobs Sat, 29 Jul 2006 05:25:17 GMT Keeping up on the latest trends in architecture is hard. With new products and technologies constantly flowing from Microsoft you need someone who can cut through the fluff and get to the bottom line. Someone who understands what you are thinking⦠someone who can tell a good joke.
Microsoft Virtual Labs - Visual Studio Team System Sat, 29 Jul 2006 02:29:20 GMT Visual Studio Team System integrates process guidance, prescriptive architectures, and life-cycle tools for successfully deploying solutions on the Windows platform. Team System includes proven process guidance, prescriptive architectural guidance, and solution accelerators that assist organizations in improving the predictability and reliability of delivering mission-critical solutions. Visual Studio Team System provides tools to support the entire software development team.
Try out Microsoft Virtual Labs for developers! Sat, 29 Jul 2006 02:49:48 GMT What is a Virtual Lab? Virtual Labs are currently the latest, most innovative resource for our developer community. A virtual lab is a pre-configured environment where users can try out new software products. Learn more about Microsoft Virtual Labs and view WWWCoder.com recommended content.
Microsoft Virtual Labs - Visual Studio 2005 Sat, 29 Jul 2006 02:19:46 GMT Visual Studio 2005 will introduce a wave of productivity enhancements designed to assist all members of the software development team. These virtual labs are based on pre-release versions of Visual Studio 2005, and deliver a sneak-peak of what's coming! It's simple â no complex setup or installation is required to try out Visual Studio 2005 running in the full-featured MSDN Virtual Lab.
Microsoft Virtual Labs - Web Services Sat, 29 Jul 2006 02:28:12 GMT Web Services represents a new platform on which developers can build the same distributed applications they've always built, but this time with interoperability as the highest priority. It's simple â no complex setup or installation is required to try out Web Services running in the full-featured MSDN Virtual Lab.
Microsoft Virtual Labs - ASP.NET 2.0 Sat, 29 Jul 2006 02:17:12 GMT With ASP.NET 2.0 you create richer Web applications with fewer lines of code. These Virtual Labs teach you about the improvements in ASP.NET 2.0, including new controls and new membership and personalization features. Explore Web development with ASP.NET 2.0.
Microsoft Virtual Labs - ASP.NET Sat, 29 Jul 2006 02:13:47 GMT ASP.NET is a programming framework built on the common language runtime that can be used on a server to build powerful Web applications. ASP.NET offers several important advantages over previous Web development models - it allows you to write code more easily and it offers enhanced performance, security, power, and flexibility.
Microsoft Virtual Labs - Visual Basic Sat, 29 Jul 2006 02:26:38 GMT Visual Basic .NET 2003 provides the easiest, most productive language and tool for rapidly building applications for Microsoft Windows and the Web. Ideal for existing Visual Basic developers as well as new developers in the Microsoft .NET development environment, Visual Basic .NET 2003 delivers enhanced visual designers, increased application performance, and a powerful integrated development environment (IDE) to get you on the fast track to application development.
Microsoft Virtual Labs - Fritz Onion's Intro to ASP.NET Sat, 29 Jul 2006 02:18:12 GMT Fritz Onion is a founding partner of Pluralsight, a think-tank organization delivering in-depth technical content and training, where he focuses on Web development with ASP.NET. He is the author of the highly acclaimed book Essential ASP.NET (Addison Wesley), and is currently working on a second edition that will cover ASP.NET 2.0. It's simple â no complex setup or installation is required to try out Fritz Onion's Intro to ASP.NET running in the full-featured Virtual Lab.
Microsoft Virtual Labs - Visual C# Sat, 29 Jul 2006 02:30:28 GMT Visual C# .NET 2003 is the modern, innovative programming language and tool for building .NET-connected software for Microsoft Windows, the Web, and a wide range of devices. With syntax that resembles C++, a flexible integrated development environment (IDE), and the capability to build solutions across a variety of platforms and devices, Visual C# .NET 2003 significantly eases the development of .NET-connected software.
Microsoft Virtual Labs - SQL Server 2005 Sat, 29 Jul 2006 02:21:01 GMT SQL Server 2005 is Microsoft's next-generation data management and analysis software that will deliver increased scalability, availability, and security to enterprise data and analytical applications while making them easier to create, deploy, and manage. In these labs, you will get to experience many of the new features in SQL Server 2005 including XML support and deep business intelligence integration.
PrepLogic LearnSmart Video Casts Fri, 28 Jul 2006 01:39:45 GMT PrepLogic's Networking Video Podcast Series brings you high-quality video training from expert IT authorities including Mike Meyers and Aaron Spurlock. Subscribe now for the first IT certification Video Podcast of its kind!
ADO.NET Programming Style Thu, 27 Jul 2006 18:13:35 GMT ADO.NET Programming article focuses on both how to write efficient code and how to represent the information which take advantage of layered design of .NET framework. In addition, this article describes how you can write code efficiently and improve performance of application and avoids errors due to poor coding style.
ITtoolbox Blogs Thu, 27 Jul 2006 18:55:08 GMT ITtoolbox Blogs are written by CEOs, CIOs, project managers, technical gurus, and other business professionals worldwide.
Beyond Stored Procedures: Defense-in-Depth Against SQL Injection Wed, 26 Jul 2006 14:22:33 GMT While the awareness of SQL Injection attacks has grown in recent years, most developers' knowledge of how to prevent such attacks is still inadequate. Stored procedures are only part of the answer, and it is also crucial to implement a defense-in-depth strategy. Learn how to build your defense-in-depth strategy, as well as why it is important to validate user input and how to add damage control to your strategy.
mojoPortal Sun, 23 Jul 2006 05:39:31 GMT Open Source Object Oriented web site framework written in C# that runs under ASP.NET on Windows or under mono on Linux or Mac OS X. The source code is available for free.
Easy Networking without Sockets or Remoting Sat, 22 Jul 2006 21:53:06 GMT Your applications can communicate on a local area network quite easily, by using the Announcer v1.0 component for .NET (http://foxtrot-xray.com/main/prod/dev/announcer/) . For this tutorial, we will create a simple client-server chat application.
Polymorphic Podcast Sun, 23 Jul 2006 00:27:55 GMT Craig Shoemaker's Polymorphic Podcast : ASP.NET, C#, VB.NET, Microsoft, Visual Studio.NET, SQL Server, Ajax, Atlas
DNN Creative Magazine for DotNetNuke Sun, 23 Jul 2006 03:32:29 GMT Resource site for DotNetNuke, articles, tutorials, and videos. Some premium content as well as free content. Subscription required to view premium content.
PodcastStudio.net Show by GeekswithBlogs.net Sat, 22 Jul 2006 05:58:24 GMT Consists of interviews with influential individuals in different technology fields using Microsoft technologies.
WebDevRadio Sun, 23 Jul 2006 00:56:18 GMT News, views and issues for the web developer. Topics include tools, tips and techniques to make your web application development life more productive.
Hanselminutes MP3Direct Sat, 22 Jul 2006 05:52:19 GMT Hanselminutes is a weekly audio talk show with noted web developer and technologist Scott Hanselman and hosted by Carl Franklin. Scott discusses utilities and tools, gives practical how-to advice, and discusses ASP.NET or Windows issues and workarounds.
ASP.NET Forums - Announcements Sun, 23 Jul 2006 04:30:35 GMT Find out what is going on in the ASP.NET development community by checking out the Announcements forum located on the official ASP.NET site.
Phalanger v2.0 Fri, 21 Jul 2006 17:59:26 GMT Want to use your PHP skills in the .NET world? The first beta has been released for compiling PHP into the .NET framework. Now you can add PHP into the code behind for your ASP.NET pages.
ASP.NET Podcast Sat, 22 Jul 2006 03:26:33 GMT ASP.NET Podcast is geared towards the Microsoft .NET Framework and ASP.NET. The podcast is run by Wally and Paul.
DotNetRocks Sat, 22 Jul 2006 04:01:46 GMT Known as the Internet audio talk show for .NET developers.
KCallback.net Thu, 20 Jul 2006 15:23:17 GMT KCallback.net Control, the most powerful, robust, callback control available in the market today for ASP.NET with AJAX support. Written in 100% managed C# code, KCallback.net provide callback functionality in your web applications.
www.lesnikowski.com Wed, 19 Jul 2006 15:56:41 GMT .NET component vendor. Barcode.dll - .NET component for creating barcode images Mail.dll - .NET component for sending and receiving email messages Whois.dll - .NET whois queries
Tutorial 2: Creating a Business Logic Layer Mon, 17 Jul 2006 02:57:17 GMT A well-architected application is crafted into distinct layers, each of which encapsulates a particular role; in this tutorial we build a Business Logic Layer as a series of classes in our application's App_Code folder that call down into our DAL.
An Introduction to LINQ - Part 1 Mon, 17 Jul 2006 02:56:35 GMT The LINQ (Language INtegrated Query) family of technologies is designed to provide a unified approach to accessing data from disparate data sources. This article series will take you from the very basics all the way to performing data access using LINQ. The first installment of the series will focus on the basics of LINQ, introducing the new features of C# 3.0, and how they can be used in conjunction with LINQ.Visit our new .NET 2.0 section!
Tutorial 1: Creating a Data Access Layer Mon, 17 Jul 2006 02:57:11 GMT When building a Web application creating the DAL should be one of your first steps, occurring before you start creating your presentation layer. With Visual Studio, creating a DAL based on Typed DataSets is a task you can accomplish in 10-15 minutes.
DotNetKicks Fri, 14 Jul 2006 16:47:03 GMT dotnetkicks.com is a community based news site edited by our members. It specialises in Microsoft development techniques, technologies and tools including ASP.NET, C#, VB.NET, C++, Visual Studio, Team System, SQL Server and Microsoft Vista. Individual users of the site submit and review stories, the most popular of which make it to the homepage. Users are encouraged to 'kick' stories that they would like to appear on the homepage. If a story receives enough kicks, it will be promoted.
Design Patterns in VB.NET - Terms to Know Thu, 13 Jul 2006 18:18:56 GMT This article looks at terms used in the GoF book which you should know well before reading the GoF book. It also looks at the terms I coined for certain concepts discussed in the tutorial.
Design Patterns in VB.NET Thu, 13 Jul 2006 18:19:05 GMT This article looks at what are GoF design patterns and how they fit. It mentions who the GoF are and how they came to work on the design patterns. It also deals with the parts of a pattern and the O-O design principles which underwrite them. Finally, it examines the advantages of using design patterns and why you should use them to code every day.
Design Patterns in VB.NET - Guide to Further Reading Thu, 13 Jul 2006 18:19:11 GMT This article gives you an approach to reading about design patterns elsewhere, mainly focusing on how to make good use of the GoF book, recommending how to read it and what parts to concentrate on. Guides you in reading through interpretations of the design patterns from other authors.
Introduction to ASP.NET 2.0 Roles and Membership Wed, 12 Jul 2006 17:34:16 GMT Even in the days of ASP.NET 1.0/1.1, as a developer you might have spent a lot of time creating login / authentication modules and pages. You spent a lot of time designing and coding pages for user management. Till the last version you have to write and implement a login framework, authenticate users against a database, written code to react to the currently logged-in user. But with the Inception of ASP.NET 2.0, you will have some great tools available to help implementing such framework.
DNN 3.X Installation Guide Wed, 12 Jul 2006 14:28:52 GMT The goal of this installation guide is to help you install DotNetNuke (DNN) with the least amount of trouble and in the least amount of time on your web site. You will be guided all the way through the process of installing DNN on your remote server. This guide is tailored towards the fresh installation of DNN on Shared Web Hosts. While this guide cannot cover every specific about installing DNN on your Shared Hosting Plan, it will cover the most common issues. If you follow the steps closely and apply them in the fashion allowed by your web host, you should have no trouble getting the portal installed in a matter of minutes. If you want to install the portal locally, please refer to the documentation for DNN.
Mobile ImageDraw Tue, 11 Jul 2006 15:46:52 GMT Use GDI+ in ASP.NET Mobile. Deliver real time dynamically generated images such as charts, diagrams or any other graphical application. It renders an image file (wbmp-gif-jpg-png-bmp-ico-tiff) to the image format preferred by client mobile device.
DotNetNuke Modules - Data Springs, Inc. Sun, 09 Jul 2006 21:27:23 GMT Offering quality modules, custom module development, and enhancements to the DNN core application. Besides our growing list of complementary products, we can help with almost any of your other DotNetNuke needs or integrations.
DNN Alerts Fri, 07 Jul 2006 23:32:50 GMT From security issues to new product announcements and DNN community service notices. Provides an email notification service.
DNN Core Team Blogs Tue, 04 Jul 2006 20:40:40 GMT A listing of blog entries written by the DNN core team members.
Bullseye Zip Code Locator Sat, 01 Jul 2006 16:39:17 GMT Used as a dealer locator or store locator, Bullseye allows users to find the closest locations within a mile radius. .Net, ASP, DLL, Java, and Hosted Services available.
PowUpload Sat, 01 Jul 2006 16:40:13 GMT PowUpload is an ASP.Net file upload control that enables an ASP.NET application to capture and save files uploaded to the web server by a browser. PowUpload is fully compatible with the standard files upload protocol defined in RFC1867.
SpeedTrace Pro Sat, 01 Jul 2006 16:42:20 GMT SpeedTrace Pro has come up with the following new features: - Support .NET Framework 2.0 (Windows applications, ASP.NET, Windows .NET Services) -Improved Fast Engine(increased trace buffer size) -Data Reduction Concept -Data Trace -Callback-API
Introduction to ASP.NET Master Pages Wed, 28 Jun 2006 17:26:49 GMT With the inception of ASP.NET 2.0 with VS.NET 2005, a lot of new features have been introduced which make it possible to increase productivity and web application design very easy. One of these features is master pages. Master Pages are the templates which can be used as the foundation for numerous ASP.NET content pages. With this feature of Master Pages, the productivity has been increased and also makes it easier to manage ASP.NET 2.0 applications after they are built.
XSL Transformations in .NET 2.0 Sun, 25 Jun 2006 18:42:56 GMT Having realized the need for efficient built-in support for XSLT processing, Microsoft has included in the .NET Framework 2.0 a set of classes that are highly optimized, robust, and scalable. This article will explore the rich XSLT support provided by the .NET Framework 2.0 by providing examples on how to use the XSLT related classes to create rich ASP.NET Web applications.Visit our new .NET 2.0 section! |
|||||||||||||||||||||||||||||||||||||||||