CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: John Aeliya

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    8,542

    Which is better, PHP or ASP.NET and why?

    Which is better, PHP or ASP.NET and why?
  2. Re: Beginning C++ with MS Github Tutorial Boilerplate Code Difference

    hey thanks for the information
  3. Re: Is there any library that abstracts Winsock and Posix socket implementation?

    I can also suggest the plibsys library: works on both Windows and UNIX systems (see the full list on the project page) with various compilers. Supports IPv4 and IPv6. It has the tests where you can...
  4. Replies
    28
    Views
    39,298

    Best CMS for web design

    Hello! friends please suggest best CMS for web Design
  5. Is there any way to enable the software rasterizer option?

    Hi.

    I want to use a gpu when I execute a program but it's impossible
    because the application is already hard corded "--disable-gpu --disable-software-rasterizer" options

    I already read the...
  6. Replies
    18
    Views
    58,876

    Re: what are Best Mobile Development Framework

    Let’s have a look at some of the popular mobile app development frameworks that will become a major tool for the developers in 2019 and beyond.

    1. Ionic
    2. React Native
    3. Xamarin
    4. Adobe...
  7. Re: How to make automatic browsing to images from database ?

    Make an Action ( with id parameter) to retrieve image id from database

    Make in the .cshtml page a https://www.w3schools.com/jsref/met_win_settimeout.asp in order to call the images and display
    ...
  8. Re: Survey: Software Development Methodologies

    A software development methodology or system development methodology in software engineering is a framework that is used to structure, plan, and control the process of developing an information...
  9. Re: what is the difference b multitasking and multithreading ?

    Usually, multitaksing is refered to as a feature of OS, while multithreading is the feature of process, which is called task at the early ages when there is no such thing called thread and...
  10. Replies
    27
    Views
    20,979

    Re: What debuggers do you use?

    Quokka is a debugging tool that gives live feedback on the code you are writing. It shows you previews of the results of functions and calculated values for variables. The extension is easy to...
  11. Replies
    1
    Views
    56,213

    Re: Learning sharepoint

    Yes, it is a wonderful platform and it grows to other areas, not just content management. Stay tuned to all the new features and things that are happening and it would be advisable to relay on the...
  12. Replies
    4
    Views
    10,405

    Re: Career in ccna

    As a first step toward an IT career you are on the right path for now and in the current climate. The CCNA will give you a good surrounding in some basics and prepare you for a long term career....
  13. Replies
    4
    Views
    7,856

    Re: New web tools for programmers

    As a developer, I bring you 20 of the newest, most practical and exciting tools for front end web coders, designers, and full-stack developers.
    1. Browser Calories
    2. Visual Studio Code
    3. Fire...
  14. Re: Difference between Resonse.Redirect and Server.Transfer.

    Resonse.Redirect and Server.Transfer. both methods are used to transfer a user from one web page to another web page. Both methods are use for the same purpose but still there are some differences. ...
  15. Replies
    7
    Views
    8,760

    Re: Which language is better for Selenium?

    I would suggest you to use JAVA. It is my first choice to start with Selenium even it is a bit more difficult
  16. Replies
    1
    Views
    4,349

    Re: Best tool for remote access?

    Desktop now is a free remote access program from NCH software. After optionally forwarding the proper port number in your router and signing up for a free account you can access your PC from anywhere...
  17. Re: Difference between Visual C++ and Non Visual C++?

    C++ is a standardized language. Visual C++ is a product that more or less implements that standard. You can write portable C++ using Visual C++, but you can also use Microsoft-only extensions that...
  18. Replies
    10
    Views
    45,138

    Re: Project management tool

    I have complied best project management tools and software list. Let's take a look at them.
    1. Proof Hub
    2. Scoro
    3. Workzone
    4. Zoho Projects
    5. GanttPRO
    6. nTask
    7. Functionfox
    8. Workbook...
  19. Re: Does anyone know where I can find some good software developers?

    Well it depends if you are considering outsourcing try freelancing platforms; but first you need to do research on how to use the platform and make sure the developers you will select are credible
  20. Re: How Much Does It Cost to Build a Bootstrap Website?

    I guess it would be cheaper to buy a website template based on an easy to manage CMS for example WordPress. If you are not able to customize the template yourself then you can pay to some web...
  21. Re: Are 64-bit applications better than 32-bit applications on a 64-bit system?

    When you launch 32-bit versions of software on 64-bit systems of the Windows family, old 32-bit applications are executed a bit slower because of the WoW64 subsystem which emulates the 32-bit...
  22. Replies
    8
    Views
    34,799

    Re: How to Learn ASP.Net with MVC?

    There is a useful website, which is called plural sight, has a lot of good online course could help you to learn ASP.NET mvc.
Results 1 to 22 of 22





Click Here to Expand Forum to Full Width

Featured