DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.

Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.

Threat Detection: Learn core practices for managing security risks and vulnerabilities in your organization — don't regret those threats!

Managing API integrations: Assess your use case and needs — plus learn patterns for the design, build, and maintenance of your integrations.

Avatar

Gunnar Peipman

Developer at Developers Team Ltd

Tallinn, EE

Joined Mar 2010

About

I am developer and technology maniac who is working on Microsoft and PHP technologies. I have ASP.NET MVP title and I hold MCAD, MCSD and MCTS certificates. When I have free time I usually play with new technologies, hack something, read books, participate in communities and speak in events. I am also active blogger and my ASP.NET blog is the place you can find some interesting reading about my discoveries and personal thoughts. twitter: @gpeipman

Stats

Reputation: 2567
Pageviews: 2.6M
Articles: 60
Comments: 6
  • Articles
  • Comments

Articles

article thumbnail
Building Blazor ''Hello, Blinky'' IoT Application
Build your Blazor IoT app in the blink of an eye!
November 5, 2019
· 12,599 Views · 3 Likes
article thumbnail
Azure DevOps Build Pipeline for Jekyll
Setting up this pipeline shows how easily you can have a site triggered and automatically built.
August 27, 2019
· 7,219 Views · 1 Like
article thumbnail
System Memory Health Check for ASP.NET Core
Write health check for system memory metrics of an ASP.NET Core application.
August 22, 2019
· 11,180 Views · 1 Like
article thumbnail
Blazor Form Validation
Introducing form validation with Blazor and .NET Core 3.0.
August 19, 2019
· 23,708 Views · 7 Likes
article thumbnail
Displaying ASP.NET Core Health Checks With Grafana and InfluxDB
A guide to displaying ASP.NET Core health checks.
August 19, 2019
· 14,840 Views · 2 Likes
article thumbnail
Creating vCard in ASP.NET Core
Create vCards in ASP.NET CORE for Outlook.
August 8, 2019
· 11,295 Views · 1 Like
article thumbnail
ASP.NET Core 3.0 on Raspberry Pi: Controlling LED
Learn more about controlling LED using ASP.NET Core 3.0 and a Raspberry Pi.
August 2, 2019
· 16,803 Views · 2 Likes
article thumbnail
Entity Framework Core Supports Constructors With Arguments
In this post, we show you how to use Entity Framework Core and entity constructors with arguments.
June 3, 2019
· 12,494 Views · 2 Likes
article thumbnail
HttpClient: How to Remove Charset From Content-Type Header
In this post, a .NET and C# expert demonstrates how he got around an interesting problem when setting up HTTP communication for an application.
May 29, 2019
· 28,899 Views · 3 Likes
article thumbnail
View Component or Tag Helper?
View components and tag helpers are nice features of ASP.NET Core that allow us to encapsulate some UI logic and avoid repeating the same code in different views.
May 23, 2019
· 11,290 Views · 2 Likes
article thumbnail
Serializing Objects to URL Encoded Form Data
I was writing integration tests and I wanted to re-use some model classes instead of dictionaries. Here's how I did it.
May 14, 2019
· 15,564 Views · 1 Like
article thumbnail
Writing to a CSV File From Multiple Threads
We look at how to write metadata to CSV files from multiple threads in parallel using concurrent queues.
April 25, 2019
· 32,830 Views · 3 Likes
article thumbnail
File Uploads in ASP.NET Core Integration Tests
Learn more about file uploads and integration tests with ASP.NET Core.
April 18, 2019
· 8,430 Views · 2 Likes
article thumbnail
Using ASP.NET Core Identity Users in Integration Tests
This blog post shows how to set selectively set authenticated ASP.NET Core user identities for ASP.NET Core integration tests.
April 15, 2019
· 18,597 Views · 1 Like
article thumbnail
Using a Custom Startup Class With ASP.NET Core Integration Tests
We take a look at how custom startup classes can help make better integration tests, and how to implement this in your code.
April 12, 2019
· 27,167 Views · 2 Likes
article thumbnail
Custom appsettings.json File for ASP.NET Core Integration Tests
ASP.NET Core introduced the concept of TestServer for integration testing of web applications. Integration tests need web application run with all bells and ...
April 11, 2019
· 22,609 Views · 1 Like
article thumbnail
Conditionally Include Partial View in ASP.NET Core
A developer demonstrates how to use view injection to create a left-hand menu that will only appear in our application when it is needed.
April 4, 2019
· 13,702 Views · 1 Like
article thumbnail
Implementing INotifyPropertyChanged
In article, a web development guru walks us through how we can use INotifyPropertyChanged to craft code that adheres to the DRY concept of programming.
April 3, 2019
· 10,239 Views · 2 Likes
article thumbnail
ASP.NET Core Code Coverage Reports On Azure DevOps
We take things a step further by demonstrating how to generate ASP.NET coverage reports on Azure DevOps.
March 22, 2019
· 16,710 Views · 3 Likes
article thumbnail
Serving Pre-Compressed Static Files in ASP.NET Core
Web apps could always use more optimization. We take a look at how to optimize the serving of static files.
March 8, 2019
· 10,520 Views · 2 Likes
article thumbnail
How to Exclude Code From Code Coverage
This blog post focuses on how to leave out all code that will not be covered with unit tests from code coverage and correctly display the numbers shown in code coverage reports.
March 6, 2019
· 38,540 Views · 1 Like
article thumbnail
ASP.NET Core Response Compression
In this blog post, we show how to make response compression work in ASP.NET Core with the help of Brotli. Read on to get started!
February 20, 2019
· 26,606 Views · 4 Likes
article thumbnail
Breaking Static Dependency: How to Make Code Testable
Learn how you can make code with static dependencies testable.
February 19, 2019
· 21,611 Views · 3 Likes
article thumbnail
Dependency Injection in .NET Core Console Applications
We take a look at how to implement dependency injection in smaller .NET Core apps, while also addressing the challenges of doing this in larger, real-world applications.
February 15, 2019
· 81,433 Views · 5 Likes
article thumbnail
ASP.NET Core: Replacement for Server.MapPath
his blog post shows how application and public web files are organized in ASP.NET Core and how to access them from web applications.
November 13, 2018
· 32,589 Views · 2 Likes
article thumbnail
ASP.NET Core: Read the GPS Coordinates of a Photo
In this article, we take a look at how developers can extract the GPS coordinates embedded in a photo using ASP.NET Core!
November 11, 2018
· 11,766 Views · 2 Likes
article thumbnail
String Repeat Method for C#
Since C# doesn't have any built-in functions to repeat a string, let's take a look at some common implementations and try to determine which one is best.
July 26, 2018
· 23,197 Views · 1 Like
article thumbnail
Adding Search to Blazor Applications
Plenty going on in the backend. Take a look at how this developer used Azure AD to add a search function to his open source project.
Updated July 12, 2018
· 3,509 Views · 1 Like
article thumbnail
Injecting Services to ASP.NET Core Controller Actions
In this post, an expert ASP.NET developer introduces controller action injection and shows how to benefit from it. Let's get to it!
July 3, 2018
· 18,515 Views · 2 Likes
article thumbnail
Running an ASP.NET Core Application as a Windows Service
We can now run ASP.NET Core applications as Windows services with minimal effort. This blog post introduces how this process is done.
June 22, 2018
· 44,731 Views · 6 Likes

