Nannette Thacker ShiningStar.net
<a href="http://weblogs.asp.net/nannettethacker/pages/senior-web-application-developer-consultant.aspx">ASP.net Web Application Development</a>
-
Guide to .NET Technical Interviewing
I am a strong believer of bringing your laptop to an interview and showing them what you have done. I believe that if a candidate is capable of doing some really great programming, they can easily fit into any aspect of development required. Just because a candidate has never done "xyz" before and can't tell you the difference between "xyzThis" and "xyzThat" doesn't mean they aren't able to quickly learn "xyz."
-
Adding a SQL Server Membership Provider using the aspnet_regsql.exe Utility
You may add a SQL Server Membership Provider using the aspnet_regsql.exe Utility on either your SQL Server Express local database or on a full-blown SQL Server database. In both implementations, you would use the aspnet_regsql.exe utility. This tool is installed when you install your .NET Framework. To use this on your SQL Server 2008 database server, for instance, you would need to first download and install the .NET Framework onto your server.
-
.NET Framework 4 Custom ODBC Membership Provider Implementation in C# and VB.NET
Here is a great link to .NET Framework 4 Custom ODBC Membership Provider Implementation and Sample Membership Provider Implementation. Source code is in both C# and VB.NET.
-
ASP.NET Contracting - Pros and Cons of being an ASP.NET Contractor
I have been a Web Application Development Contractor since 1999, first working on site for Sprint and then Hallmark. I was then contacted by a client in California to develop a website in a 100% telecommuting capacity. I have worked a total of 17+ years telecommuting for clients throughout the United States. Of course, contracting doesn't mean you will work at home. Most contractors work on site. Today, I'm going to discuss some of the benefits versus challenges of being a contractor.
-
PLINQO LINQ to SQL and nHibernate ORM Code Generators
In my quest for the perfect Object Relational Mapper (ORM) for a major upcoming project utilizing SQL Server 2008, I was torn between using LINQ to SQL versus nHibernate.
-
Telerik's new ASP.NET AJAX Coverflow Image Rotator
This morning I attended the Telerik webinar, "What's New in Q3 2010." It included new features in the ASP.NET AJAX, MVC, and OpenAccess ORM components.
-
How to Make a Heat Map Chart - C# Telerik RadChart Heatmap Project Using Gantt in Code Behind
This project uses C#, 3.5 Framework, and was created using Visual Studio 2008. If you do not own Telerik, please download and install the Telerik free trial.
-
How to Make a Heat Map Chart - VB.NET Telerik RadChart Heatmap Project Using Gantt in Code Behind
This project uses VB.NET, 3.5 Framework, and was created using Visual Studio 2008. If you do not own Telerik, please download and install the Telerik free trial.
-
How to Register the Telerik.Web.UI.WebResource within your Visual Studio Project
In my previous post, I showed how to create a Visual Studio Solution and Web Site.
-
Creating a Visual Studio Solution and Web Site
A reader has asked me to explain how to create a Visual Studio solution with a Web Site. So in the next 4 posts, I will demonstrate: