azastawski

Stories kicked by azastawski

Entity Framework: Intro to Database First Design(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 1 year, 4 months ago

Taking a look at how to use the Entity Framework via its database first design concepts. When building out an application which is based off of the Entity framework you have multiple options, you can either build your model off of your existing database or build your database of your existing model. This episode will explore how you start with your existing database and build your entity model. read more...

add a comment |category: |Views: 783

tags: another

Building an HTML5 App with ASP.NET(stephenwalther.com)

submitted by Stephen.WaltherStephen.Walther(180) 1 year, 4 months ago

Describes how to create a JavaScript Reference by taking advantage of HTML5 features such as local storage, and offline manifests. Also demonstrates how to build server-side JavaScript unit tests for an Ajax application. read more...

1 comment |category: |Views: 661

tags: another

Top 6 Coding Standards & Guideline Documents For C#/.NET Developers(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 6 months ago

Some time back, I collated a list of 7 Must Read, Free EBooks for .NET Developers, and a lot of people found it useful. So, I thought about putting together my “Top 6” list of Coding Standard guidelines/checklists for .NET /C# developers as well...They are useful not just from a review perspective - going through these documents can definitely help you and me to iron out few hidden glitches we might have in the programming portion of our brain. So, here we go, the listing is not in any specific order. read more...

1 comment |category: |Views: 1154

tags: another

Lucene.Net needs your help (or it will die)(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help. This post explains a bit more in detail why this is happening read more...

add a comment |category: |Views: 929

tags: another

Silverlight 4 – Review of all the Cool New Features(blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 5 months ago

Check-out this comprehensive blog post by Tim Heuer – who outlines all the cool new SL4 features announced at the PDC in November - with links to videos and code samples to help you get started with each new capability. Here is a link to his complete blog post: http://timheuer.com/blog/archive/2009/11/18/whats-new-in-silverlight-4-complete-guide-new-features.aspx read more...

1 comment |category: |Views: 408

tags: another

Kooboo is a web CMS built based on ASP.NET MVC framework(kooboo.codeplex.com)

submitted by azastawskiazastawski(160) 2 years, 9 months ago

This CMS is off to a good start. ASP.Net MVC, Yahoo UI, DotLucene. Very interesting. The download package kooboo.zip contains an ASP.NET MVC website with a Visual Studio .sln solution file in it. You can download and unzip it, and then open the solution with your Visual Studio to use it. A complete installation guide is available at: http://www.kooboo.com/docdetail/Kooboo_installation_guide read more...

add a comment |category: |Views: 214

tags: another

Download M-V-VM Project Template/Toolkit(blogs.msdn.com)

submitted by frank12345frank12345(2809) 3 years ago

Download M-V-VM Project Template/Toolkit today!!!! read more...

add a comment |category: |Views: 377

tags: another

BlogEngine.NET 1.5 final release(madskristensen.net)

submitted by mosessaurmosessaur(5424) 3 years, 1 month ago

BlogEngine.NET 1.5 final release announcement read more...

add a comment |category: |Views: 200

tags: another

Web 2.0 AJAX Portal using ASP.NET 3.5,jQuery,Silverlight,Linq,Unity(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 1 month ago

Learn how to build a Web 2.0 AJAX portal just like Google IG using jQuery, ASP.NET, Silverlight, Linq to SQL, Workflow Foundation and Unity read more...

add a comment |category: |Views: 346

tags: another

Announcing BlogEngine.NET 1.5 Release Candidate(dotnetblogengine.net)

submitted by MarwanMarwan(850) 3 years, 1 month ago

We are very happy to make available a release candidate for BlogEngine.NET 1.5 today. Version 1.5 has been in the works for a long time and we decided to make a release candidate available before me make the final release this time around. read more...

add a comment |category: |Views: 177

tags: another

ASP.NET MVC Best Practices (Part 1) - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by mithumithu(570) 3 years, 1 month ago

In this post, I will share some of the best practices/guideline in developing ASP.NET MVC applications which I have learned in the hard way. I will not tell you to use DI or Unit Test instead I will assume you are already doing it and you prefer craftsmanship over anything. read more...

add a comment |category: |Views: 386

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

15 Helpful .NET Extension Methods to Increase Productivity(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 3 months ago

Alright folks, this is my arsenal of useful Extension Methods for .NET 3.0+ mostly written by me to help with development productivity. Some real time-savers in here such as .ToInt() and .ToDateTime() (with and without a default fallback value), plus... read more...

add a comment |category: |Views: 842

tags: another

C# Design Patterns - Observer Pattern(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 3 months ago

Continuing to use our city dog registration software senario, one of the project’s requirements is that the dog’s owner’s be notified whenever a dog is processed for an infraction (i.e. picked up by the dog catcher). The Observer pattern is perfectly suited to solve this problem. read more...

add a comment |category: |Views: 697

tags: another

MVC Storefront Final(blog.wekeroad.com)

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

Rob Conery published the final episode of MVC Storefront video series. read more...

add a comment |category: |Views: 417

tags: another

BlogEngine.NET Christmas update(blog.madskristensen.dk)

submitted by MarwanMarwan(850) 3 years, 5 months ago

Some exiting things have been going on with BlogEngine.NET lately... read more...

add a comment |category: |Views: 344

tags: another