codevelop.art
Coding Develop Art - programming and development tutorials blog - Learn all Program languages | codevelop.art
  1. Create ASP.NET MVC 5 Application Using Model First Approach [Detailed Guide]

    Create ASP.NET MVC 5 Application Using Model First Approach [Detailed Guide] Many ASP.NET developer find writing and managing code for data access a monotonous job. But there is some good news. Microsoft provid...Learn More
    ASP.NETMVC
  2. 25 Funny Situations Of A Programmer’s Life

    **25 Funny Situations Of A Programmer’s Life** Today I was exploring the web suddenly I found a great article at Martin Valasek Blog. It contains some funny but true situations of a programmer’s or developer’s...Learn More
    Programming
  3. Swift - The powerful programming language that is also easy to learn.

    Swift is a powerful and intuitive programming language for macOS, iOS, watchOS, tvOS and beyond. Writing Swift code is interactive and fun, the syntax is concise yet expressive, and Swift includes modern featur...Learn More
    Swift
  4. Difference between Source Code and Object Code

    Difference between Source Code and Object Code Here you will learn about difference between source code and object code. Source Code Source Code, as the name suggests, it is the source of a program, the file or...Learn More
    Programming
  5. Lambda Expressions in Java

    Lambda Expressions in Java Introduction Lambda functions have been an addition that came with Java 8, and was the language's first step towards functional programming, following a general trend toward implement...Learn More
    Javalambda
  6. How to Install and Set Up MySQL Server on Windows

    How to Install and Set Up MySQL Server on Windows Introduction MySQL is the most widely used Relational Database Management System (RDBMS) in the world, supplying around a third of current applications with dat...Learn More
    MySqlWindows
  7. Black and White Mosaic Ideas (2021) | Bathroom, Kitchen, Interior Designs

    Black and white mosaic tiles are simple but elegant options for bathroom floors, walls, kitchen backslashes. This blog is about: Compared to pink subway tiles or basket weave tiles, and mosaic tiles are a safe...Learn More
    NewsInterior DesignBathroomHome ImprovementTilesBlack And White Mosaic
  8. Attaching object to EF 4 context from MVC view?

    I am not sure if that makes any sense, but here is an example. I have a Category object, that my Service hands to the Controller, which uses AutoMapper to create a CategoryViewModel. Hand that off to the view,...Learn More
    asp.net-mvcentity-framework
  9. Leverage change into personal growth. 3 practices to integrate and manage personal change.

    The crazy toppling of my narrow world forced me to navigate change. I sucked at it. Mom recovered, and my family’s move from the suburbs to the country was both wonderful and awful. My new friend, Linda, lived...Learn More
    NewsStorytellingMindfulnessCompassionChange ManagementEmotional Health
  10. Check that a database file is valid and what the program is expecting?

    When connecting to an SQLite database from Python (using Python 2.6), what strategies are there to ensure that a program has opened a valid database file (where valid here means "matches what the program is exp...Learn More
    PythonSQLite
  11. Play 2: How to deploy dist app to the Windows Azure Cloud Services (not VM)

    Question: What is the way for deploying Play app to the Windows Azure Cloud Services (not the Virtual Machine)? Background: I need to deploy small application to the Azure and I'd like to do that with common d...Learn More
    JavaAzureDeploymentplayframework-2.0
  12. Pandas set_option - more than one option per line

    This may be a stupid question, but.... when setting options after importing pandas I set them one at a time such as: pd.set_option('max_rows',1000) pd.set_option('notebook_repr_html',False) Is there any way to...Learn More
    Pythonpandas