atifaziz

Stories submitted by atifaziz

TDD Bliss(mattberther.com)

submitted by atifazizatifaziz(1000) 4 years, 6 months ago

Matt Berther provides a couple of handy ReSharper Live Templates (ready to be imported) that make all the setup code for a unit test fixture and case a few keystrokes away. read more...

add a comment |category: |Views: 0

tags: another

Building ASP.NET 2.0 Web Sites Using Web Standards(msdn2.microsoft.com)

submitted by atifazizatifaziz(1000) 4 years, 7 months ago

This article is old, but gold. Microsoft ASP.NET 2.0 has many features to help design and build web sites that are compliant with XHTML and accessibility standards. This article looks at how and why one should be building these standards-compliant sites. read more...

add a comment |category: |Views: 1

tags: another

patterns & practices Security How Tos Index(msdn2.microsoft.com)

submitted by atifazizatifaziz(1000) 4 years, 7 months ago

This page provides an index of patterns & practices Security How Tos organized into multiple views by category. The "A Through Z" section at the bottom lists each How To in alphabetical order. read more...

add a comment |category: |Views: 4

tags: another

Is requirePermission a Hack or a Useful Feature?(aspnetpro.com)

submitted by atifazizatifaziz(1000) 4 years, 7 months ago

Don Kiely does a decent job of explaining the rationale behind the introduction of the requiredPermission attribute to configuration section definitions in .NET Framework 2.0. He digs into how this affects partially trusted environments such as Medium Trust in ASP.NET as well as the consequences of setting this attribute to true or false. read more...

add a comment |category: |Views: 2

tags: another

Microsoft Internet Explorer and too-short custom error pages(404-error-page.com)

submitted by atifazizatifaziz(1000) 4 years, 7 months ago

Did you know, if you create an error page that's too small (e.g. less than 512 bytes), Microsoft Internet Explorer will display its own error page rather than your own custom error page? read more...

add a comment |category: |Views: 0

tags: another

Inserting GUID directly into the code (mikhaildikov.com)

submitted by atifazizatifaziz(1000) 4 years, 7 months ago

This is not rocket science, but it's a nice and handy macro for Visual Studio that generates a new GUID and inserts at the cursor location in the editor. No more running guidgen.exe, switching windows, copying to clipboard and pasting. read more...

add a comment |category: |Views: 4

tags: another

PostSharp - A Post-Compiler for .NET(postsharp.org)

submitted by atifazizatifaziz(1000) 4 years, 7 months ago

PostSharp is a platform that allows you to transform or analyze your .NET assemblies after compilation. It reads binary assemblies into memory, execute a suite of plug-ins and write back the modified code. Geat tool for Aspect-Oriented Programming (AOP). read more...

3 comments |category: |Views: 40

tags: another

Dog food for DNK JSON Services(code.google.com)

submitted by atifazizatifaziz(1000) 4 years, 7 months ago

DNK JSON Services, JSON, JSONP, HTTP, XSS, Jayrock, Dojo/jQuery, JavaScript, DHTML, IE +FF, O'my. See how to take DotNetKicks JSON Services for a spin by building an off-site solution that leverages the content (for potientially mashing up?). read more...

6 comments |category: |Views: 20

tags: another

One Language(martinfowler.com)

submitted by atifazizatifaziz(1000) 4 years, 7 months ago

Martin Fowler on whether we should strive to only have one language in our development efforts or not. read more...

2 comments |category: |Views: 0

tags: another

Code Runner .NET(codeplex.com)

submitted by atifazizatifaziz(1000) 4 years, 7 months ago

Code Runner .NET is a set of utilities for running C# source files directly on the command line as if they were script, while still being able to utilize the full power of the Visual Studio programming environment for editing and debugging. read more...

add a comment |category: |Views: 15

tags: another

XAML is for tools(blogs.msdn.com)

submitted by atifazizatifaziz(1000) 4 years, 7 months ago

XAML has been designed with tools in mind from the beginning. There was a strong tension between toolability and hand-editing during development, but toolability won out as John Gossman explains. read more...

add a comment |category: |Views: 7

tags: another

C# 3.0 partial methods - What, why and how?(community.bartdesmet.net)

submitted by atifazizatifaziz(1000) 4 years, 8 months ago

Partial methods are methods living in partial classes and which are marked as partial. Their existence also stims from the world of code generation. Bart De Smet explains the what, how and (most importantly) why of partial methods. read more...

add a comment |category: |Views: 8

tags: another

C# From a Java Developer's Perspective (and vice versa)(25hoursaday.com)

submitted by atifazizatifaziz(1000) 4 years, 8 months ago

Dare Obasanjo presents a comprehensive and up to date overview of similarities and differences between the language features and libraries of the C# and Java programming languages. It is based on his personal experience using both languages. read more...

add a comment |category: |Views: 25

tags: another