CVertex

Stories kicked by CVertex

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

submitted by javeryjavery(5523) 2 years, 4 months ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another

LINQ to SQL Data Context Provider(ericswann.org)

submitted by ericswannericswann(145) 3 years, 1 month ago

Provides an approach to lifetime management of LINQ to SQL Data Contexts with a strategy based pattern for caching the Data Context. The solution also allows the Data Context to be set up using a registration approach. Included code will work for web, winforms, or service projects. read more...

1 comment |category: |Views: 366

tags: another

Wanna see ASP.NET MVC RTM-ed? Help test MVC RC2(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 2 months ago

ASP.NET MVC RC2 has just been released, and it includes a pretty big change in the installation process. Before it is RTMed they want to make sure it doesn't break anything, so, help test the installation procedure in as many machine as you can, and report problems. read more...

1 comment |category: |Views: 218

tags: another

Send Emails with .NET and Gmail(gatekiller.co.uk)

submitted by gatekillergatekiller(265) 3 years, 3 months ago

So here's a snippet of code which will send a Transformers themed email using Gmail's SMPT service. read more...

2 comments |category: |Views: 662

tags: another

100% Unit Testable Linq To Sql Repository - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 3 months ago

In this post, I will show you how you can architect your Linq To Sql repository which will have 100% code coverage. I will use our favorite Northwind database along with my ongoing UnityCommonServiceLocatorMVC project. First, lets add a Linq To Sql diagram in our project and drag n drop the Category and Product table that will look something like foll... read more...

add a comment |category: |Views: 372

tags: another

Creating RSS Feeds Using ASP.NET 3.5(blogs.dovetailsoftware.com)

submitted by JemmJemm(9604) 3 years, 3 months ago

"We wanted to have an RSS feed so customers could keep up to date with new or recently updated Dovetail Knowledge Base articles. My personal mental gate was that I really didn’t want to try to figure out how to properly create an RSS or Atom feed and I didn’t want to bother with complex heavy handed frameworks like Argotic. Then one day Josh introduced me to the System.ServiceModel.Syndication namespace (introduced in .Net 3.5) and my life was never the same. " read more...

add a comment |category: |Views: 807

tags: another

jQuery Ajax Tooltip(rndnext.blogspot.com)

submitted by calebtcalebt(300) 3 years, 3 months ago

Example of using jQuery 1.3 and the new live() method for creating an ajax tooltip. read more...

2 comments |category: |Views: 2784

tags: another

How to use Ninject to inject dependencies into ASP.NET MVC ActionFilte(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 3 months ago

Simone shows us how to use Ninjet to inject dependencies to ASP.NET MVC. read more...

2 comments |category: |Views: 196

tags: another

Fluent Validation With ASP.NET MVC and Db4o(tunatoksoz.com)

submitted by tehliketehlike(1000) 3 years, 3 months ago

In this post, Tuna tries to implement validation that uses Fluent Validation as its validation framework. The approach he has taken is to apply validation rules at persistence level. read more...

add a comment |category: |Views: 353

tags: another

C# - String versus StringBuilder(epblog.eliotpearson.com)

submitted by epearsonepearson(65) 3 years, 3 months ago

This is a frequent topic in a lot of interviews I have been a part of recently. A person would have to explain why you should use a StringBuilder instead of a String. If you can't explain the difference, you probably need to beef up your C# knowledge. You are in luck today. I will show you why. read more...

1 comment |category: |Views: 48

tags: another

.NET GoogleReader API(mattberseth.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago

I received some emails last night requesting the source for the console app (download here) that I am using to extract my feeds from google reader, so I figured I would write a quick post about it. Just to be clear, as far as I know the API is still unofficial and I have no idea when or if google plans on making it public. So it goes without saying that it could go away, or change dramatically at anytime. But if you are still interested, here is what you need to know. read more...

add a comment |category: |Views: 275

tags: another

Generic Filter Control for Silverlight DataGrid(buttonchrome.com)

submitted by ButtonChromeButtonChrome(230) 3 years, 3 months ago

During the creation of a recent demo Silverlight project, I tasked myself with creating a generic (re-useable) filter control that I could use to filter rows in a Silverlight DataGrid. The control had to be lightweight, and work automatically with any object collection that the DataGrid was bound to – thus making it plug-and-play for any future uses. I’ve created a great starting point with this, by designing a set of inter-operating classes that have the following key features. read more...

add a comment |category: |Views: 543

tags: another

An introduction to the SOLID principles of OO design(davesquared.blogspot.com)

submitted by daviddavid(405) 3 years, 3 months ago

I would be very hard pressed to go passed Robert "Uncle Bob" Martin's SOLID principles as the single most useful tool for helping me with OO design. I thought I'd post my interpretation of the principles as a refresher for myself, and as an introduction for anyone trying the learn the terminology. read more...

add a comment |category: |Views: 29

tags: another

WCF and JSON in Working Together(pixel73.com)

submitted by shankrabbitshankrabbit(60) 3 years, 3 months ago

How to get client side javascript actions communicating easily with a WCF web service. read more...

add a comment |category: |Views: 53

tags: another

Html and Uri String Encoding without System.Web(west-wind.com)

submitted by RipRynessRipRyness(380) 3 years, 3 months ago

Good article on doing what the title says read more...

add a comment |category: |Views: 240

tags: another

Back to Basics – Zip in .NET(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 3 years, 3 months ago

The post shares a problem the author solved using the .NET framework’s GZipStream object of the System.IO.Compression namespace. read more...

add a comment |category: |Views: 13

tags: another