
aashishkoirala.github.io
Aashish KoiralaAashish Koirala Software Architect and Developer Homepage
http://aashishkoirala.github.io/
Aashish Koirala Software Architect and Developer Homepage
http://aashishkoirala.github.io/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.1 seconds
PAGES IN
THIS WEBSITE
0
SSL
EXTERNAL LINKS
13
SITE IP
199.27.76.133
LOAD TIME
0.083 sec
SCORE
6.2
Aashish Koirala | aashishkoirala.github.io Reviews
https://aashishkoirala.github.io
Aashish Koirala Software Architect and Developer Homepage
Writing your own LINQ provider, part 1 | Aashish Koirala
https://aashishkoirala.wordpress.com/2014/03/10/linq-provider-1
Writing your own LINQ provider, part 1. This is the first in a short series of posts on writing your own LINQ provider. While LINQ is the best thing that ever happened to .NET, and using it is so much fun and makes life so much easier, writing your own LINQ provider is “complicated” to say the least (context- the LINQ interface to NHibernate, RavenDB or Lucene – those are all providers). A quick outline of the series:. A simple, pointless solution. A tiny ORM of our own. The “query” style:. These are sim...
Top 15 C++ Exception handling mistakes and how to avoid them. - A CODER'S JOURNEY
http://www.acodersjourney.com/2016/08/top-15-c-exception-handling-mistakes-avoid
Monday, April 17, 2017. C 11 Multithreading Tutorial via Q&A – Thread Management Basics. 6 Tips to supercharge C 11 vector performance. Event based synchronization of threads with main game loop. Watch out for these 9 Red Flags! Top 15 C Exception handling mistakes and how to avoid them. A CODER'S JOURNEY. Life lessons from a coder. Top 15 C Exception handling mistakes and how to avoid them. August 3, 2016. Do you use exception handling in your C code? If you don’t, why not? If you’re coming from C...
Writing your own LINQ provider, part 4 | Aashish Koirala
https://aashishkoirala.wordpress.com/2014/03/16/linq-provider-4
Writing your own LINQ provider, part 4. This is the last in a short series of posts on writing your own LINQ provider. A quick outline of the series:. A simple, pointless solution. A tiny ORM of our own. A tiny ORM of our own. In the previous post. Click here for the source code for our tiny ORM. This is a very simple example implementation and has its limitations. It only works with SQL Server. It only supports reads. It only supports these methods:. Instance and then do LINQ on top of it. Using (var co...
Writing your own LINQ provider, part 3 | Aashish Koirala
https://aashishkoirala.wordpress.com/2014/03/15/linq-provider-3
Writing your own LINQ provider, part 3. This is the third in a short series of posts on writing your own LINQ provider. A quick outline of the series:. A simple, pointless solution. A tiny ORM of our own. A simple, pointless solution. In the previous post. We took a look at what happens when you call LINQ methods on. The best way to understand is to take a look at the source code first:. Click here for the source code for our solution. Now, a quick summary of what this is. We have an interface,. If the m...
Writing your own LINQ provider, part 2 | Aashish Koirala
https://aashishkoirala.wordpress.com/2014/03/12/linq-provider-2
Writing your own LINQ provider, part 2. This is the second in a short series of posts on writing your own LINQ provider. A quick outline of the series:. A simple, pointless solution. A tiny ORM of our own. In the previous post. We took a look at the two flavors of LINQ methods, i.e. the methods and classes around. And the methods and classes around. In this post, we expand upon what happens when you call LINQ methods on. And how you can use that to build your own provider. Once you have an instance of.
Aashish Koirala | Aashish Koirala
https://aashishkoirala.wordpress.com/author/aashishkoirala
Author Archives: Aashish Koirala. I build software for a living. .NET happens to be my primary platform of choice. I also like to do it just for fun and to put stuff out there. I like to think about architecture, building better software and making the process of building software better. And I also like to write about all of this. Writing a WS-Federation based STS using WIF. Have started to be looked upon as the old guard of security protocols with the popularity of OAuth 2. Is most likely going to be y...
Conditional jQuery Datepicker with AngularJS | Aashish Koirala
https://aashishkoirala.wordpress.com/2014/03/07/jquery-datepicker-angularjs
Conditional jQuery Datepicker with AngularJS. So, a simplified version of what the controller looked like:. Var app = angular.module('app', .); . app.controller('ctrl', function ($scope, .) { . $scope.isDate = false; $scope.dateOrText = ' ; . });. Was bound to the text field and we had a way of knowing whether it was a date or not, represented in a simplified manner here by the boolean. Given the HTML as follows:. The need was for this text field to become a jQuery datepicker whenever. The way that jQuer...
A better domain events pattern | Jimmy Bogard's Blog
https://lostechies.com/jimmybogard/2014/05/13/a-better-domain-events-pattern
Topic of the Month. A better domain events pattern. May 13, 2014. Are one of the final patterns needed to create a fully encapsulated domain model. One that fully enforces a consistency boundary and invariants. The need for domain events comes from a desire to inject services into domain models. What we really want is to create an encapsulated domain model, but decouple ourselves from potential side effects and isolate those explicitly. The original example I gave looked something like this:. In our meth...
Proper Session/DbContext lifecycle management | Jimmy Bogard's Blog
https://lostechies.com/jimmybogard/2013/12/20/proper-sessiondbcontext-lifecycle-management
Topic of the Month. Proper Session/DbContext lifecycle management. December 20, 2013. Most heavy object-relational mappers (ORMs) have an interface that provides more than just easy querying of the database. They also are implementations of two key patterns:. Maintains a list of objects affected by a business transaction and coordinates the writing out of changes and the resolution of concurrency problems. Most of the time, a business transaction should be the same as a database transaction , and I usual...
Sagar Ganatra's Blog: Lazy loading AngularJS components using Providers
http://www.sagarganatra.com/2014/08/lazy-loading-angularjs-components-using-providers.html
A blog on HTML5, JavaScript, ColdFusion and other web technologies. Aug 19, 2014. Lazy loading AngularJS components using Providers. What would be the size of the application after minifying all the JavaScript files. Most importantly how does one load the components lazily. I've used RequireJS in my previous projects and it allows you to load components on demand; the idea is to load components based on the selected route. I've tried a similar approach with Angular using ' resolve. At run-time the compon...
TOTAL LINKS TO THIS WEBSITE
13
Aashish Kachru's Blog | Straight from a Tekkmarketer's mind!
Aashish Kachru's Blog. Straight from a Tekkmarketer's mind! Aashish Kachru’s blog. Follow me on Twitter. What do you think of nature? June 14, 2015. Every once a fe w decades, t. Here is a person who comes along ready to inspire a. People to dream. To think different, not follow the same. To aspire to become someone like their inspiration. Http:/ www.forbes.com/sites/kurtbadenhausen/2013/11/06/apple-dominates-list-of-the-worlds-most-valuable-brands/. January 26, 2014. Well, hello there! This is my first ...
Blank Title - Home
Aashish Karekar
Aashish Kaushik Official Website
Aashish Kaushik Official Website. Aashish Kaushik (born 27th July 1994) age 22 is a Indian Singer and Lyricist from Delhi. Born in village : Khera Khurd (Delhi), his career began upon singing and featuring in a song ‘Whisky’. But he has been a great enthusiast of singing since childhood. He sings in hindi, haryanvi and Punjabi. EXPERIENCE STAGE – AS AN ARTIST. At the age of 20, he got offers for playback singing for haryanvi songs such as Whisky, Jutti yaara ki (he is a lead in the song videos*) and spot...
Aashishkhim, Guest house in Gangtok Sikkim
India sikkim Hotel and Resort". A Guest House Cum Home stay In Gangtok, Sikkim. Sikkim, also known as Denzong, the valley of rice, has always enchanted visitors with its vibrant culture, beautiful hills, mountains, people, flora and fauna. A land of tranquility, blessed by the Gods, Sikkim has proven to be paradise on earth. Aashishkhim is a Nepali-Sikkimese term that literally means House of Blessings. Aashishkhim Guest House is located in the suburbs of Gangtok about 2 Kms. away from the city&#...
Aashish Koirala
My name is Aashish Koirala. I build software for a living. .NET. Happens to be my primary platform of choice. I also like to do it just for fun and to put stuff out there. I like to think about architecture, building better software and making the process of building software better. And I also like to write about all of this. Here, you can peruse through open source stuff I've done (the Projects. Tab) or stuff I've written ( Blog. Or go to my Nuget Gallery. LATEST FROM MY BLOG.
Aashish Koirala | Thoughts on Software
Bootstrap Modal with AngularJS. We’ll look at a relatively low hanging fruit in case you’re working with vanilla AngularJS and Twitter Bootstrap and are not relying on other add-ons such as AngularUI’s Bootstrap extension. One common need I have is to be able to show or hide Bootstrap modals based on a property on my view-model. Here’s a simplified view of the controller:. And here is the HTML:. In order to maintain separation of concerns, I want to be able to show or hide the modal as the value of.
Aashish Kumar Gupta| KIT
Hii guyz.this is Aashish Kumar. Of Koustuv Institute of Technology, Bhubaneswar. I'm an undergradute student,Computer Science and Engineering Department. I'm cool,rocking &caring @ da highest.i'm also a bit lazy.(i try to change,but see itz vry hard,isn't it? Da best part of me is i try to make fun all da tym.i'm gud @ many things.but i'm not gud @ losing frns&dearest. I like kidding with mah friends,never forget them in my life. m/. Once u r my frnd u r one forever. A little Lazy for the Outdoor Games o...
Aashis Logistics, Clearing & Forwarding, Cargo Handling Services
Welcome to aashishlogistics.com. Aashish Logistics, a leading and upcoming service provider in freight forwarding, cargo clearing, shipping, and logistics solutions for major business houses from all parts of the globe. We have experienced shipping professionals who strive to provide the best possible solution at highest quality standards to our esteemed customers. Quality Policy and Consulting. Designed by Gurusoft Technologies.
My Musing's on Online/System Security and Virtualisation | Just another WordPress.com weblog
My Musing's on Online/System Security and Virtualisation. Just another WordPress.com weblog. Australia Post -Scam Alert. There’s a variety of ways online attackers may attempt to gain your personal or financial information, or exploit you for financial gain. Check this page regularly for updates on the scams targeting Australia Post customers. Http:/ auspost.com.au/about-us/scam-alerts.html? Ecid=sm–tw—-brand-p5xmas–abt–cns—1411. Posted by Ashish Mahajan. On November 13, 2014 in Security. I recently had ...
Aashish Mangal's Blog
Subscribe to: Posts (Atom). View my complete profile. Simple theme. Powered by Blogger.