p3tar

Stories kicked by p3tar

ASP.NET AJAX 1.0 Source Code Released(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 3 months ago

From Scott Guthrie - "As I mentioned last week when ASP.NET AJAX 1.0 shipped, we are publishing the full source code to the ASP.NET AJAX product. This includes the source to the server-side ASP.NET integration (including the UpdatePanel, UpdateProgress, and ScriptManager controls, as well as the source to the Network Serialization code). The client-side ASP.NET AJAX JavaScript library (which we also call the "Microsoft AJAX Library") is being released under the Microsoft Permissive License (Ms-PL). This grants developers the right to freely customize/modify the library, as well as to redistribute the derivative versions of the JavaScript library for both commercial and non-commercial purposes. " read more...

add a comment |category: |Views: 12

tags: another

Visual C# 2005 Keyboard Shortcut Reference Poster(microsoft.com)

submitted by papadipapadi(310) 5 years, 3 months ago

This poster contains the default keybindings for Visual C# 2005, and is available as a PDF download in either color or grayscale for you to print. read more...

add a comment |category: |Views: 41

tags: another

How to Enable MS Ajax Extensions v1.0 on an existing site(codebetter.com)

submitted by DevTheoDevTheo(495) 5 years, 4 months ago

Jay Kimble updates his popular Ajax How to read more...

add a comment |category: |Views: 13

tags: another

HttpModule for query string encryption(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 4 months ago

Plug this simple HttpModule to your existing web application and all your query strings will automatically be encrypted without you have to change your code. read more...

add a comment |category: |Views: 357

tags: another

CodeFetch: Search through source code in programming books(codefetch.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 4 months ago

Select a language, and search for code. It is as simple as that. The search displays the code along with what book it was found in and provides an Amazon link to buy the book. read more...

add a comment |category: |Views: 0

tags: another

Block IP addresses from your website(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 4 months ago

When an IP address is blocked it stops the response and sends a “403 Forbidden” header. read more...

add a comment |category: |Views: 40

tags: another

What Is DBNull Needed For Anyway?(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 4 months ago

My point of view on the ever popular quesstion: What is DBNull needed for? read more...

add a comment |category: |Views: 18

tags: another

Free ASP.NET control for managing js/css/meta tags etc(aspcode.net)

submitted by aspcode.netaspcode.net(1045) 5 years, 4 months ago

Manage meta tags, javascript incldues, css includes etc in an easy way even in masterpage scenarios. Optional whitespace removal, obfuscating/packing. read more...

add a comment |category: |Views: 8

tags: another

C# Code to HTML Formatting Tool (with source)(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 4 months ago

From Scott Cate : "I've been asked several times about how the C# code in my blog gets formatted. I use this GREAT! code formatter. It's simple, copy/paste into a text box, pick the technology c#, VB, HTML/ASPX, XML. You can turn on/off line numbers, and alt line back colors." read more...

add a comment |category: |Views: 352

tags: another

ClientBlocker 1.5(nayyeri.net)

submitted by keyvankeyvan(4086) 5 years, 4 months ago

Keyvan releases new version of his ClientBlocker HTTPModule which lets you to block or trust IPs and block visitors based on their countries using a free webservice. read more...

add a comment |category: |Views: 6

tags: another

VS2005 C# Code Snippet Cheat Sheet(john-sheehan.com)

submitted by rimsystemsrimsystems(6119) 5 years, 4 months ago

Here's all the built-in Visual Studio 2005 C# Code Snippets on one single page for easy printing and reference. read more...

add a comment |category: |Views: 658

tags: another

Free C#/VB .NET Coding Guidelines ebook download (submain.com)

submitted by sergebsergeb(325) 5 years, 4 months ago

The latest version of Steve Sartain's C#/VB .NET Coding Guidelines 100+ page ebook (PDF) is available for free download. Covers naming guidelines, best coding practices, usage patterns, and more. Download your copy while supplies last! :) read more...

add a comment |category: |Views: 333

tags: another

Attach icons to anything with CSS(hunlock.com)

submitted by pcx99pcx99(165) 5 years, 4 months ago

Thanks to CSS selectors it's possible to attach icons to anything you want just by adding an attribute of your choosing to your HTML. Want a popup icon? try (a href='#' icon='popup') how about a magnifier? (a href='#' icon='mag'). You can even add them automatically for file types. Here's how. read more...

1 comment |category: |Views: 12

tags: another

Using an HttpModule to detect page refresh(dotnetslackers.com)

submitted by simonebsimoneb(5450) 5 years, 4 months ago

How to detect page refreshes (F5 button or refresh button click) using a HttpModule. read more...

add a comment |category: |Views: 300

tags: another

Video Series: SQL Server 2005 Express Edition for Beginners(msdn.microsoft.com)

submitted by sotirisfsotirisf(315) 5 years, 4 months ago

This video series is designed specifically for SQL Server beginners—individuals who are interested in learning the basics of how to create, manage, and connect to SQL Server Express databases. Whether you’re just a beginner or somewhat familiar with databases, these video lessons will help you get better acquainted with SQL Server 2005 Express. read more...

add a comment |category: |Views: 26

tags: another

C# Conditional Operator(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 5 years, 4 months ago

The twelfth part of the C# Fundamentals tutorial examines the conditional operator. This interesting ternary operator permits one of two values to be selected based upon a Boolean condition. read more...

add a comment |category: |Views: 11

tags: another