silverCORE

Stories kicked by silverCORE

A Programming Job Interview Challenge #6 - C# Games (dev102.com)

submitted by razamitrazamit(4566) 3 years, 11 months ago

the sixth of the series of programming job interview challenge is out. try your power... read more...

add a comment |category: |Views: 369

tags: another

The Most Useful VS Feature No One Seems To Use(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 3 months ago

Speed up your debugging time by using the Exceptions dialog box. read more...

1 comment |category: |Views: 17

tags: another

Configure Log4Net for ASP.NET 2.0 Web Application(blogs.msdn.com)

submitted by joejoejoejoejoejoejoejoe(1140) 4 years, 11 months ago

How to get Log4Net running with an ASP.Net application read more...

add a comment |category: |Views: 37

tags: another

Sorting an XML document in C# using XSL(geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 11 months ago

I needed to sort some XML in C# before itterating through the document. In the end I used the XslCompiledTransform to apply an XSL stylesheet to the XML document. Works very quickly. For reference, this is how I did it. read more...

add a comment |category: |Views: 382

tags: another

Creating Packaged ASP.NET Setup Programs with VS 2005(weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 11 months ago

Step by step instructions how to create a setup package for ASP.NET apps. read more...

add a comment |category: |Views: 164

tags: another

SQL Myth: Truncate Cannot Be Rolled Back Because It Is Not Logged(sqlservercode.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 11 months ago

The 3 major differences between truncating a table and deleting from a table read more...

add a comment |category: |Views: 6

tags: another

Break into debugging via code(youredoingitwrong.mee.nu)

submitted by tarfutarfu(180) 4 years, 11 months ago

Breakpoints are for pussies. read more...

1 comment |category: |Views: 0

tags: another

Show a Page when Asp.net session expires(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 11 months ago

Learn how to show a page when asp,net session expires with one line of code. read more...

add a comment |category: |Views: 80

tags: another

C# 2.0: Arity - ever heard of it?(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 11 months ago

Arity is the number of arguments that a method takes. If you ever used reflection and CodeDOM, this is a good thing to know of. read more...

1 comment |category: |Views: 2

tags: another

Impersonation across threads in ASP.NET(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 4 years, 11 months ago

Shows how to pass the impersonation along to the a new thread. read more...

add a comment |category: |Views: 19

tags: another

SubSonic Sugar(blog.wekeroad.com)

submitted by montymonty(2575) 4 years, 11 months ago

Possibly the beginning of the open source "Utility" class framework you've been looking for. Hopefully the community can help this grow into a tremendously useful tool - the potential is there. read more...

add a comment |category: |Views: 69

tags: another

Official release of BlogEngine.NET 1.0(blog.madskristensen.dk)

submitted by razorantrazorant(530) 5 years ago

BlogEngine.NET has first official release. Get the details... read more...

4 comments |category: |Views: 24

tags: another

Getting Loaded on SubSonic - Collection Basics(scribesonic.com)

submitted by montymonty(2575) 5 years ago

SubSonic provides a handful of methods that make loading objects from your database simple. The most difficult part is just choosing which one to use. read more...

add a comment |category: |Views: 190

tags: another

Recursive Queries in SQL Server 2005(rajkwatra.blogspot.com)

submitted by rajkwatrarajkwatra(245) 5 years ago

Often times, during my career, I faced a situation where I had to recursively get data out of a table starting from a root. The classic example of such a situation is Employee-Manager relationship table... read more...

4 comments |category: |Views: 23

tags: another

Rob Conery - Interview(juxtaviews.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years ago

"Rob Conery, the creator of SubSonic and founder of The Commerce Starter Kit, believes in open source. Both of his projects are .NET (aka Microsoft) projects and although the big guys in Redmond may never ship open source code themselves, it doesn’t mean they don’t support it and it sure doesn’t mean the .net community doesn’t believe in it. I spoke to Rob about the latest 2.0 release of his SubSonic project, Micrsoft, OSS, and big wave surfing in Hawaii." read more...

add a comment |category: |Views: 17

tags: another

Make Your Case Sensitive Searches 1000 Times Faster(sqlservercode.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 5 years ago

Do you find that your case sensitive queries take forever? This little trick will speed up your query a thousand times read more...

add a comment |category: |Views: 7

tags: another