generalPanic

Stories kicked by generalPanic

Using Database Projects for Visual Studio(blog.reamped.net)

submitted by kayoskayos(890) 4 years ago

Do you use database projects in Visual Studio? If not, then now is a good time to start. It is the best way I have found to source control my databases without actually sticking the database file itself in the repository. read more...

add a comment |category: |Views: 34

tags: another

Why VisualSVN 1.4 Is So Great(blog.reamped.net)

submitted by kayoskayos(890) 4 years, 1 month ago

So after the installation of VisualSVN 1.4, I don't think I'll ever look back. Finally a version of Visual Studio source control integration to make me leave the realms of Visual Source Safe forever. read more...

add a comment |category: |Views: 14

tags: another

Using The Event Model: Throwing and Handling Custom Events(blog.reamped.net)

submitted by kayoskayos(890) 4 years, 1 month ago

If you haven't tried using the event model in .NET you don't know what you're missing. If this is the case, then I'm glad you're here. Events are a very nice way to add flexibility to your projects. read more...

add a comment |category: |Views: 7

tags: another

Clean Up ASP.NETs Head Tag With ControlAdapters(blog.reamped.net)

submitted by kayoskayos(890) 4 years, 1 month ago

Ok, if you're anything like me you absolutely gag when you see the rendered content of the ASP.NET head tag. read more...

add a comment |category: |Views: 16

tags: another

Implementing Interfaces: ICloneable and IComparable(blog.reamped.net)

submitted by kayoskayos(890) 4 years, 2 months ago

A friend of mine was showing me about some common interfaces and some good use cases for them the other day. A discussion arose of how to accurately create a deep copy of an object and the best way to go about it. Shortly after that discussion we got into the Sort() method and how to dictate how that method will sort your objects. This is when he spilled into telling me all about these common interfaces. read more...

1 comment |category: |Views: 63

tags: another

Custom Entity Classes Using LINQ to SQL Part 1 - DataObjects(blog.reamped.net)

submitted by kayoskayos(890) 4 years, 3 months ago

Want to use LINQ without using th LINQ to SQL Classes file? Maybe even add it into an existing object model you already have set up? read more...

add a comment |category: |Views: 91

tags: another