tonidibenedetto

Stories kicked by tonidibenedetto

Introducing SemanticEngine.NET(blog.madskristensen.dk)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 8 months ago

Technologies or formats such as FOAF, APML, SIOC, XFN tags and microformats are some of the building blocks of the social aspects of the semantic web. They are used to create cross-site profiles of people and also represent relationships between them. XFN and microformats are somewhat easy to start using, but FOAF, APML and SIOC are a different story. Here's a new class library to make it easier.. read more...

add a comment |category: |Views: 235

tags: another

F# at Code Camp 10 In Waltham, MA(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 8 months ago

Richard Minerich presented functional programming and concurrency in F# at Code Camp in Massachusetts read more...

add a comment |category: |Views: 61

tags: another

Embeddable C# Compiler(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 8 months ago

Manuel de Icaza created an embeddable C# compiler for Mono. read more...

3 comments |category: |Views: 305

tags: another

VSX Conference(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 8 months ago

Lou Franco's recollection of events at the VSX Conference last week. (Visual Studio eXtensibility) read more...

add a comment |category: |Views: 68

tags: another

Tidy Things Up(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 8 months ago

Ever wanted to have one assembly, but be able to manage your code in separate assemblies? read more...

1 comment |category: |Views: 329

tags: another

jBlogMvc : part 1 Building the Administration Area(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 3 years, 8 months ago

In this part, I used some features of the ASP.NET MVC to build an administration area, jQuery too was used on client side (validator plugin). Used membership for validation, Model Binders, jQuery Client validation,Small validation framework for business rules and server side validation.(originally written by scott gu), Using nested master pages in ASP.NET MVC, Applying the "Post/Redirect/Get" (aka PRG) pattern. read more...

add a comment |category: |Views: 263

tags: another

Migrating to jQuery(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 8 months ago

This post outlines some of the steps I went through to convert an existing, small web application from traditional JavaScript to jQuery. read more...

add a comment |category: |Views: 301

tags: another

Measuring Programmers By Extra Hours (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 8 months ago

I am writing this article as a sequel to the Measuring Programming Progress By Lines Of Code article. Let me please talk about another common metric - measuring the amount of extra hours a software developer has done. read more...

add a comment |category: |Views: 456

tags: another

How NOT To Optimize LINQ Statements(coderjournal.com)

submitted by zigamorphzigamorph(3319) 3 years, 8 months ago

About a month ago I was experimenting with different ways to optimize my LINQ queries against the IdeaPipe database, in order to improve the read times. I wanted to improve the read times because our new Facebook Application was being launched and I anticipated an increase in our traffic to the server, which is used to host IdeaPipe and the Facebook Application component. I quickly realized how now to optimize LINQ statements though. read more...

add a comment |category: |Views: 426

tags: another

Why you REALLY need to think about your interfaces(brian.genisio.org)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 8 months ago

When you write your interfaces in C#, you might be casting them in stone. You REALLY need to think about how you write your interfaces. Avoid interfaces with concrete parameters such as Dictionary<> and List<> and prefer interfaces such as IDictionary<> and IList<>. Here is why! read more...

add a comment |category: |Views: 683

tags: another

Not doing TDD is worst than doing it wrong in the beggining.(codebetter.com)

submitted by stefanescu.dragosstefanescu.dragos(150) 3 years, 8 months ago

Check this out, and make a learn from it. read more...

2 comments |category: |Views: 574

tags: another

How Not To Compromise Security Through ASP.NET Validators(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 8 months ago

A guide to closing some security holes that might be left open when using or building ASP.NET Validator controls. read more...

add a comment |category: |Views: 280

tags: another

SQL Server Tips and Tricks (gatekiller.co.uk)

submitted by gatekillergatekiller(265) 3 years, 8 months ago

The following are a wide range of tips and tricks I have collected over the years working with various versions or Microsoft's SQL Server. I always enjoy finding little snippets of code which are both simple and powerful. Why write complicated routines when one or two lines of code can do it? read more...

add a comment |category: |Views: 548

tags: another

Top 10 Windows Forms Articles You Must Read(dotnetcurry.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 8 months ago

If you have missed on some top articles of WinForms on dotnetcurry.com, then this is a must read for you. The Top 10 articles have been decided by our editorial panel based on the popularity of the article, user rating and top views of the articles. The articles have been arranged based on the total views from top to bottom. I hope you enjoying reading them, as much as we did while compiling them!! read more...

add a comment |category: |Views: 627

tags: another