![]() |
|
|
Recent ASP.NET and Related Developer ArticlesA Quick Look at the Windows 8 Metro Code SamplesMon, 14 May 2012 00:01:00 -0700 Learning by example is a great way to get up to speed on new coding techniques. Microsoft has delivered a ton of examples available for download to help you see concrete illustrations of specific features of the new Metro style apps. Read on to learn more. Read More > jQuery Support for HTML5 Data AttributesFri, 11 May 2012 00:01:00 -0700 HTML 5 has become more popular and jQuery, not to be left behind, is providing timely support for HTML 5. V. N. S. Arun discusses the data attribute features of HTML 5 and the support offered by jQuery with a few examples.
Read More > Log Analysis Using LINQ Based Log ParserWed, 09 May 2012 00:01:00 -0700 LINQ is a natural fit for parsing web log files. Chetan Jagatkishore Kothari and Shalini Nautiyal provide an overview of analyzing a log file using LINQ based Log Parser.
Read More > Using Python Tools for Visual Studio Part 2Mon, 07 May 2012 07:30:00 -0700 Learn how to use Python Tools for Visual Studio (PTVS) and the Pyvot add-in to create and manipulate Excel data as well as how to generate a histogram using NumPy and SciPy.
Read More > Working with JQuery TemplatesFri, 04 May 2012 00:01:00 -0700 JQuery templates are used to bind the JSON formatted data collection onto the HTML
containers on a web page in an easy and effective manner. Read this article to
learn about JQuery templates and different things that you can do with it. Read More > Top 10 Best Features in Silverlight 5Wed, 02 May 2012 00:01:00 -0700 Leverage the new features in Silverlight 5 to design and
develop powerful LOB applications with intuitive user interfaces. Read More > Using BrowserID Authentication in ASP.NET Web SitesMon, 30 Apr 2012 00:01:00 -0700 Implementing support for a single user ID and password across multiple web sites can be complicated in an ASP.NET web site. Browser ID from Mozilla Labs offers a simple way of authenticating users, using their single sign-on credentials. Read on to learn how to use ASP.NET Forms Authentication and Browser ID hand in hand. Read More > Using Python Tools for Visual StudioFri, 27 Apr 2012 00:01:00 -0700 Python Tools for Visual Studio (PTVS) brings the power of Visual Studio to any number of Python distributions. This article, the first in a two-part series, is about installing and using Microsoft's Python Tools for Visual Studio. Read More > 3D Animation in VB.NET Using WPF - Part 3Fri, 20 Apr 2012 16:23:00 -0700 Richard Newcombe looks at how to interact with objects in the 3D world, using a card game as a base. This article only covers the basics, but by the end of the article you will be able to interact with objects in a 3D world using the mouse. Read More > Learn to Create Interceptors in WCF ServicesFri, 20 Apr 2012 00:01:00 -0700 WCF runtime exposes a
few stop points at various stages of execution where the interceptors can be
plugged in. These interceptors can help in validating the given parameters,
implementing custom serialization, choosing an operation at runtime, etc,. Read
through this article to learn about creating and implementing an interceptor
for a WCF service. Read More > Using Model Binding in ASP.NET Data ControlsWed, 18 Apr 2012 00:01:00 -0700 Earlier versions of ASP.NET used a data source control to bind data from the underlying data store with data bound controls. ASP.NET 4.5 provides a flexible alternative to data bind these controls - model binding. This article explains how the new model binding features can be used. Read More > Tapping the Juice UI with ASP.NETWed, 11 Apr 2012 00:01:00 -0700 The downside of the jQuery UI from an ASP.NET perspective is that it is purely a client side library. ASP.NET web forms often rely on server side processing, and configuring the jQuery UI widgets can become tedious in such cases. Bipin Joshi gives you a quick overview of Juice UI components and shows how they can be used in ASP.NET Web Forms applications. Read More > Securing Your Asp.Net Application Using Microsoft CAT.NETMon, 09 Apr 2012 00:01:00 -0700 CAT.NET is a Microsoft tool to identify potential security loop holes in an asp.net framework
application. In this article I will be explaining about the some important security
issues that CAT.NET reports and the effective ways to resolve them. Read More > Applying AJAX to your ASP.NET Web Sites Using jQueryThu, 05 Apr 2012 09:13:00 -0700 With more and more web applications making use of jQuery and AJAX based techniques for communicating with the server, it's important for developers to have good grasp of jQuery AJAX techniques that can be used in ASP.NET. jQuery offers a variety of ways to make AJAX calls to the server. Read on to learn more. Read More > Using SQLite in Your Windows Phone ApplicationFri, 30 Mar 2012 00:01:00 -0700 The first version of Windows Phone did not have good support
for local database support. Vipul Patel shows yhou how application developers
can use support for SQLite in their Windows Phone applications. Read More > Exception Handling with Task Parallel Library Based WCF ServicesWed, 28 Mar 2012 00:01:00 -0700 Jeffrey Juday demonstrates some techniques to bridge TPL and WCF exception handling models in the .NET Framework. Read More > Visual Studio 11 Ultimate Feature Pack AnnouncedTue, 27 Mar 2012 07:18:00 -0700 With Visual Studio 2010, Microsoft started the trend of releasing Visual Studio Ultimate Feature Packs. With the upcoming release of Visual Studio 11, Microsoft intends to continue this trend. Read More > Highlighted ASP.NET Developer Articles
Use MvcContrib Grid to Display a Grid of Data in ASP.NET MVC
The past six articles in this series have looked at how to display a grid of data in an ASP.NET MVC application and how to implement features like sorting, paging,
and filtering. In each of these past six tutorials we were responsible... Read More >
Creating PDF Documents with ASP.NET and iTextSharp
The Portable Document Format (PDF) is a popular file format for documents. Due to their ubiquity and layout
capabilities, it's not uncommon for a websites to use PDF technology. For example, an eCommerce store may offer a "printable receipt"... Read More >
Filling in PDF Forms with ASP.NET and iTextSharp
The Portable Document Format (PDF) is a popular file format for documents. PDF files are a popular document format
for two primary reasons: first, because the PDF standard is an open standard, there are many vendors that provide PDF readers across...
Read More >
Using ASP.NET, Membership, and jQuery to Determine Username Availability
Chances are, at some point you've tried creating a new user account on a website and were told that the username you selected was already taken. This is especially common
on very large websites with millions of members, but can happen on smaller websites with common usernames, such as people's names...Read More >
Focusing and Selecting the Text in ASP.NET TextBox Controls
When a browser displays the HTML sent from a web server it parses the received markup into a Document Object Model, or DOM, which models the markup as a hierarchical structure.
Each element in the markup - the
<form> element, <div> elements, <p>...Read More >
Displaying a Sorted, Paged, and Filtered Grid of Data in ASP.NET MVC
Over the past couple of months I've authored five articles on displaying a grid of data in an ASP.NET MVC application. The first
article in the series focused on simply displaying data...Read More >
Pausing and Resuming the jQuery / ASP.NET News Ticker
Many websites display a news ticker of one sort or another. A news ticker is a user interface element that displays a subset of a list of items, cycling through
them one at a time after a set interval. In December 2010 I wrote an article titled Use jQuery and ASP.NET
to Build a News Ticker...Read More >
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||