10 JUL 2026 - Back up to full speed! Let's be honest: for the last few months, TorrentFunk was painfully slow. Pages crawled, searches dragged, and just loading the site tested everyone's patience. We hunted the problem down to our network and rebuilt it from the ground up — smarter caching, a much bigger and faster connection, and a lot of fine-tuning under the hood. The difference is night and day: the site now loads in a fraction of a second. No more waiting around. Thanks for sticking with us through the slow spell. Now go discover your funk!
LinqConnect Express 2.20.17 is known as a useful and reliable ORM solution that is developed closely to the Microsoft LINQ to SQL technology, and supporting SQL Server, Oracle, MySQL, PostgreSQL, and SQLite. It provides a powerful model designer tool with complete integration to Visual Studio - Entity Developer.LINQ stands for Language-Integrated Query, which means that data retrieval is no longer a separate language. The LINQ engine allows .NET applications to connect to databases without bothering much about columns and rows. The data you receive is automatically formed as objects ready to use by your business logic.LINQ to Relational Data may be thought of as an object-relational mapping (ORM) tool. The type-safe LINQ queries get compiled into MSIL on the fly, and the query clauses are translated into SQL and sent to SQL server for execution. This makes your data access layer safer, faster, and greatly more convenient to design.Major Features:Visual schema modellingModel-First approach supportDatabase-First approach supportPredefined templatesdbMonitor supportSQL Server supportOracle supportMySQL supportPostgreSQL supportSQLite supportProject size limitFree for use Enhancements:Supported Visual Studio 2010 Service Pack 1Fixed bug with inserting 'detail' entities together with 'master' ones for one-to-one associationsFixed bug with 'double' parameters of PostgreSQL stored functionsRequirements:Microsoft .NET Framework 3.5 SP 1