hl7coder

Stories submitted by friends of hl7coder

How to drop all tables, all views, and all sps from a shared SQL host(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 7 months ago

I needed to wipe out my entire database on my shared hosting account and obviously shared hosts can't give regular customers permission to drop and add databases at will. This SQL script I've written drops all tables, all views, and all stored procedures from any database. I based the script off of two scripts I found in Jasper Jungan's blog. read more...

add a comment |category: |Views: 47

tags: another

5 Facebook.NET Development Tips(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 7 months ago

5 Facebook.NET Development Tips - Use Steven Treffen's Visual Studio.NET starter kit for Facebook.NET, develop and debug your application as an <iframe> application, use strongly-typed references to Master Pages in all of your .aspx files, Use <fb:FacebookHyperLink> extensively, and Use the FBML Test Console. read more...

add a comment |category: |Views: 24

tags: another

10 Hot ASP.NET Tips and Tricks - 9/28/2007(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 7 months ago

10 Hot ASP.NET Tips and Tricks for the week of 9/28/2007. Includes boosting visual studio 2005 for enhanced productivity, server side redirects into a new window, master page hacks, speeding up your ASP.NET applications by stripping out extra HTTP handlers, page modules, and partial methods. read more...

5 comments |category: |Views: 20

tags: another

A Look at .NET Startups: NewsGator(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 8 months ago

A number of my readers claimed that licensing costs serve as a major barrier to wide-scale adoption of .NET for high tech start ups, thus I have sought out and interviewed key figures in some high-tech start ups that use .NET and asked them for their perspectives. Today we’re going to talk with NewsGator founder and CTO, Greg Reinacker. NewsGator was founded in 2003 and offers a number of specialized RSS aggregation and social media services for individuals and enterprises. read more...

add a comment |category: |Views: 7

tags: another

How To Update Controls Using BackgroundWorker in VB.NET(vbnotebookfor.net)

submitted by AarononthewebAaronontheweb(1140) 4 years, 8 months ago

The .NET Framework 2.0 BackgroundWorker class makes it easy to code simple threading into your applications. However, a common question that gets asked in VB related forums is, “How do I update a control, or controls, from the worker thread?”. Many people seem to be in search of a simple explanation of how to do this. In this article we’ll create a quick and easy example program that will walk you through the steps. read more...

add a comment |category: |Views: 252

tags: another

The most basic features to consider when selecting a webhost(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 8 months ago

A comprehensive list of the most important features that any webhost should provide to its customers. If your webhost doesn't guarantee the following, then you should switch now. read more...

add a comment |category: |Views: 1

tags: another

Why is .NET getting its ass kicked in social media?(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 8 months ago

Maybe I'm just not looking hard enough, but does it seem like .NET is getting blown out by PHP, JAVA, and even Ruby in terms of presence in social media outlets? read more...

5 comments |category: |Views: 2

tags: another

10 Hot ASP.NET Tips and Tricks - 9/17/2007(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 8 months ago

10 Hot ASP.NET Tips and Tricks for the week of 9/17/2007. Features page scraping, calculating baseball stats with LINQ, event-driven .NET, membership and roles frameworks, validation using AJAX control toolkit, enumerated types, and an introduction to Silverlight programming with C#. read more...

add a comment |category: |Views: 13

tags: another

Introduction to System.Enum(vbnotebookfor.net)

submitted by AarononthewebAaronontheweb(1140) 4 years, 8 months ago

One problem that VB6 programmers often ran into was that there was no easy way to extract the matching string for a value. This typically led to clumsy conversion code and/or database tables that had to be maintained whenever the Enum changed. However, in .NET, we now have the System.Enum object to take care of this situation and more. In this article, we will take a look at some of the useful functions in this object. read more...

add a comment |category: |Views: 7

tags: another

How to Design a Great, yet Simple Data Layer in .NET(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 8 months ago

The article includes a code sample at the end on how to design a very simple yet elegant data layer (or data tier) in ASP.NET. Make sure you check out the IBusinessEntity interface. read more...

add a comment |category: |Views: 63

tags: another

Attention: PHP executes twice as fast when it’s run on ASP.NET(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 8 months ago

Phalanger, the tool for compiling PHP into .NET binaries, can improve the execution speed of PHP5 applications twofold. In addition it extends PHP5 so that it can incorporate portions of the .NET framework and it allows for Visual Studio integration. read more...

1 comment |category: |Views: 7

tags: another

Why I’m switching to Facebook.NET from the Facebook Developer’s Toolki(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 8 months ago

The Facebook Developer Toolkit, the Microsoft-endorsed .NET library for developing, has caused me nothing but trouble, and now I am switching to Facebook.NET for all of my Facebook application development in ASP.NET. read more...

4 comments |category: |Views: 8

tags: another