gsn1

Stories kicked by gsn1

A Continuous Learner's Weblog - Daily .Net Link resource(spietrek.blogspot.com)

submitted by montymonty(2575) 4 years, 11 months ago

Steve over at A Continuous Learner's Weblog generates really helpful link roundups almost every day of the week. read more...

add a comment |category: |Views: 1

tags: another

Switch Statements with Enums best practice(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 11 months ago

Thoughts about best practice for handling Switch statements using Enums read more...

2 comments |category: |Views: 26

tags: another

15 Visual Studio .NET Add-Ins you won’t live without(fabiopedrosa.info)

submitted by mrlinxmrlinx(580) 4 years, 11 months ago

From the console compiler to the powerful Visual Studio IDE, .NET is just about coding as much as the tools. For that matter, here’s a list of 15 indispensable VS.NET add-ins. read more...

add a comment |category: |Views: 55

tags: another

VS 2008 JavaScript Intellisense(weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 11 months ago

New JavaScript functionality in Visual Studio 2008 + some ASP.NET AJAX bits too by ScottGu read more...

1 comment |category: |Views: 42

tags: another

Jason's AJAX Component Library(jason.diamond.name)

submitted by TweeZzTweeZz(77) 4 years, 11 months ago

The 'inventer' of Anthem.NET (Ajax framework for asp) left the Anthem scene more then one year ago. Now he's back with an Ajax Component Library build on top of ASP.NET AJAX. read more...

2 comments |category: |Views: 27

tags: another

Using HttpRuntime to get the web application absolute path(mycsharpcorner.com)

submitted by youseflayousefla(675) 4 years, 11 months ago

We all know in ASP.NET, to get the absolute path from the relative path, you can prefix your relative path with the Tilde character as follows: MyHyperLink.NavigateUrl = "~/Catalog/ASP/Products"; read more...

add a comment |category: |Views: 18

tags: another

Custom string formatting in .Net(rajkwatra.blogspot.com)

submitted by rajkwatrarajkwatra(245) 5 years ago

Recently, while working on a project, I came across the need to format the phone number supplied as string in the standard U.S. phone format(i.e. 1234567890 should be displayed as (123) 456-7890). The phone number was being fetched as a string from the database..... read more...

add a comment |category: |Views: 21

tags: another

Getting Loaded on SubSonic - Entity Basics(scribesonic.com)

submitted by montymonty(2575) 5 years ago

In the second tutorial of the "Getting Loaded on SubSonic" series I continue with Load basics. This week I cover loading entity objects for your View display. read more...

add a comment |category: |Views: 29

tags: another

TRULY Understanding ViewState (weblogs.asp.net)

submitted by mrjmwmrjmw(95) 5 years ago

"ViewState is a very misunderstood animal. I would like to help put an end to the madness by attempting to explain exactly how the ViewState mechanism works, from beginning to end, and from many different use cases, such as declared controls vs. dynamic controls." read more...

add a comment |category: |Views: 6

tags: another

Recursive Queries in SQL Server 2005(rajkwatra.blogspot.com)

submitted by rajkwatrarajkwatra(245) 5 years ago

Often times, during my career, I faced a situation where I had to recursively get data out of a table starting from a root. The classic example of such a situation is Employee-Manager relationship table... read more...

4 comments |category: |Views: 23

tags: another

Slightly more dynamic ORDER BY in SQL Server 2005(john-sheehan.com)

submitted by rimsystemsrimsystems(6119) 5 years, 1 month ago

When CASE isn't enough and dynamic SQL isn't an option, here's a method for using dynamic ORDER BYs in SQL 2005. Supports multiple columns and sort directions. read more...

add a comment |category: |Views: 188

tags: another

Subsonic 2.0 WebCast(blog.wekeroad.com)

submitted by HaackedHaacked(5105) 5 years, 1 month ago

Rob Conery demonstrates how to integrate the subsonic command line utility into the VS.NET toolbar. read more...

add a comment |category: |Views: 50

tags: another

Design Patterns for ASP.NET Developers(devx.com)

submitted by DotNetKicksDotNetKicks(100) 5 years, 1 month ago

You've heard about MVC, MVP or other sexy patterns, but you haven't the foggiest of how to apply them to your web application. Most Design Pattern documentation targets desktop applications or discusses pattern theory. In this three part series Alex Homer presents examples of patterns specifically targeted at ASP.NET. read more...

add a comment |category: |Views: 11

tags: another

Daily WTF - Deleting SQL Data (or Properly Formatting SQL)(weblogs.asp.net)

submitted by jgaylordjgaylord(475) 5 years, 1 month ago

Have you ever had a really bad day (or week) where you miss the most obvious mistakes? Well, this is one of the worst -- improper SQL statements deleting all of the data from a table. read more...

2 comments |category: |Views: 6

tags: another

New sitemap features in robots.txt(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 1 month ago

Describes how to enable your sitemap for autodiscovery by all search engines by editing robots.txt. read more...

add a comment |category: |Views: 12

tags: another

Tip/Trick: Enabling SSL on IIS 7.0 Using Self-Signed Certificates(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 1 month ago

SSL enables browsers to communicate with a web-server over a secure channel that prevents eavesdropping, tampering and message forgery. You should always use SSL for login pages where users are entering usernames/passwords, as well as for all other sensitive pages on sites (for example: account pages that show financial or personal information). Configuring SSL on Windows with previous versions of IIS has been a pain. Figuring out how to install and manage a certificate, and then associate it with a web-site, is something I bet most web developers don't know how to enable. The good news is that IIS 7.0 makes it radically easier to configure and enable SSL. IIS 7.0 also now has built-in support for creating "Self Signed Certificates" that enable you to easily create test/personal certificates that you can use to quickly SSL enable a site for development or test purposes. Using IIS 7.0 you can SSL enable an existing web site in under 30 seconds. read more...

add a comment |category: |Views: 22

tags: another