Click here to Skip to main content
6,631,889 members and growing! (18,489 online)
Email Password   helpLost your password?
Announcements
BullFrog Power
 
Search    
Add to IE Search

Articles by Andrei Rinea (1 article found)

Average article rating: 4.16

Content Management Server

HTML Tag Stripper
Last Updated: 8 Nov 2007   Page Views: 40,095   Rating: 3.31/5    Votes: 5   Popularity: 2.32   Bookmark Count: 55
Licence: The Code Project Open License (CPOL)   
A fast way to strip the HTML tags from an HTML fragment and leave only the visible text

SQL Reporting Services

LINQ to SQL NullReferenceException gotcha [Technical Blog]
Last Updated: 1 Sep 2009   Page Views: 778   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0   Bookmark Count: 0
Licence: The Code Project Open License (CPOL)   
In my DAL (Data Access Layer) assembly (a LINQ-to-SQL centric assembly) I used to insert object into the database like this public void CreateMessage(MyApp.Entities.Message message){  Message m = new Message(); // this is the LINQ-to-SQL generated Message class not the business entity cl

XML

A Useful Custom Configuration Section for Inline Unconstrained XML [Technical Blog]
Last Updated: 20 Sep 2009   Page Views: 805   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0   Bookmark Count: 0
Licence: The Code Project Open License (CPOL)   
A useful custom configuration section for inline unconstrained XML.

Design and Architecture

Creating a reusable class - with all the goodies - part 2: Further analysis [Technical Blog]
Last Updated: 8 Sep 2009   Page Views: 783   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0   Bookmark Count: 1
Licence: The Code Project Open License (CPOL)   
Let's see what properties and methods the class should expose and what interfaces should be implemented.

Uncategorised Technical Blogs

Using ADO.NET Data Servics in Silverlight 3 and eager loading parent entities [Technical Blog]
Last Updated: 1 Sep 2009   Page Views: 948   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0   Bookmark Count: 0
Licence: The Code Project Open License (CPOL)   
We decided (well my boss decided :P ) that in our Silverlight app that we develop we should not waste time writing WCF services manually to interact with data. So we turned to ADO.NET Data Servics.  I created a small Web App to host the ADO.NET Data Service which exposed the Entity Framework Mode
Solving automatic properties compile problems when migrating an ASP.NET 2.0 site to .NET 3.5 [Technical Blog]
Last Updated: 1 Sep 2009   Page Views: 626   Rating: 5.00/5    Votes: 1   Popularity: 0.00   Bookmark Count: 0
Licence: The Code Project Open License (CPOL)   
I've recently migrated/adapted a web site built on ASP.NET 2.0 (.NET Framework 2.0) to .NET Framework 3.5. Oh the goodies of .NET Framework 3.5 : LINQ, lambdas, automatic properties and so on. At first I just set the build option to .NET Framework 3.5 : Everything fine and dandy till
Creating a reusable class - with all the goodies - part 1 : Preliminary analysys [Technical Blog]
Last Updated: 8 Sep 2009   Page Views: 682   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0   Bookmark Count: 1
Licence: The Code Project Open License (CPOL)   
I always wanted to build a class that could have some value in the real life and that could serve as an example for some (good) practices. It seems that I have the opportunity right now. In every country, mine included, there is some sort of identification number, unique for all its citizens. In
Creating a reusable class - with all the goodies - part 1 : Preliminary analysys | Creating a reusable class - with all the goodies - part 3 : Final analysys [Technical Blog]
Last Updated: 8 Sep 2009   Page Views: 630   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0   Bookmark Count: 0
Licence: The Code Project Open License (CPOL)   
I've decided to write a class that would model a SSN-like personal identification number used in Romania. It should be useful both in production code and as a learning material for my readers. In the first part I've shown a preliminary analysys and further analysys in the second part. Va

Andrei Rinea


Member

Occupation: Software Developer (Senior)
Company: TeamNet International
Location: Romania Romania


Last Updated 22 Nov 2009
Web22 | 2.2.0175 | Advertise | Privacy
Copyright © CodeProject, 1999-2009
All Rights Reserved. Terms of Use