Here comes one of the, very probably, first public websites in Bosnia that were developed using a brand new ASP.NET MVC framework. The work has begun somewhere in June, this year and although done in my spare time, it was a pleasure from a day one. ASP.NET MVC contains a bunch of some really good [...]
11 Dec
Posted by Nedzad as ASP.NET, Open Source, Personal
Probably the best place to look for open source .NET projects is the Codeplex community, that since June 2006 has served thousands of different projects. Recently, the users of this website have come up with another interesting project – Oxite, a simple blog engine written using ASP.NET MVC, and designed with the following goals:
[...]
09 Dec
Posted by Nedzad as .NET Framework General, Personal
The next iteration of Visual Studio known under code name “Hawaii” has been released for community preview (CTP). Hand in hand with Visual Studio we are getting the Microsoft .NET Framework 4.0, that brings us a ton of interesting stuff like:
addthis_url = ‘http%3A%2F%2Fnedzadsmajic.info%2F2008%2F12%2F09%2Fmicrosoft-pre-release-software-visual-studio-2010-and-net-framework-40-community-technology-preview-ctp%2F’;
addthis_title = ‘Microsoft+Pre-release+Software+Visual+Studio+2010+and+.NET+Framework+4.0+Community+Technology+Preview+%28CTP%29′;
addthis_pub [...]
Lately, topics like search engine optimization and writing user-friendly URLs are to find everywhere on the Internet. Particularly, rewritten URLs make it a lot easier to embed topic-specific or product-specific keywords into the URLs of the pages on your website which increases accessibility for both your audience and for various web crawlers. This is accomplished [...]
With the Microsoft .NET Framework 3.5 comes new addition to the ADO.NET family – Entity Framework. The Entity Framework is a new modeling framework that enables developers to define a conceptual model of a database schema that closely aligns to a real world view of the information. It helps abstract the logical data schema into [...]
With the release of ASP.NET 2.0 the security infrastructure is extended significantly with a higher-level model for managing users and roles, both programmatically and with built-in administrative tools. This functionality (which is accessible through the membership and roles APIs) builds on the existing security infrastructure that has been present since ASP.NET 1.0. Of course, the [...]