Lck84

Stories kicked by Lck84

return a = “hello”; What will Happen?(www.ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 2 years ago

I came across an interesting piece of code the other day, something I didn’t even know possible in C# - return a = "hello";. What do you think this line returns? read more...

1 comment |category: |Views: 973

tags: another

SQL SERVER – GUID vs INT – Your Opinion(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years ago

Take your side. State your case. Learn the reality. read more...

1 comment |category: |Views: 773

tags: another

Windows Vista Controls for .NET version 1.3 released(codeplex.com)

submitted by Lck84Lck84(124) 4 years, 2 months ago

The Windows Vista Controls for .NET 2.0 library is an open-source project which was started in January 2007 and has been released on CodePlex, undergoing several updates and changes. Its latest 1.3 release includes several native Vista common controls which can be included in any WinForms application and includes other features like DWM thumbnails, DWM glass and Task Dialogs. read more...

add a comment |category: |Views: 78

tags: another

Mono, a look forward(tempvariable.blogspot.com)

submitted by w3stfa11w3stfa11(645) 4 years, 2 months ago

A brief look at where Mono is and where's it going. read more...

3 comments |category: |Views: 14

tags: another

GoDaddy Now offering IIS7(blog.godaddyhosting.com)

submitted by vincentw56vincentw56(169) 4 years, 2 months ago

If you recently set up a new Windows shared hosting account you noticed the addition of support for IIS7. What does this mean to you? read more...

2 comments |category: |Views: 19

tags: another

To close or not to close, that is the question.(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 2 months ago

A discussion of the internal classes in the .net framework and how public should the framework apis should be. read more...

add a comment |category: |Views: 1

tags: another

Awesome ASP.NET 2.0 RSS Tool-Kit Released(weblogs.asp.net)

submitted by matisqmatisq(340) 4 years, 2 months ago

RSS Tool-Kit Released read more...

add a comment |category: |Views: 11

tags: another

ASP.NET MVC Route Validation and SEO(coderjournal.com)

submitted by zigamorphzigamorph(3319) 4 years, 2 months ago

I am trying to outline and SEO problem that I currently see with the currently release of the MVC framework, and head it off with some tips on how to get around it. read more...

add a comment |category: |Views: 226

tags: another

Generating XML - Do we really need another API?(kenegozi.com)

submitted by kenegozikenegozi(220) 4 years, 2 months ago

There are many APIs for generating XML files. Some are generic like System.XML, and others dedicated to a specific format like ATOM/RSS However, XML is text, and it makes more sense to generate XML using text rendering techniques read more...

add a comment |category: |Views: 2

tags: another

Learning a new programming language(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years, 3 months ago

Some things I've found useful when learning a new programming language. read more...

1 comment |category: |Views: 7

tags: another

.NET 3.5 Brings BREAKING Changes to ThreadPool(michaelckennedy.net)

submitted by mkennedy66996693mkennedy66996693(480) 4 years, 3 months ago

Things get more interesting with the .NET 2.0 SP1 ThreadPool. read more...

8 comments |category: |Views: 143

tags: another

What I Learned About MVC On Day One(coderjournal.com)

submitted by zigamorphzigamorph(3319) 4 years, 3 months ago

I am really blown back about how fast and easy MVC is to develop with. I know the guys at Microsoft do a good job with their .NET coding, but I am really impressed by the forethought they put in to MVC. It builds on top of the standard ASP.NET package, but does it in such a way that makes it lean on top of the already feature-rich (read bloated) ASP.NET Page object. It really doesn’t feel like I have all that baggage anymore. read more...

1 comment |category: |Views: 3

tags: another