ankygoyal

Stories kicked by friends of ankygoyal

Phil Haack, Keith Dahlby and Paul Betts on Git for Windows(herdingcode.com)

submitted by jongallowayjongalloway(4380) 4 months, 6 days ago

Herding Code podcast talking to Phil Haack and Paul Betts (both new GitHubbers) and Keith Dahlby (author of posh-git, a set of PowerShell scripts which provide Git/PowerShell integration) about using Git on Windows. read more...

4 comments |category: |Views: 240

tags: another

Conventional Software Development with Jeremy D. Miller(deepfriedbytes.com)

submitted by cwoodruffcwoodruff(780) 1 year ago

In this episode, Keith and Woody sit down with Jeremy D. Miller to discuss the importance of importance of conventional programming and how it can save time and improve the qualities of your development projects. Jeremy gives the guys a lot of examples and we chat about many open source projects for .NET developers. read more...

add a comment |category: |Views: 11

tags: another

Afterthought: a post-compilation code injection framework(blogs.app.vc3.com)

submitted by kr4sterkr4ster(34) 1 year, 1 month ago

Afterthought allows developers to post-process .NET assemblies to add code that either cannot be added to the original source or is not convenient/efficient to do so. Examples include: Tweaking a compiled assembly for which you do not have the source code be must support/modify Adding instrumentation logic to an assembly for test purposes, which will not always be part of the release version So, what does Afterthought do? Quite simply, it allows you to: Create type amendments by subclassing Amendment<,> to describe what changes you want to make Add attributes to your types indicating which types to amend and what amendments to apply Amend properties by either adding new properties or modifying the logic of existing properties Amend methods by either adding new methods or modifying the logic of existing methods Amend constructors by either adding new constructors or modifying the logic of existing constructors Implement interfaces directly on a type leveraging existing properties/methods, adding new properties/methods, and allowing Afterthought to automatically implement everything else Configure your project to call Afterthought as a post-build step to apply the changes read more...

add a comment |category: |Views: 461

tags: another

Book Review: Programming Entity Framework(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 4 months ago

A Review on Programming Entity Framework Book. read more...

add a comment |category: |Views: 7

tags: another

Announcing the 2010 Encosia Holiday Giveaway(encosia.com)

submitted by gt1329agt1329a(7849) 1 year, 5 months ago

Enter for a chance to win VS2010 Ultimate with one year of MSDN or up to a year's free membership at TekPub. read more...

add a comment |category: |Views: 2

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

KiGG 3.0 Released(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 7 months ago

Yesterday we released KiGG 3.0 and baselined the source code for version 3. No major changes in this release. We upgraded to ASP.Net MVC 2.0 on .Net 3.5 SP1 & VS2008. read more...

1 comment |category: |Views: 123

tags: another

CodeSmith Introduces Free Cloud Offering for Customer Support(community.codesmithtools.com)

submitted by tduponttdupont(1259) 1 year, 7 months ago

you work. In addition to traditional help desk support capabilities it integrates directly with email and user feedback and can also be fully integrated into applications to provide error reporting details similar to those built by Apple and Microsoft. Best of all, it is free to get started! read more...

add a comment |category: |Views: 67

tags: another

Book Review: Microsoft Entity Framework in Action(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 7 months ago

I highly recommend this book. No further knowledge about Entity Framework is required. So you don’t have to know anything about EF1 in order to read and gain benefit of this book. Great effort spent on this book by the authors and the publisher. You’ll get a great value with reasonable amount of money compared to the information provided in this book. read more...

add a comment |category: |Views: 161

tags: another

Dean Hume - Analytics - Bounce Rate(deanhume.com)

submitted by deanomachinodeanomachino(764) 1 year, 7 months ago

If you are a fellow blogger or Webmaster then read on, because this might interest you somewhat. When I first started out blogging, I added Google Analytics to my site to track visitors and stats. It's a great free tool and generally a really accurate service, and I'm certain that millions of people use this service. However, one of the things that I found was that my bounce rate was unusually high. It was and still is sitting at around 80%. read more...

1 comment |category: |Views: 31

tags: another

Basic Introduction to Algorithms session at Alazhar University(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 7 months ago

I had a chance this week to do a simple basic presentation about algorithms to undergraduate students of Computer Engineering in Alazhar University in Cairo. read more...

add a comment |category: |Views: 1

tags: another

How To : Host Silverlight Xap in Blogger(dotplusnet.blogspot.com)

submitted by phanibitraphanibitra(170) 1 year, 7 months ago

Here is an article describing the procedure to embed silverlight apps in blogger posts. read more...

add a comment |category: |Views: 63

tags: another

Getting Started with WP7 Development: Learning Siverlight(gregdoesit.com)

submitted by jcavernsjcaverns(317) 1 year, 7 months ago

This post aims to present a structured collection of resources for developers wanting to get started developing for Windows Phone 7 in Silverlight, but don’t have any Silverlight or WPF experience. I’m also aiming this post at people who’ve started developing for WP7 without too much WPF/Silverlight experience and would like to learn more about the framework to move on. read more...

add a comment |category: |Views: 137

tags: another

Podcasts I listen(www.rudigrobler.net)

submitted by TanyaGTanyaG(365) 1 year, 7 months ago

A cool collection of technical podcasts! read more...

1 comment |category: |Views: 248

tags: another

Getting Started with Entity Framework 4.0 Screencast Recorded session (mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 8 months ago

Fifth part is about 9:45 min in length. Part 5. Covers EDM -Entity Data Model- showing its elements (SSDL, CSDL & MSL). Also this screencast shows how to query your conceptual model using LINQ to Entities. read more...

add a comment |category: |Views: 102

tags: another

Your Software Can Learn A Lot From ATMs(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 1 year, 8 months ago

When it comes to ATMs, failure isn't really an option. But how do they accomplish their high reliability? And how can you leverage that in order to make your software better? read more...

1 comment |category: |Views: 278

tags: another