๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Using Transactions or SaveChangesfalse and AcceptAllChanges

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Entity-Framework Transactions

I have been investigating transactions and it appears that they take care of themselves in EF as long as I pass false to SaveChanges and then call

Thumbnail for Posts

Visual Studio 2012 Web Publish doesnt copy files

๐Ÿ“‚ Categories: Programming

I have a Web Application project in VS 2012 and when I use the web publishing tool it builds successfully but doesnt copy any files to the publish target File

Thumbnail for Posts

Visual Studio Code format is not using indent settings

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Visual-Studio-Code

When using the Format Code command in Visual Studio Code it is not honoring my indent settings editortabSize 2 It is using a tab size of 4 instead Any ideas

Thumbnail for Posts

What do parentheses surrounding an objectfunctionclass declaration mean duplicate

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Syntax

This question already has answers here Explain the encapsulated anonymous function syntax 10 answers Closed 10 years ago In the YUI library examples you can

Thumbnail for Posts

What is a loop invariant

๐Ÿ“‚ Categories: Programming

Im reading Introduction to Algorithm by CLRS In chapter 2 the authors mention loop invariants What is a loop

Thumbnail for Posts

What is BSON and exactly how is it different from JSON

๐Ÿ“‚ Categories: Mongodb
๐Ÿท๏ธ Tags: Json Bson Nosql

I am just starting out with MongoDB and one of the things that I have noticed is that it uses BSON to store data internally However the documentation is not

Thumbnail for Posts

What is DOM Event delegation

๐Ÿ“‚ Categories: Javascript

Can anyone please explain event delegation in JavaScript and how is it

Thumbnail for Posts

What is PEP8s E128 continuation line under-indented for visual indent

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Sublimetext2 Pep8

Just opened a file with Sublime Text with Sublime Linter and noticed a PEP8 formatting error that Id never seen before Heres the text urlpatterns patterns urlr

Thumbnail for Posts

What is Pythons site-packages directory

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Python

The directory sitepackages is mentioned in various Python related articles What is it How can I use