bottles

Stories kicked by bottles

Reflection and Attributes from O'Reilly's Programming C#(oreilly.com)

submitted by bottlesbottles(420) 5 years, 9 months ago

"Throughout this book, I have emphasized that a .NET application contains code, data, and metadata. Metadata is information about the data--that is, information about the types, code, assembly, and so forth--that is stored along with your program. This chapter will explore how some of that metadata is created and used." read more...

add a comment |category: |Views: 9

tags: another

TRULY Understanding ViewState(weblogs.asp.net)

submitted by dalzieldalziel(6230) 5 years, 9 months 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: 34

tags: another

Bread and butter Resharper (codebetter.com)

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

I've been using Resharper full-time for a year. I'd dabbled with it before then, but I didn't learn enough to get the full benefit. I want to thank Steve Donie and Jeremy Miller for helping me to learn the full featureset of the product. I can't imagine coding without it now. read more...

add a comment |category: |Views: 7

tags: another

C# Best Coding Practices(c-sharpcorner.com)

submitted by bottlesbottles(420) 5 years, 9 months ago

Here is a list of best coding tips in a C# development environment. read more...

2 comments |category: |Views: 109

tags: another

C# news aggregator(csharpfeeds.com)

submitted by bottlesbottles(420) 5 years, 9 months ago

From the About: "The purpose of this web site is to aggregate C# related posts on the Net while keeping unrelated posts filtered out." read more...

1 comment |category: |Views: 80

tags: another

Creating object instance without calling its constructor(mikeoff.blogspot.com)

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

A short article on how to create an object instance without calling any of its constructors. read more...

add a comment |category: |Views: 38

tags: another

C#'s new ?? operator(blogs.sagestone.net)

submitted by bottlesbottles(420) 5 years, 10 months ago

From the post "I hadn't seen this in any of the C# 2.0 feature lists, but Fritz Onion brings this little gem to light for me. There's a new operator: ?? It's a lot like the old inline if statement." read more...

5 comments |category: |Views: 8

tags: another

ASP.NET 2.0 Page Life Cycle(blog.krisvandermast.com)

submitted by KvdMKvdM(1695) 5 years, 10 months ago

A repost of the diagram by Léon Andrianarivony. read more...

5 comments |category: |Views: 696

tags: another

Generic Dictionaries vs. the XmlSerializer(sitepoint.com)

submitted by wwb_99wwb_99(870) 5 years, 10 months ago

Tips & Tricks for XmlSerialization and Generic Dictionaries. read more...

add a comment |category: |Views: 7

tags: another

Generic Parse method on Enum(weblogs.asp.net)

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

A nice little generic enum parser utility class read more...

1 comment |category: |Views: 78

tags: another