Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

Ilya Verbitskiy

@Ilya Verbitskiy
About
Posts
31
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • .NET Profiler
    I Ilya Verbitskiy

    I like dotTrace Profiler[^] form JetBrains

    ASP.NET csharp debugging tools performance question

  • help me about window's authentication
    I Ilya Verbitskiy

    Hello, Try 'ASP.NET - Windows authentication and local groups'[^] article.

    ASP.NET help com game-dev sysadmin security

  • Popularity of programming languages
    I Ilya Verbitskiy

    When I studied in the university I saw one amazing thing. My friends downloaded these reports, read them and started to learn new programming languages. And they always said that this "new" language is the best. These reports are interesting, but this one looks like it was paid by Sun. :) Few weeks ago I saw the same "report" paid by Microsoft.

    The Lounge c++ java com business

  • Microsoft Certifications...Need em? How many? Why?
    I Ilya Verbitskiy

    This is difficult to say, certification is good or not.If you will learn all materials by yourself you have very good knowledge. I think that Microsoft has very good books for exams training programs. But, for example, I'll read these books, but won't go to the special courses, because they're very expensive. What do we have now? If you want to pass an examination, you can simple download brain dumps, read them and pass exam. I think that this is very stupid idea, these guys will not have good knowledge after that. Why spend time? I can't understand. For example, I will not spend time for this, because this is stupid...

    The Lounge csharp database sql-server sysadmin windows-admin

  • Is Regex faster?
    I Ilya Verbitskiy

    May be Regex, which compiled into assembly, but I'm not sure. It's better to test.

    C# regex tutorial question

  • Activation or License
    I Ilya Verbitskiy

    You can see HASP hardware keys. But if you develop .NET application, it can't help you very much, because, as I know, it's easy to decompile application and switch off security system.

    C# hardware help

  • Create MS WORD document
    I Ilya Verbitskiy

    Hello, I'm thinking about two solutions: 1. Try to call MS Word using late binding. 2. Ty to use Aspose.Word library

    ASP.NET sysadmin help question

  • Printing a PDF
    I Ilya Verbitskiy

    Have you tried Aspose.Pdf library? I think it can help you.

    C# question csharp visual-studio

  • Connecting to a Visual Foxpro (DBF) table.
    I Ilya Verbitskiy

    You should manage this in load event.

    ASP.NET question csharp asp-net help

  • Using ADO in VC++
    I Ilya Verbitskiy

    It looks like that Jet provider doesn't provide access to INFORMATION_SCHEMA. I found discussion about such problems. May be it'll help you.

    Database c++ database sql-server sysadmin help

  • how to recieve sms in c#
    I Ilya Verbitskiy

    I've used Siemens GSM modem in one project. I can send and receive messages without problems. First, you should see AT-commands manual. If you did this before, but you can't receive sms messages, it can be problem with COM port communications. Sometimes you can find information about this in the manual about AT commands for your phone. PS But I recommend you to use special GSM modems, because you will receive all needed materials in one box.

    Web Development csharp tutorial

  • xml serializer
    I Ilya Verbitskiy

    Hi, You can see tutorial here.

    XML / XSL xml question

  • Mail reminders and alerts.
    I Ilya Verbitskiy

    Hi, I think that you can use two solutions. First, you can create windows service which will do something automatically. In another way, you can create simple tool which will send e-mails and configure Windows "Schedule Task" to run it. You can send e-mails using .NET Framework. But you also can create stored procedure for SQL Server fo e-mail sending. How to do this see here. If you will do this using SQL Server only, you can run this stired procedure using osql.exe in BAT-files.

    ASP.NET database csharp asp-net sql-server

  • Connecting to a Visual Foxpro (DBF) table.
    I Ilya Verbitskiy

    Hello, You can use Server.MapPath("App_Data\ADASurvey.dbf"); This method maps the specified relative or virtual path to the physical directory on the server.

    ASP.NET question csharp asp-net help

  • C++ or ...
    I Ilya Verbitskiy

    I've started from BASIC for DOS many years ago. After that I've spend a lot of time with C and C++ developing Linux applications. This is hard job, but interesting. And after this work experience I had moved to .NET and C#. It was easy very much. I think you should start from C++ and also learn OOP/OOD. After this you will not have any problems with another languages.

    The Lounge c++ question csharp learning

  • 24 bit bitmap doubt ..
    I Ilya Verbitskiy

    Hi, 28 is an offset in bitmap file which store information about number of bits per pixel. For additional information about bitmaps format you can see Bitmap Image article.

    C# graphics data-structures question

  • [Setup Project] run a file by condition
    I Ilya Verbitskiy

    Hello, I don't know about setup projects in Visual Studio, but I did some installers with Inno Setup tool. This tool is free and powerful. You can use Object Pascal and do all what do you want using this tool.

    .NET (Core and Framework) question workspace

  • How to build a IP LAN Scanner in .Net
    I Ilya Verbitskiy

    You can use System.Net.NetworkInformation.Ping[^] to ping, is machine a live, after that you can use System.Net.Dns[^] to retrieve host name.

    .NET (Core and Framework) csharp question sysadmin tutorial

  • Windows Firewall Win XP
    I Ilya Verbitskiy

    It doesn't show you dialog again, because you created rule (disable your application). If you removed this rule from firewall rules list, it would ask you.

    System Admin sysadmin help question com security

  • How to build a IP LAN Scanner in .Net
    I Ilya Verbitskiy

    http://www.codeproject.com/cs/internet/host_info_within_network.asp?df=100&forumid=146669&exp=0&select=1498979

    .NET (Core and Framework) csharp question sysadmin tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups