RobChappel

Stories submitted by RobChappel

Neural Networks on C#(codeproject.com)

submitted by RobChappelRobChappel(2720) 5 years, 2 months ago

The articles describes a C# library for neural networks computations and their application for several problems solving. read more...

add a comment |category: |Views: 25

tags: another

CodeSmith 4.0 Public Beta 2 Released(community.codesmithtools.com)

submitted by RobChappelRobChappel(2720) 5 years, 3 months ago

CodeSmith 4.0 Beta 2 has been released and is now available to the public. Here are just a few the new capabilities in CodeSmith 4.0: * CodeSmith Projects (.csp) - This feature makes automating your code generation process really easy and consistent whether you are working from inside of Visual Studio 2005, MSBuild, Windows Explorer, a command line / batch file, or CodeSmith itself. * ActiveSnippets - Imagine Visual Studio 2005 snippets, but with the full power of CodeSmith available to execute any logic or access any complex metadata (including database schema and xml data) to control the output of your snippets. * CodeSmith Maps (.csmap) - This feature will allow you to create dictionary style maps of things like SQL to C# data type mappings. * .netTiers 2.0 - The .netTiers templates have been greatly enhanced and included with CodeSmith 4.0. * Extended Property Management - You can now edit and add new schema extended properties inside of CodeSmith Studio. * Property Persistence - CodeSmith now remembers the property values from the last time you executed a template. read more...

add a comment |category: |Views: 8

tags: another

SQL Server 2005 CLR and XML Demos(weblogs.asp.net)

submitted by RobChappelRobChappel(2720) 5 years, 4 months ago

SQL Server 2005 provides many new features that can substantially enhance developer productivity and make it easy to perform tasks that used to be difficult in previous versions. Dan Wahlin provides us with a sample VS.NET 2005 database project that demonstrates how CLR functionality can be used in the database. read more...

2 comments |category: |Views: 22

tags: another

TIP: Try right clicking on the filetabs in VS 2005(blogs.msdn.com)

submitted by RobChappelRobChappel(2720) 5 years, 6 months ago

This is a nice little tip and one that I use all the time. read more...

1 comment |category: |Views: 0

tags: another

ADO.NET Entity Framework: What. How. Why.(jonathanbruceconnects.com)

submitted by RobChappelRobChappel(2720) 5 years, 6 months ago

'This is a great video from Channel 9 in a very informal session with Britt Johnston, Pablo Castro and Mike Pizzo that is definitly worth a look.' - What's an Entity Framework, you ask? Well, watch and learn all about this new ADO.NET development framework/paradigm. For the ADO developers out there, you'll be quite pleased with the architectural direction ADO has taken. read more...

add a comment |category: |Views: 18

tags: another

AsyncWebService calls – the truth behind the Begin.. End.. Methods(codebetter.com)

submitted by RobChappelRobChappel(2720) 5 years, 6 months ago

Long story short, if you want to shotgun your webservice requests, make synchronous calls from worker threads and take the time to get that right. read more...

add a comment |category: |Views: 19

tags: another

Choosing the Right Type of Exception to Throw(blogs.msdn.com)

submitted by RobChappelRobChappel(2720) 5 years, 7 months ago

After you have decided when you need to throw exceptions, the next step is to pick the right type of exception to throw. This section provides those guidelines. read more...

add a comment |category: |Views: 22

tags: another

Slitherz 2.5 (A C# snake game)(codeproject.com)

submitted by RobChappelRobChappel(2720) 5 years, 7 months ago

Slitherz is a variation of the snake game. It is a very clean and functional game written in C#. read more...

add a comment |category: |Views: 147

tags: another

Abstract Class vs Interface(geekswithblogs.net)

submitted by RobChappelRobChappel(2720) 5 years, 7 months ago

There are lost of discussion on the internet about the Interface vs Abstract class. Also, as base class whether we have to use interface, abstract class or normal class. This post points out a few considerations on which we can take decision about Interface vs Abstract class vs Class. read more...

add a comment |category: |Views: 78

tags: another

Create Unlimited Subdomains with HTTP Modules(codebetter.com)

submitted by RobChappelRobChappel(2720) 5 years, 7 months ago

Brendan Tompkins show us how to map incoming subdomain HTTP requests to a HTTP Module read more...

add a comment |category: |Views: 114

tags: another

Learn C# 3.0 in 7 digestable pieces(linqinaction.net)

submitted by RobChappelRobChappel(2720) 5 years, 7 months ago

Sahil has broke the new C# 3.0 down into 7 digestable small peices. 5 minutes each, a good definition of what each item is, alongwith what they mean. read more...

add a comment |category: |Views: 10

tags: another

Hanselminutes Podcast 21(hanselman.com)

submitted by RobChappelRobChappel(2720) 5 years, 7 months ago

Scott hits the floor at TechEd in Boston to talk to any gurus he can find there. read more...

1 comment |category: |Views: 0

tags: another

New .NET Framework 3.0 Community Website(netfx3.com)

submitted by RobChappelRobChappel(2720) 5 years, 7 months ago

NetFx3.com is a new developer community that focuses on the four new technologies included in the Microsoft .NET Framework 3.0 (the technologies formerly known as WinFx): * Windows Communication Foundation * Windows Presentation Foundation * Windows Workflow Foundation * Windows CardSpace read more...

add a comment |category: |Views: 2

tags: another

Vista Beta 2 available for download(microsoft.com)

submitted by RobChappelRobChappel(2720) 5 years, 8 months ago

Microsoft Windows Vista Beta 2 is now available for download from Microsoft.com. read more...

add a comment |category: |Views: 1

tags: another

Using DLINQ with ASP.NET (Part II)(weblogs.asp.net)

submitted by RobChappelRobChappel(2720) 5 years, 8 months ago

One of the really powerful aspects of LINQ is that it can be used against any type of object or data source, and provides a consistent programming model for doing this. LINQ ships with implementations that support LINQ against regular object collections, databases, entities, and XML sources. Because LINQ supports rich extensibility, developers can also easily integrate LINQ with other data sources and providers as well. In this blog post Scott Guthrie provides a quick overview of some of the key LINQ for databases concepts (aka DLINQ), and then walk through a sample that shows how you can start to use LINQ against a database within an ASP.NET 2.0 application. read more...

3 comments |category: |Views: 23

tags: another

Public Domain AJAX Activity Icons(mentalized.net)

submitted by RobChappelRobChappel(2720) 5 years, 8 months ago

A great colletion of public domain AJAX activity animated gifs read more...

add a comment |category: |Views: 22

tags: another