nparray

Stories kicked by nparray

Add a MicroSummary to any ASP.NET page(madskristensen.dk)

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

Scott Hanselman showed us how to add MicroSummaries to a website using an .ashx file. It was clean and simple, but it would be really cool if we could use the description meta tag instead so we don’t have to maintain to separate files. Here's a solution. read more...

add a comment |category: |Views: 2

tags: another

throw; vs. throw ex; Here's the difference!(mattgollob.blogspot.com)

submitted by dalzieldalziel(6230) 5 years, 7 months ago

The difference is that throw; preserves the original stack trace and throw ex; truncates the stack trace below the method in which the throw ex; call is located. read more...

add a comment |category: |Views: 23

tags: another

Top 10 Security Vulnerabilities in .NET Configuration Files(devx.com)

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

Developers often concentrate on writing secure code but leave security vulnerabilities in application configuration files. Discover the most common configuration security problems—and how to avoid them. read more...

1 comment |category: |Views: 9

tags: another

First Look At Windows PowerShell(vaultofthoughts.net)

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

First look at Windows PowerShell the new command line from Microsoft. read more...

add a comment |category: |Views: 1

tags: another

DasBlog 1.9 Released(hanselman.com)

submitted by tomasrtomasr(480) 5 years, 8 months ago

Scott Hanselman announces the release of DasBlog 1.9, the open source .NET blogging tool. read more...

add a comment |category: |Views: 4

tags: another