Anastasiosyal

Stories kicked by Anastasiosyal

Stack Exchange Open Source Projects(blog.stackoverflow.com)

submitted by vincentw56vincentw56(169) 3 months, 4 days ago

As Stack Overflow is one of the most prominent Microsoft .NET-created sites for software developers in the world, we feel that it’s part of our mission to help lead fellow .NET developers — and the most effective way to do that is by contributing some of the code that we use to build Stack Overflow and Stack Exchange back to the greater .NET developer community as reusable open source packages. This isn’t just a fundamental part of every Stack Exchange developer’s “be more awesome” plan, it’s an explicit goal embedded in the very DNA of the company. read more...

1 comment |category: |Views: 242

tags: another

Wanted: Entity Framework Suggestions(community.codesmithtools.com)

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

Entity Framework has matured, and it is finally time to create CodeSmith Generator templates for EF! The dev team at CodeSmith Tools is looking for suggestions on what to include in their upcoming Entity Framework templates. read more...

add a comment |category: |Views: 127

tags: another

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

submitted by AnastasiosyalAnastasiosyal(960) 2 years 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

Simplify, Shorten and Speed Up Your LINQ Statements with "Let"(blog.nitriq.com)

submitted by viggityviggity(1124) 2 years ago

Details how using the "let" keyword can make your LINQ statements shorter and faster. read more...

add a comment |category: |Views: 675

tags: another

Introducing Fluent MetadataProvider for ASP.NET MVC - Kazi(weblogs.asp.net)

submitted by jantujantu(1045) 2 years, 5 months ago

I have just included a Fluent Metadata provider in my open source System.Web.Mvc.Extensibility project. Currently it contains all of the features of the Built-in DataAnnotations Metadata provider that comes with the ASP.NET MVC 2 framework. Consider it as a holiday special from me for the ASP.NET MVC community :-). The main reason I am no... read more...

5 comments |category: |Views: 266

tags: another

More on Fluent MetadataProvider for ASP.NET MVC - Kazi Manzur Rashid(weblogs.asp.net)

submitted by jantujantu(1045) 2 years, 5 months ago

In my last post, one of the thing you complained about the maintaining view model meta data configuration in two separate place and I admit this becomes a pain when you skim through the codes. I have changed the implementation, so now you will be able to configure the meta data very much like the Fluent NHibernate or Entity Framework 4.0 Code ... read more...

8 comments |category: |Views: 279

tags: another

C# Artificial Intelligence (AI) Programming: A Basic Object Oriented(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 7 months ago

A Neural Network is an Artificial Intelligence (AI) methodology that attempts to mimic the behavior of the neurons in our brains. In this article, we’ll be building a basic framework for AI Neural Networks in C# and teach our program to perform basic X-OR operations. read more...

add a comment |category: |Views: 655

tags: another

Gene Expression Programming (GEP) in C# and .NET(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 7 months ago

Gene Expression programming (GEP) is a subset of Genetic Algorithms, except it uses genomes whose strings of numbers represent symbols. The string of symbols can further represent equations, grammars, or logical mappings. read more...

add a comment |category: |Views: 283

tags: another

AspectF fluent way to add Aspects for clearner and more maintable code(msmvps.com)

submitted by oazabiroazabir(1805) 2 years, 8 months ago

Aspect Oriented Programming allows you to write cleaner and more maintainable code. But it requires using some third party framework or some C# dark magic. AspectF shows you a simple way to do AOP style coding without requiring any framework or dark magic at all. read more...

add a comment |category: |Views: 17

tags: another

Using a Genetic Algorithm to Do Consultant Scheduling in C#(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 9 months ago

This article describes a way to use a type of genetic algorithm called PBIL (Population Based Incremenetal Learning) to optimize the scheduling of consultants on a group of 5 project. read more...

1 comment |category: |Views: 531

tags: another

Writing Great Unit Tests: Best and Worst Practises(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 9 months ago

A suite of good unit tests is immensely valuable: it documents your design, and makes it easier to refactor and expand your code while retaining a clear overview of each component’s behaviour. However, a suite of *bad* unit tests is immensely painful: it doesn’t prove anything clearly, and can severely inhibit your ability to refactor or alter your code in any way. How can you be sure to write unit tests that contribute positively to your project and don't end up being a liability? read more...

add a comment |category: |Views: 651

tags: another

Get Countries Name in .Net(aghausman.net)

submitted by aghausmanaghausman(110) 2 years, 10 months ago

In this post, I will explain you how can we get the countries name filled in any collection using .net without using any database. It is a regular task, which we all as developers did some past day but the difference is we used database table or xml file to hold the country names. But .net framework provide us with all the countries information in Globalization namespace. read more...

2 comments |category: |Views: 489

tags: another

ASP.NET MVC, DynamicData, Domain-/RiaServices, Unity and NHibernate(chrisvandesteeg.nl)

submitted by alleyalley(2840) 2 years, 10 months ago

For this project the following (extensive) list of libraries is used (all these libraries are included in the download): * MS ASP.NET Mvc 1.0 * Microsoft .NET RIA Services July 2009 Preview * NHibernate 2.1.0CR1 * NHibernate Linq (latest trunk version) * FluentNhibernate (latest trunk version, patched to work with NHibernate 2.1.0CR1) * MS Unity 1.2 * ASP.NET Dynamic Data MVC Preview (since this project is pretty old, I had to modify it quite a bit, the source is included in the download) * I used Rob Conery’s t4 templates as the base to generate entities from the database. read more...

add a comment |category: |Views: 423

tags: another

Sharp Architecture RTM (devlicio.us)

submitted by dovedove(735) 2 years, 10 months ago

A well worked and actively contributed lightweight framework to build ASP.net MVC apps with NHibernate. read more...

add a comment |category: |Views: 321

tags: another

Subsonic 3 released(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 10 months ago

Just read Rob Conery’s Blog and saw that Subsonic 3 is now available for download. For those unfamiliar with Subsonic it really is the ONLY no BS ORM out there, in fact it is so easy to get up and running that it is easy to forget that you ever set it up in the first place. The whole Subsonic ethic is to remove the hoops that other ORM’s have you jump through and essentially to get you home earlier. read more...

add a comment |category: |Views: 443

tags: another

LINQ to SQL is NOT dead!(jonkruger.com)

submitted by david_hollanddavid_holland(605) 2 years, 11 months ago

Ever since Microsoft announced that the Entity Framework was their ORM of choice, people everywhere have been saying, “LINQ to SQL is dead!” A lot of people feel like they’re not allowed to use LINQ to SQL anymore and that they have to use Entity Framework instead. In fact, LINQ to SQL is not only alive and well, Microsoft has even announced LINQ to SQL improvements in .NET 4.0, including finally adding using ITable<T> for tables instead of Table<T>, which makes it much easier to test. Combine that with this open source tool that will create an IDataContext interface for you and you’re on your way to testable LINQ to SQL. So no, LINQ to SQL is not dead!! read more...

2 comments |category: |Views: 501

tags: another