Comments

SQL Server: How to insert million numbers to table fast?

Oct 30, 2010 · Denzel D.

I don't think ORMs support something like this easily. Or at least there is no built-in way for that. ORMs that give you out database connection they are using allow you to execute your own custom queries against that connection. When you use ORM you should always be ready to execute also some database specific code directly.
SQL Server: How to insert million numbers to table fast?

Oct 30, 2010 · Denzel D.

I don't think ORMs support something like this easily. Or at least there is no built-in way for that. ORMs that give you out database connection they are using allow you to execute your own custom queries against that connection. When you use ORM you should always be ready to execute also some database specific code directly.
SQL Server: How to insert million numbers to table fast?

Oct 30, 2010 · Denzel D.

I don't think ORMs support something like this easily. Or at least there is no built-in way for that. ORMs that give you out database connection they are using allow you to execute your own custom queries against that connection. When you use ORM you should always be ready to execute also some database specific code directly.
Three approaches to JRuby GUI APIs

Sep 26, 2010 · Mr B Loid

  1. If you read the title of post then you should see what is topic. I have made no statements that these measurements are the only thing or most important thing about DI/IoC containers. Pro developers often measure how their tools work and this is just one usual measurement. I thought the results may be interesting also for wider audience.
  2. Plus or minus couple of seconds is just one case. It really depends on how application is built, how much data it has to handle, how many users or processes are using etc. Your win may be second or two but your win may be also less or more. It depends on many factors.
  3. Comparing features in neutral way without causing another pointless flamewar is good idea. But it is very subjective topic. Measurements are different because they are over all religions. As soon as I have better picture about features of different DI/IoC containers I will write post that compares their features and implementation details.
Three approaches to JRuby GUI APIs

Sep 26, 2010 · Mr B Loid

  1. If you read the title of post then you should see what is topic. I have made no statements that these measurements are the only thing or most important thing about DI/IoC containers. Pro developers often measure how their tools work and this is just one usual measurement. I thought the results may be interesting also for wider audience.
  2. Plus or minus couple of seconds is just one case. It really depends on how application is built, how much data it has to handle, how many users or processes are using etc. Your win may be second or two but your win may be also less or more. It depends on many factors.
  3. Comparing features in neutral way without causing another pointless flamewar is good idea. But it is very subjective topic. Measurements are different because they are over all religions. As soon as I have better picture about features of different DI/IoC containers I will write post that compares their features and implementation details.
Three approaches to JRuby GUI APIs

Sep 26, 2010 · Mr B Loid

  1. If you read the title of post then you should see what is topic. I have made no statements that these measurements are the only thing or most important thing about DI/IoC containers. Pro developers often measure how their tools work and this is just one usual measurement. I thought the results may be interesting also for wider audience.
  2. Plus or minus couple of seconds is just one case. It really depends on how application is built, how much data it has to handle, how many users or processes are using etc. Your win may be second or two but your win may be also less or more. It depends on many factors.
  3. Comparing features in neutral way without causing another pointless flamewar is good idea. But it is very subjective topic. Measurements are different because they are over all religions. As soon as I have better picture about features of different DI/IoC containers I will write post that compares their features and implementation details.

User has been successfully modified

Failed to modify user

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: