Anastasiosyal

Stories submitted by Anastasiosyal

Tekpub ASP.NET MVC 2 Starter Site 0.5 Released(blog.wekeroad.com)

submitted by AnastasiosyalAnastasiosyal(960) 1 year, 8 months ago

"I've been working on a couple of side jobs and one of the fun things I've been able to do is refine Tekpub's MVC Starter Site - fixing some bugs and also adding functionality. I've been meaning to talk about this more - so here goes. I'll show you how you can use the Starter Site to build out... oh let's just say a nice Music Store :)." read more...

add a comment |category: |Views: 26

tags: another

Wikipedia: Antipatterns in Software Engineering(en.wikipedia.org)

submitted by AnastasiosyalAnastasiosyal(960) 2 years, 11 months ago

This wikipedia entry summerises some common pitfalls to be avoided by professionals in Software Engineering. read more...

add a comment |category: |Views: 20

tags: another

Beyond SoundEx - Fuzzy Searching in MS SQL Server(anastasiosyal.com)

submitted by AnastasiosyalAnastasiosyal(960) 3 years, 1 month ago

In this post see how you can perform fuzzy deduping operations and fuzzy string matching by bringing the power of an open source string metric library (SimMetrics) into sql server read more...

1 comment |category: |Views: 567

tags: another

C# future(code.msdn.microsoft.com)

submitted by AnastasiosyalAnastasiosyal(960) 3 years, 3 months ago

Dynamic Lookup - Named and Optional Arguments - Features for COM interop - Variance, check out the full story over at msdn read more...

add a comment |category: |Views: 22

tags: another

10 principles of agile project time management(noop.nl)

submitted by AnastasiosyalAnastasiosyal(960) 3 years, 6 months ago

A nicely written post with references on project time management. read more...

add a comment |category: |Views: 381

tags: another

4 features for C# 4.0(anastasiosyal.com)

submitted by AnastasiosyalAnastasiosyal(960) 3 years, 6 months ago

C# 3.0 still hasnt sunk in yet for most, yet there already seems to be some buzz about c# features we would like to see in the future. Here is my take on the 4 language features i would like to see implemented in C# read more...

6 comments |category: |Views: 673

tags: another

SQL CLR without DLL Depenency for your production server(anastasiosyal.com)

submitted by AnastasiosyalAnastasiosyal(960) 3 years, 6 months ago

Have you been shying out of putting extra functions on your SQL Server 2005 using SQL CLR simply because you are afraid of DLL Hell biting back?! Here is a quick tip on how to deploy SQL CLR assemblies without needing to deploy the dll. read more...

add a comment |category: |Views: 22

tags: another

Quick Tip: Use Hashbytes to create a Hash from TSQL in SQL 2005(anastasiosyal.com)

submitted by AnastasiosyalAnastasiosyal(960) 3 years, 9 months ago

Just a quick tip, SQL Server 2005 has built in support for creating SHA1 and MD5 hashes from within TSQL code and the function is called HashBytes! read more...

add a comment |category: |Views: 128

tags: another

Minimal code to expose your objects over HTTP(anastasiosyal.com)

submitted by AnastasiosyalAnastasiosyal(960) 3 years, 10 months ago

If you are tired of reduntant pass through coding in your web service, then you might find this alternative method interesting. This post describes a remote invocation method that allows your business objects or data objects to be invoked through a custom HTTP call by simply decorating them with a custom attribute. read more...

add a comment |category: |Views: 1

tags: another

435+ links for the web savvy developer(forwebdesigners.com)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 2 months ago

Links to -> Ajax Portals * Blogs worth reading * Colors * CSS * Stock photos * Forums * Web 2.0 Generators * Graphic Sources * Icons * Inspiration * Web Tech Magazines * Templates * XHTML + more - Dont take my word for it, see for yourself read more...

add a comment |category: |Views: 0

tags: another

Bill Gates on IE8 and Microsoft Transparency(molly.com)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 2 months ago

An interview with Bill Gates on IE8 and Microsoft Transparency read more...

1 comment |category: |Views: 7

tags: another

Subsonic Roadmap(blog.wekeroad.com)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 2 months ago

Rob describes the state of the Subsonic project and reveils the future plans for SubSonic. read more...

add a comment |category: |Views: 63

tags: another

C# 3.0 Anonymous type support is incomplete(anastasiosyal.com)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 2 months ago

Anonymous types are a very powerful language construct in C# 3.0 This post describes some limitations of the use anonymous types and namely due to local (only) variable type inference. read more...

add a comment |category: |Views: 2

tags: another

LINQ to Active Directory Query Provider(community.bartdesmet.net)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 2 months ago

Bart De Smet has implemented a LINQtoAD query provider that allows for querying of the active directory using LINQ queries. Check at his blog for details. He has also released it as a project in Codeplex read more...

add a comment |category: |Views: 393

tags: another

Yield return and Itirators use case: another way to loop days(anastasiosyal.com)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 2 months ago

An example of how to use an enumerator to express a clearer intent of your code. The example creates an Enumarable class and illustrates the use of yield return to loop through the days given a startDate and an endDate. read more...

1 comment |category: |Views: 6

tags: another

A site that should be in every web developers bookmarks: smashingmagaz(smashingmagazine.com)

submitted by AnastasiosyalAnastasiosyal(960) 4 years, 2 months ago

Came accross this site and it really is a wealth of resource on all things webby, from inspiration and design, to scripting this is a place a web developer will enjoy Here is a list of their most popular articles: # 80 AJAX Solutions # 80 Professional Typefaces # 70 Expert CSS Ideas # 53 CSS-Techniques # 60 Elegant, Appealing Designs # 50 Beautiful Web-Designs # 50 Simple Web-Designs # 45 Excellent Blog Designs # 45 Fresh, Clean Designs # 30 Dark Designs # 30 Usability Issues # 35 Designers x 5 Questions # 20 Free Icon Sets # 200+ Hotkeys # 170 Developer Ideas So if this place is not in your bookmarks already, its a resource well worth checking out! read more...

6 comments |category: |Views: 4

tags: another