Art314

Stories kicked by Art314

Accessing Excel Spreadsheet in C#(c-sharpcorner.com)

submitted by rohan123rohan123(740) 3 years, 5 months ago

Most of the time you will use SQL, Oracle, Access or some other database to store data. But it is possible to use Excel spreadsheet much like a database to stored data. This article and code will explain how to do this in C#. read more...

add a comment |category: |Views: 84

tags: another

Stop Kidding Me ! HttpModule(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 5 months ago

Tired of people who Spam, Trying to make SQL Injection, Brute Force and more on your site ?? You want to block them access to your web site but ... you're on a Shared Hosting Provider and you don't have access to any Firewall in order to make Packet Filter Rules .. read more...

add a comment |category: |Views: 34

tags: another

Virtual file.... from IStream(boxedapp.com)

submitted by _UE__UE_(230) 3 years, 5 months ago

The blogpost shows how to create a virtual file if you have implementation of IStream. The article includes a C# implemenation of IStream and a few samples. So you can create a virtual file with any behavior! Hope it can be interesting for .net developers :) read more...

add a comment |category: |Views: 324

tags: another

Create Portable Applications With Ease(tc-europa.com)

submitted by romanbergromanberg(105) 3 years, 7 months ago

BoxedApp SDK 2.0, a DLL library from Softanics enables developers to take advantage of the next generation technology - application virtualization to create a portable application with zero installation that relies on the virtual environment to run. read more...

2 comments |category: |Views: 389

tags: another

Managed C++: Embedding Microsoft Visual C++ Redistributable(boxedapp.com)

submitted by _UE__UE_(230) 3 years, 10 months ago

If you use a DLL written in Managed C++, you should a few DLLs from the Microsoft Visual C++ Redistributable package installed. There are no usual ways to link these libraries statically (due to C++ / CLI restrictions). But there a way to include these DLLs into your application, see how in this article. read more...

4 comments |category: |Views: 98

tags: another

.NET Runtime Embedding(boxedapp.com)

submitted by FlasherFlasher(205) 3 years, 11 months ago

Hi all, One interesting product, BoxedApp, can be used to pack .NET runtime with .NET application into a single exe. Instead of other solutions (Salamander), you will see which files are embbeded and how does it work at all, you will see the whole picture. BTW, I've tested it under my Win2k3 machine and it really works well... read more...

add a comment |category: |Views: 349

tags: another