coffeemate

Stories kicked by coffeemate

Read From Config To Override Default Value With a Type Free Method On (it-box.blogturk.net)

submitted by coffeematecoffeemate(180) 3 years, 6 months ago

Here is a little code snippet i have written recently for type free variable assignment from config’s appSettings node read more...

add a comment |category: |Views: 0

tags: another

Fellowship vs. Followship!(it-box.blogturk.net)

submitted by coffeematecoffeemate(180) 4 years, 5 months ago

The big picture what i see is; there is a world of wonders which has a god (Microsoft), and prophets (Scott Guthrie, Scott Hanselman, Rob Connery : the last prophet :) etc.) and we all the creatures. We are all crying out to our god: read more...

add a comment |category: |Views: 0

tags: another

Syntax-Highlighted Code from Visual Studio as HTML(dotnet-enthusiast.blogspot.com)

submitted by angwinangwin(120) 4 years, 6 months ago

Very useful Visual studio add-in for bloggers. read more...

add a comment |category: |Views: 4

tags: another

ASP.Net MVC Framework - List and Save data (weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 6 months ago

Simple blog application with ASP.NET MVC Framework and LINQ to SQL read more...

1 comment |category: |Views: 40

tags: another

Smartphone Game Tutorial Featuring Southpark(it-box.blogturk.net)

submitted by coffeematecoffeemate(180) 4 years, 6 months ago

Although it’s a simple tutorial like game, it’s surely entertaining and enjoying. As you know always Cartman is very angry and escapes from things that he hates. read more...

add a comment |category: |Views: 2

tags: another

What kind of programmer you are? An analytical thinker or a VS operato(it-box.blogturk.net)

submitted by coffeematecoffeemate(180) 4 years, 6 months ago

Oh my, visual studio is really great IDE software, it makes all the things for me and now i could really dive into thinking the real problems of my software needs. But where is analytical thinking? read more...

3 comments |category: |Views: 4

tags: another

CodeDOM in C# 2.0(aspalliance.com)

submitted by udaydenduluriudaydenduluri(300) 4 years, 6 months ago

CodeDOM is a very powerful Application Programming Interface (API) that is available with Microsoft .NET 2.0. This API can do wonders for you by generating code on the fly. This article takes a look at this technology and explains it with code examples wherever appropriate. read more...

4 comments |category: |Views: 199

tags: another

Template Method Design Pattern vs. Functional Programming(gaaton.blogspot.com)

submitted by HaGeverHaGever(915) 4 years, 6 months ago

Beautiful example how to realize Design Patterns read more...

3 comments |category: |Views: 11

tags: another

Auto Generate Web Service Proxy With Intellisense Support(it-box.blogturk.net)

submitted by coffeematecoffeemate(180) 4 years, 6 months ago

Here is sample bits of my work that auto generates a web service proxy into an assembly with a BuildProvider implementation. It’s a protoype, the rest could be implemented in your own way but it is surely working as it is (i won’t develop it further). Once it is built, the c# code wrapper of web service description generated and compiled into memory (infact into an assembly in asp.net temp directory), so you can use intellisense support of Visual Studio. read more...

add a comment |category: |Views: 30

tags: another

Having Fun with Anonymous types and Extension Methods in C# 3.0(lowendahl.net)

submitted by lowendahllowendahl(750) 4 years, 6 months ago

In C# 3.0 Microsoft has added some neat dynamic features while still being straticly typed. List and dictionary initilizers is one such dynamic feature. In this post Patrik Löwendahl describes how to use some other C# 3.0 features to create a variation of the provided List / Dictionary initilizers. With anonymous types, extension methods and fluent interface dictionaries can now be simply initilized. read more...

add a comment |category: |Views: 25

tags: another

A Brief Video Showcase For My CMS Project(it-box.blogturk.net)

submitted by coffeematecoffeemate(180) 4 years, 6 months ago

Finally, for a few weeks ago my company’s CMS project named ‘WebSayfam’ released locally for Turkish folks. The video above describes briefly on the fly page editing work flows (Interface language is Turkish for now). read more...

add a comment |category: |Views: 5

tags: another

In Which We Discuss Proprietary Object Noise(blog.wekeroad.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 6 months ago

Rob Conery puts up a post about why Jeff Atwood is high when he said that abstracting out SQL is a bad idea. read more...

1 comment |category: |Views: 1

tags: another

ASP.NET Flies(it-box.blogturk.net)

submitted by coffeematecoffeemate(180) 4 years, 6 months ago

There are few development flies in ASP.NET platform such this fly story read more...

add a comment |category: |Views: 3

tags: another

Sometimes I Hate Runtime Frameworks(it-box.blogturk.net)

submitted by coffeematecoffeemate(180) 4 years, 7 months ago

This is a small but one big point that gets me think twice for programming under a framework platform. read more...

add a comment |category: |Views: 0

tags: another

LINQ To Sql tutorial Series By Scott Guthrie (Pdf Book Format)(it-box.blogturk.net)

submitted by coffeematecoffeemate(180) 4 years, 7 months ago

Scott Guthrie’s great ‘LINQ To Sql’ tutorial series in PDF book format. read more...

add a comment |category: |Views: 7483

tags: another

Microsoft CRM 3.0 Web Service Calls With Generic Methods(it-box.blogturk.net)

submitted by coffeematecoffeemate(180) 4 years, 7 months ago

My dirty code pushed me some refactoring for Microsoft Crm 3.0 web service calls. So i decided to write one wrapper class for accessing crm. read more...

add a comment |category: |Views: 7

tags: another