bottles

Stories submitted 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

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

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