btb73

Stories kicked by btb73

Mercurial tutorial - by Joel Spolsky(hginit.com)

submitted by powerrushpowerrush(3873) 2 years, 3 months ago

Mercurial is a modern, open source, distributed version control system, and a compelling upgrade from older systems like Subversion. In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts. read more...

3 comments |category: |Views: 1245

tags: another

Git, SSH, PuTTY, GitHub, Unfuddle, the kitchen sink(devlicio.us)

submitted by DrWatsonDrWatson(690) 3 years ago

After reading a good number of the guides for getting Git/ GitHub/ Unfuddle working correctly in Windows, I finally got it sorted out. I had to use a bunch of things I had not used before so I realized it's probably a good idea to share my findings, hoping to help someone else (and maybe myself again) in the future. read more...

add a comment |category: |Views: 304

tags: another

More ASP.NET MVC Best Practices(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years ago

In this post, I’ll share some of the best practices and guidelines which I have come across while developing ASP.NET MVC web applications. I will not cover all best practices that are available, instead add some specific things that have not been mentioned in any blog post out there. Existing best practices can be found on Kazi Manzur Rashid’s blog and Simone Chiaretta’s blog. read more...

add a comment |category: |Views: 1837

tags: another

Using Obscure Windows COM APIs in .NET(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 1 month ago

A lot of the new Windows Vista and Windows 7 APIs are exposed via COM. Here's a simple introduction for how to use them when no wrappers are available. read more...

add a comment |category: |Views: 329

tags: another

ASP.NET MVC and the Managed Extensibility Framework (MEF)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 1 month ago

Microsoft’s Managed Extensibility Framework (MEF) is a .NET library (released on CodePlex) that enables greater re-use of application components. You can do this by dynamically composing your application based on a set of classes and methods that can be combined at runtime. Think of it like building an appliation that can host plugins, which in turn can also be composed of different plugins. Since examples say a thousand times more than text, let’s go ahead with a sample leveraging MEF in an ASP.NET MVC web application. read more...

1 comment |category: |Views: 1192

tags: another

Using AutoMapper to map view models in ASP.NET MVC(bengtbe.com)

submitted by bengtbebengtbe(470) 3 years, 1 month ago

Mapping code between Domain Models and Data Transfer Objects/Presentation Models is often boring and tedious to write, so when I first read about AutoMapper it triggered my interest. This post takes a first look at AutoMapper, and show how it can be used to map a complex domain model to a view model in an ASP.NET MVC application. read more...

add a comment |category: |Views: 862

tags: another

Novell’s Mono brings SIMD support to C#(ddj.com)

submitted by mark_csharpcodermark_csharpcoder(135) 3 years, 1 month ago

Parallel programming is not just about multi-threading and multi-core. There’s also a lot of power in the SIMD (Single Instruction Multiple Data) extended instruction set available in most modern microprocessors from Intel and AMD. From Dr Dobb's Go Parallel blog. read more...

1 comment |category: |Views: 220

tags: another

.Net RIA Services - Hello World(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

This article will focus on building a simple Hello World application and explain the use of the domain service and the generated code on the client side. read more...

3 comments |category: |Views: 422

tags: another

Exponentially Improve Performance to Start ASP.net 2.0, 3.0, 3.5 Debug(it.toolbox.com)

submitted by dotnetdudedotnetdude(220) 3 years, 2 months ago

Stop the waiting when debugging your ASP.Net Web Applications! Here's a complete RAM Disk solution to save your sanity. read more...

1 comment |category: |Views: 569

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

Chapter 3 - Understanding Controllers(stephenwalther.com)

submitted by bradygasterbradygaster(4897) 3 years, 3 months ago

Excellent article by Stephen Walther explaining ASP.NET MVCcontrollers in a very clear example. Good stuff. read more...

add a comment |category: |Views: 251

tags: another

Why you should not use the ADO.NET Entity Framework(kindblad.com)

submitted by kindbladkindblad(270) 3 years, 4 months ago

Reasons to why the ADO.NET Entity Framework is not mature enough for real business application. read more...

3 comments |category: |Views: 942

tags: another

Migrating from .asmx web services to WCF web services(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 4 months ago

Learning how to migrate from .asmx web services to WCF web services read more...

add a comment |category: |Views: 455

tags: another

Oxite: OpenSource CMS from Microsoft Built on ASP.NET MVC(codeclimber.net.nz)

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

Simone Chiaretta writes about the recent announcement by Microsoft Evangelist, Jeff Sandquist, about Oxite which is an open source CMS built by Microsoft as a showcase and sample for ASP.NET MVC. read more...

add a comment |category: |Views: 744

tags: another

Free Entity Framework Learning Guide(weblogs.asp.net)

submitted by sharplifesharplife(4570) 3 years, 5 months ago

Zeeshan Hirani presented this free EF guide too EF community. You can download this guide in PDF format. read more...

add a comment |category: |Views: 1269

tags: another

Best practices for creating websites in IIS 6(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 7 months ago

A list of steps that I always take while creating ASP.NET websites in IIS 6. It ensures better performance maintainability, and scalability of your application. read more...

3 comments |category: |Views: 517

tags: another